]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Improve detection of unassigned drives on HP controllers
[chef.git] / .kitchen.yml
index 6dc0dad227c6a323a2841716223961a127021ea5..f9ac5d2439696a3db2c5ac299dc1a76c475bfc4c 100644 (file)
@@ -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]