Fix Filebeat config for Wazuh

This commit is contained in:
Wes Lambert
2020-09-30 14:57:56 +00:00
parent dac2ad5dbf
commit d8f70397f7

View File

@@ -203,15 +203,14 @@ filebeat.inputs:
- type: log - type: log
paths: paths:
- /wazuh/alerts/alerts.json - /wazuh/archives/archives.json
fields: fields:
module: ossec module: ossec
dataset: alert
category: host category: host
processors: processors:
- drop_fields: - drop_fields:
fields: ["source", "prospector", "input", "offset", "beat"] fields: ["source", "prospector", "input", "offset", "beat"]
pipeline: "ossec"
fields_under_root: true fields_under_root: true
clean_removed: false clean_removed: false
close_removed: false close_removed: false