I have a Kafka instance on my localhost and I’m trying to create an input in grayling to pull the messages from Kafka. I have tested the Kafka service alone, and it works fine.
Setup info:
The zookeeper is running in localhost:2181
The Kafka is running in localhost:9092
The Graylog also running in the same machine.
I have went through all the default input creation setup in graylog for Kafka and no luck. Anyone have any setup guide to create input type Kafka (GELF, sys or plan text)?
Do you see any bytes showing on the input? If it was stored in GELF format, I would use GELF and if syslog sent it, I would use Syslog Kafka. For everything else, I would use Raw/Plain Text Kafka.