Archive and Purge tools for Elasticsearch

Hi
I have a requirement where i need to delete old records from Elasticsearch Index . Before i delete them i want to archive them to a different location . I see that there are tools for exporting data (elasticsearch-knapsack) and deleting index (curator) . Is there a tool which does following

  1. Archive records based on query from an Index
  2. Deletes above records from Index after successful Archive operation.

Your suggestions will be greatly appreciated .

Hi
I have a requirement where i need to delete old records from Elasticsearch Index . Before i delete them i want to archive them to a different location . I see that there are tools for exporting data (elasticsearch-knapsack) and deleting index (curator) . Is there a tool which does following

  1. Archive records based on query from an Index
  2. Deletes above records from Index after successful Archive operation.

Your suggestions will be greatly appreciated .