As there's no SOLR input plugin in Logstash (see Do we have solr input plugin for logstash?), I'd recommend that you write your own script/app which reads the whole content of SOLR indices and send that every x documents as a bulk request to Elasticsearch.
1 Like