Hi,
Hope all doing good. I have some doubt about using Kafka. In my end, we are just planning to receive data from Kafka to Logstash. In Logstash configuration I have enclosed the Kafka as an input filter and Logstash is up and running, but fail to create an index in Elasticsearch.
My question is whether I need Filebeat between Kafka and Logstash or else we can perform without Filebeat.
Currently, I'm not using Filebeat on my servers. Kindly provide your valuable comments on this.
In Logstash configuration I have enclosed the Kafka as an input filter and Logstash is up and running, but fail to create an index in Elasticsearch.
Temporarily replace your elasticsearch output with a stdout { codec => rubydebug } output to debug what part of your pipeline isn't working. Right now we don't know if it's the kafka input that can't consume messages or the elasticsearch output that doesn't send to ES.
My question is whether I need Filebeat between Kafka and Logstash or else we can perform without Filebeat.
Filebeat can't consume from Kafka so using Filebeat as a middleman isn't even possible.
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.