mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-18 12:43:14 +00:00
updated logstash config to remove deprecation warnings
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
||||||
filebeat:
|
filebeat:
|
||||||
prospectors:
|
inputs:
|
||||||
- input_type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- "/var/ossec/data/logs/alerts/alerts.json"
|
- "/var/ossec/data/logs/alerts/alerts.json"
|
||||||
|
fields:
|
||||||
document_type: wazuh-alerts
|
document_type: wazuh-alerts
|
||||||
json.message_key: log
|
json.message_key: log
|
||||||
json.keys_under_root: true
|
json.keys_under_root: true
|
||||||
|
|||||||
Reference in New Issue
Block a user