]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Improve detection of unassigned drives on HP controllers
[chef.git] / .kitchen.yml
index 933dbdfc07081ffacc1ea0f968abe932136de3b9..f9ac5d2439696a3db2c5ac299dc1a76c475bfc4c 100644 (file)
@@ -59,6 +59,9 @@ suites:
   - name: clamav
     run_list:
       - recipe[clamav::default]
+  - name: community
+    run_list:
+      - recipe[community::default]
   - name: db-backup
     run_list:
       - recipe[db::backup]
@@ -174,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]