]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-frontend.rb
Switch to use filebeat for forwarding to logstash
[chef.git] / roles / web-frontend.rb
index 4d82bd4f65c4fafa482a7cd50a90441336429ccd..5f23e0618361d3e7ee76c300cc3821b42b808eb3 100644 (file)
@@ -15,9 +15,9 @@ default_attributes(
   },
   :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" } }
       ]
     }
   },