Re-Index data from elasticsearch back to another elasticsearch using Logstash

Want to use logstash to query ES for every 5 min and the output should be sent to another index in ES. How to implement this using elasticsearch input plugin. Have to use scroll so that querying large data shouln't impact existing application and query shouldn't timeout. Any sample on how to do this will help out. Thanks in advance.

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