10 lines
184 B
Plaintext
Raw Normal View History

output {
elasticsearch {
hosts => <%= @elasticsearch_nodes.map { |node| node + ":9200" }.inspect %>
manage_template => false
flush_size => 1024
timeout => 300
}
}