mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix Filebeat config for Wazuh
This commit is contained in:
@@ -203,15 +203,14 @@ filebeat.inputs:
|
||||
|
||||
- type: log
|
||||
paths:
|
||||
- /wazuh/alerts/alerts.json
|
||||
- /wazuh/archives/archives.json
|
||||
fields:
|
||||
module: ossec
|
||||
dataset: alert
|
||||
category: host
|
||||
processors:
|
||||
- drop_fields:
|
||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||
|
||||
pipeline: "ossec"
|
||||
fields_under_root: true
|
||||
clean_removed: false
|
||||
close_removed: false
|
||||
|
||||
Reference in New Issue
Block a user