X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/40836bb2a0d4d9462d746c78d5084e1c9379bae9..ab62b2a0338eb295cb8a517972e22c55a7ebcc43:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 0435872dd..500fb437f 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -15,14 +15,14 @@ default_attributes( }, :logstash => { :forwarder => { - "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" } } + "filebeat.inputs" => [ + { "type" => "filestream", "id" => "apache", "paths" => ["/var/log/apache2/access.log"], "fields" => { "type" => "apache" }, "fields_under_root" => true }, + { "type" => "filestream", "id" => "rails", "paths" => ["/var/log/web/rails-logstash.log"], "fields" => { "type" => "rails" }, "fields_under_root" => true } ] } }, - :networking => { - :tcp_fastopen_key => "www" + :memcached => { + :memory_limit => 4096 }, :passenger => { :max_pool_size => 50