]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-frontend.rb
Enable cgimap with ratelimit-upload option for tomh dev site
[chef.git] / roles / web-frontend.rb
index 3ecca30ff085b385f7782e3be0dabf4b13b9fd81..264f2a4d2634b91d49f1c9aa9cc11e8d78c7bf09 100644 (file)
@@ -15,12 +15,15 @@ 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 }
       ]
     }
   },
+  :memcached => {
+    :memory_limit => 8192
+  },
   :passenger => {
     :max_pool_size => 50
   },