Storing aggregation in elasticsearch

I want to store summarized data in elasticsearch for a time series input. I want to get aggregated data per 5 minutes. Does elasticsearch provide any feature to aggregate data and store in it? I don't want to do aggregation during the query.

I think you want this: https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html

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