Use local ES balancers on logstash workers

Set up small non master non data elasticsearch daemons on logstash
workers to act as local load balancers for the elasticsearch http
protocol.

Change-Id: Ie3729f851ebef3331a6b69f718e57d663209bfc2
This commit is contained in:
Clark Boylan 2014-07-07 16:50:02 -07:00
parent e3423df338
commit fbca077b50
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ filter {
output {
elasticsearch_http {
host => "<%= scope.lookupvar("::openstack_project::logstash_worker::discover_node") %>"
host => "localhost"
manage_template => false
flush_size => 512
flush_size => 1024
}
}