I am upgrading logstash from 2.3 to 5.1 . I am facing issue with kalfka input plugin. I have tried to remove the 5.1 plugin and install lower version but it is failing due to other dependencies.Also i have tried to change the input pattern to compatible to new plugin version. But looks like new plugin doesnt connect with zookeeper. can anyone suggest alternatives . please find my input pattern below.
input {
kafka {
zk_connect => 'x:x:x:x:2181,x:x:x:x:2181,x:x:x:x:2181'
white_list => 'SubmitOrder,Conversion,Session,Navigation'
consumer_id => 'hostname'
consumer_threads => 4
}
}