Merge "Logstash 2.0 compat ES output rule"
This commit is contained in:
commit
4978adf39e
@ -116,8 +116,8 @@ filter {
|
||||
}
|
||||
|
||||
output {
|
||||
elasticsearch_http {
|
||||
host => "localhost"
|
||||
elasticsearch {
|
||||
hosts => <%= @elasticsearch_nodes.map { |node| node + ":9200" }.to_s %>
|
||||
manage_template => false
|
||||
flush_size => 1024
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user