Skip to content

Commit

Permalink
Update Filebeat configuration (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuslinares authored Jan 3, 2019
1 parent 70e491f commit 81035c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions wazuh/config/filebeat.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
filebeat:
inputs:
prospectors:
- type: log
paths:
- "/var/ossec/data/logs/alerts/alerts.json"
fields:
document_type: wazuh-alerts
- "/var/ossec/logs/alerts/alerts.json"
document_type: json
json.message_key: log
json.keys_under_root: true
json.overwrite_keys: true
Expand Down

0 comments on commit 81035c3

Please sign in to comment.