Hi, I am running logstash 2.3.4. I have kafka- 0.9 as the broker.
I also installed the logstash-kafka-input plugin using the matrix given on the github. 0.9 0.9 2.0.0 - 2.3.x 3.x.x
using the following command: /opt/logstash/bin/logstash-plugin install --version 3.0.3 logstash-input-kafka
on running /opt/logstash/bin/logstash -f kafka-conf.conf --verbose I see no error but unfortunately I can not see anytopic on my elasticsearch/kibana web-interface.
auto_offset_reset => "earliest" works as expected .
My detailed config:
logstash-2.3.4 (downloaded with all plugins bundled)
kibana-4.5.4
elasticsearch-2.3.5
kafka 0.9
As long as consumer-group is concerned I expected "logstash" to be the output of consumer groups, but it was throwing error on zookeeper-end. Including explicit group_id made it functional.
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.