The zookeeper is running in localhost:2181
The Kafka is running in localhost:9092
The Graylog also running in the same machine.
I wanna read every log from kafka and see this logs in graylog.
I tried all the default input creation setup in graylog, for example :
- GELF Kafka
- Raw/Plaintext Kafka
- Syslog Kafka
I am afraid that I have to configure the Kafka somehow. Should I first read these logs eg to a file and then to graylog ?
Actualy:
Throughput / Metrics
1 minute average rate: 0 msg/s
Network IO: 0B 0B (total: 0B 0B )
Empty messages discarded: 0
Expected:
In network will be some messages (for example: kafka run)
I check and I see log in kafka and zookeeper fot example: kafka run
I am asking for help, if anyone knows how to bite it?