X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/69f0fad6138dc422bb01c60a2433c4f5687afe15..210ef98310a7e983a28e6136c8835834fe531ddf:/.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]