Merge "Remove deprecated logstash max_inflight_requests"

This commit is contained in:
Jenkins 2014-02-11 23:42:04 +00:00 committed by Gerrit Code Review
commit 5c3142f062

View File

@ -118,6 +118,5 @@ output {
elasticsearch {
host => "<%= scope.lookupvar("::openstack_project::logstash_worker::discover_node") %>"
node_name => "<%= scope.lookupvar("::hostname") %>"
max_inflight_requests => 512
}
}