X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/84747961ab8bfee2f241049b4f1e3317da233190..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 5ad106847..5f23e0618 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -10,15 +10,14 @@ default_attributes( :threads_per_child => 50, :min_spare_threads => 50, :max_spare_threads => 450, - :max_connections_per_child => 10000, :async_request_worker_factor => 4 } }, :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" } } ] } },