mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:20 +00:00
19 lines
426 B
YAML
19 lines
426 B
YAML
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
|
|
filebeat:
|
|
prospectors:
|
|
- type: log
|
|
paths:
|
|
- "/var/ossec/logs/alerts/alerts.json"
|
|
document_type: json
|
|
json.message_key: log
|
|
json.keys_under_root: true
|
|
json.overwrite_keys: true
|
|
tail_files: true
|
|
|
|
output:
|
|
logstash:
|
|
# The Logstash hosts
|
|
hosts: ["logstash:5000"]
|
|
# ssl:
|
|
# certificate_authorities: ["/etc/filebeat/logstash.crt"]
|