Logstash with kafka input - refresh topic list

I am useing kafka input plugin to consume data from single topic. It works fine, but I have new usecase to do. I have to read from many topics. I have tried to use topics_pattern and it works well if the list of topics doesn't change during logstash is working. In my scenario i will have new topics in various time periods.

So is there any way to force logstash to refresh topics list which are connected to some pattern and its not connected with logstash restart?

Kafka version: 0.10.0.1
Logstash version: 5.3.0

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.