]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-frontend.rb
Drop spike-04 and spike-05 roles
[chef.git] / roles / web-frontend.rb
index 0435872dd1c751b166465f04f34d76e702c9aa29..500fb437ff3df38b69b586c1564f1fea69fef5dc 100644 (file)
@@ -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