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'm not sure there's a way to do this. I want to set up outputs to multiple MySQL databases (to get live data in both my production and staging environments), but have not been able to start 2 outputs using the same plugin without error.
how can i use Multiple Hosts in output to elasticsearch:
output {
elasticsearch {
host => 0.0.0.0 <-- need to add another host
port => 9200
bulk_limit => 1000
bulk_timeout => 100
pipeline => imei-pipeline
index_prefix => netflow
data_type => netflow
}
}
The text was updated successfully, but these errors were encountered: