Merge "Logstash 2.0 compat ES output rule"

This commit is contained in:
Jenkins 2016-03-10 22:22:19 +00:00 committed by Gerrit Code Review
commit 4978adf39e
1 changed files with 2 additions and 2 deletions

View File

@ -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
}