]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-frontend.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / web-frontend.rb
index 5ad10684756cd122f9bc4cf20185226ea56b960c..5f23e0618361d3e7ee76c300cc3821b42b808eb3 100644 (file)
@@ -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" } }
       ]
     }
   },