Skip to content

Commit

Permalink
Updated filebeat config to use only odfe
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaos committed Aug 4, 2021
1 parent 21c6f9b commit 33d195a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 55 deletions.
19 changes: 19 additions & 0 deletions wazuh/config/filebeat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)

# Wazuh - Filebeat configuration file
filebeat.inputs:
- type: log
paths:
- '/var/ossec/logs/alerts/alerts.json'

setup.template.json.enabled: true
setup.template.json.path: "/etc/filebeat/wazuh-template.json"
setup.template.json.name: "wazuh"
setup.template.overwrite: true


output.elasticsearch:
hosts: ['http://odfe:9200']
#pipeline: geoip
indices:
- index: 'wazuh-alerts-4.x-%{+yyyy.MM.dd}'
55 changes: 0 additions & 55 deletions wazuh/config/filebeat_to_elasticsearch.yml

This file was deleted.

0 comments on commit 33d195a

Please sign in to comment.