You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set elasticsearch hosts as output and I've found #664 - so trying to do so:
config:
outputs: |
[UPSTREAM]
Name elastic
[NODE]
Name es
Match *
Host 10.0.0.1
Port 9200
HTTP_User admin
HTTP_Passwd admin
tls On
tls.verify Off
[NODE]
Name es
Match *
Host 10.0.0.2
Port 9200
HTTP_User admin
HTTP_Passwd admin
tls On
tls.verify Off
[OUTPUT]
Name es
Match *
Upstream elastic
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to set elasticsearch hosts as output and I've found #664 - so trying to do so:
but receiving error:
Please show me working example of using upstream feature
Beta Was this translation helpful? Give feedback.
All reactions