Team,
My ELK stack is as follows
ES Version :- 2.3.5 (3 servers, 2 Master Eligible nodes and 1 Client, where Logstash is pointed to for inserting messages into ES)
Kafka :- 0.8 (Cluster of 3) topic has 3 partitions.
Logstash :- 2.3.4
at the moment my logstash-topic.conf looks something like this
input {
kafka {
topic_id => "TopicTest"
zk_connect => "x.x.x.x:yyyy, x.x.x.x:yyyy, x.x.x.x:yyyy"
group_id => "FCA"
auto_offset_reset => "smallest"
}
}
output {
elasticsearch{hosts => ["x.x.x.x:yyyy"]} // pointed to the client node in the ES cluster
}
Now the messages are going thru but topic lag in the kafka still keeps on growing. I am not sure what is missing here. any suggestions/guidance/help will be appreciated.
Please correct me if topic not listed under the correct product in this forum.
Thanks,
Naren