X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7108c794e6ce1a3ea78f3ac6ff8fd7ea3bdc62a3..eaaabb3fe68724393f99f794438eafc0410045ac:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 6dc0dad22..84a501546 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -177,17 +177,23 @@ 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] - name: mailman run_list: - recipe[mailman::default] + - name: matomo + run_list: + - recipe[matomo::default] - name: memcached run_list: - recipe[memcached::default] @@ -245,9 +251,6 @@ suites: - name: php-fpm run_list: - recipe[php::fpm] - - name: piwik - run_list: - - recipe[piwik::default] - name: planet run_list: - recipe[planet::default]