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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user