I'm trying to use logstash to receive data from kafka. I'm having this configurations in Kafka below, two topics and one groupID.
"DeviceTopic": "device", //Topic for device-gruoped messages
"TaskTopic": "task", //Topic for task-grouped messages
"GroupId": "MGI-OUTTLER"
I want to know how to write the logstash configuration to enable this? I've been test this below but it can't work. I can't find a reference to tell how to configure it correctly.
Thank you so much!
I've tried this, and it shows "Successufully subscribed to topics: device, tasks". Does that means the conversation is started correctly? Because I still can't get any message, but I guess it's more because of the software that I use to send the Kafka message. There might be some issue with its kafka message.
Anyway, thanks a lot!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.