Save results of aggregation to new index?

Hi,

I have the exact same issue as: https://discuss.elastic.co/t/save-results-from-aggregation-to-new-index/86913

Any idea how to fix this issue without using Watcher of X-pack?

this is a guess from my side but you could use logstash with an elasticsearch input to run your query and than input it again to elasticsearch with the elasticsearch output

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html
https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html

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