Do we have solr input plugin for logstash?

I have to query some records from solr and push to kafka using logstash.
logstash have input plugin for elastic search but I couldn't find one for solr.
is there a way/plugin to connect with solr from logstash?

thanks for reading and helping

There is no direct connector for SOLR at the moment in the officially supported plugins: https://www.elastic.co/guide/en/logstash/current/input-plugins.html

The only way to get this done could be using the exec input plugin.
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-exec.html

1 Like

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