X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..c714aba0de40828044677c7b38890e3f7ba91436:/roles/web-backend.rb diff --git a/roles/web-backend.rb b/roles/web-backend.rb index 51d7c477e..d59ce812e 100644 --- a/roles/web-backend.rb +++ b/roles/web-backend.rb @@ -5,18 +5,18 @@ default_attributes( :apache => { :mpm => "worker", :worker => { - :max_requests_per_child => 10000 + :max_connections_per_child => 10000 } }, :logstash => { :forwarder => { - :files => [ - { :paths => ["/var/log/apache2/access.log"], :fields => { :type => "apache" } }, - { :paths => ["/var/log/web/rails-logstash.log"], :fields => { :type => "rails" } } + "filebeat.prospectors" => [ + { "input_type" => "log", "paths" => ["/var/log/apache2/access.log"], "fields" => { "type" => "apache" } }, + { "input_type" => "log", "paths" => ["/var/log/web/rails-logstash.log"], "fields" => { "type" => "rails" } } ] } }, - :memcached => { + :memcached => { :memory_limit => 4096 }, :passenger => {