Winlogbeat Output to Kafka not Refreshing

Hi I am sending Winglogbeat Data from my System to Kafka. I find that on starting the Winlogbeat, it initially sends the data in interval of 5 minutes, 2-3 times, and then it just does not update further. I have tried increasing the timeout interval in Kafka, but still not much change. This is my Winlogbeat config file.

winlogbeat.event_logs:

  • name: Skype Room System
    ignore_older: 24h

output.kafka:
hosts: ["10.192.152.21:9092","10.192.152.22:9092","10.192.152.23:9092"]
topic: "conf-monitor-topic"
required_acks: 1
compression: gzip
max_message_bytes: 1000000
max_retries: -1
timeout: 60s

Could you please format your config using either backticks or the </> button?
Please share your Winlogbeat logs.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.