I am trying to use kafka-input plugin with my elk image. I have created a docker iamge based on sebp/elk and add the following line in docker file to install kafka-input plugin.
RUN gosu logstash bin/logstash-plugin install logstash-input-kafka
Have you consulted the documentation for your version of the plugin? You're not saying which version of Logstash so I'm going to assume 2.4, and there's no bootstrap_servers option available there.
I'm not very familiar with the kafka plugins. I suggest you start by studying the Logstash 2.4 documentation. Maybe you can just remove the bootstrap_servers option? Or maybe it has another name in 2.4? Or perhaps you can upgrade to 5.0?
How you config kafka input ,I am faced the same issue
and my logstash version is 5.3, when I start my logstash and nothing hapend, even if i set stdout to console,it does not show anything from kafka data
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.