X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7108c794e6ce1a3ea78f3ac6ff8fd7ea3bdc62a3..9d63b4d5154d333e93d8ff317e1126a17ad1890f:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index 6dc0dad22..f9ac5d243 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -177,11 +177,14 @@ suites: attributes: logstash: forwarder: - filebeat.prospectors: - - input_type: log + filebeat.inputs: + - type: filestream + id: apache paths: - /var/log/apache2/access.log - type: apache + fields: + type: apache + fields_under_root: true - name: mail run_list: - role[mail]