X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19065b8286433e79487a628680186e6f9ac71ffb..e00c2b061d3fc3e14464e5102920b244eda4ee7f:/.kitchen.yml 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]