]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-backend.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / web-backend.rb
index 51d7c477ef14239081f5a54b7490ed6f63cdc4b9..d59ce812e00c9608aa0301b520725e70f95477b2 100644 (file)
@@ -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 => {