X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7013f21316fbdc86a8a36c7aea7f908878db6ef7..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/web-backend.rb diff --git a/roles/web-backend.rb b/roles/web-backend.rb index 4c6dff43f..d59ce812e 100644 --- a/roles/web-backend.rb +++ b/roles/web-backend.rb @@ -10,9 +10,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" } } ] } },