This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELK KSQL Winlogbeat Config - Blog | |
# Author: Roberto Rodriguez (@Cyb3rWard0g) | |
# License: GPL-3.0 | |
winlogbeat.event_logs: | |
- name: Microsoft-windows-sysmon/operational | |
ignore_older: 4h | |
#----------------------------- Kafka output -------------------------------- | |
output.kafka: | |
# initial brokers for reading cluster metadata | |
hosts: ["192.168.64.138:9092"] | |
topic: "winlogbeat" | |
############################# HELK Optimizing Latency ###################### | |
max_retries: 2 | |
max_message_bytes: 1000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment