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
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
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.