system-config/modules/openstack_project/templates/logstash/output.conf.erb
Clark Boylan c385590720 Use logstash filters from filters repo
This uses new logstash conf.d features to properly link in the
configuration from the logstash-filters repo. This should make
configuring logstash far more flexible and reconsumable.

Change-Id: Ia304eb7e73c82ca5ce85967fbf442bb4bc5f8b7a
Depends-On: Icbca7a6ba0c5a94a273ef158f707311b588483fd
2016-04-26 15:33:03 -07:00

8 lines
164 B
Plaintext

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