Rom Freiman
Rom Freiman

Reputation: 551

Elastic search cumulative sum aggregation via kibana

I have a date histogram which displays the responsiveness of my API and I want to add cumulative graph which shows how many times that API was executed, in order to find a correlation.

This is the relevant link to ELK guide, but not sure how to configure it in kibana.

https://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-aggregations-pipeline-cumulative-sum-aggregation.html#search-aggregations-pipeline-cumulative-sum-aggregation

Thanks

Upvotes: 3

Views: 1415

Answers (1)

Srikanta
Srikanta

Reputation: 1147

Pipeline cumulative aggregation on timeseries based data can be visualized using the Visual Builder.

More info: https://www.elastic.co/guide/en/kibana/current/time-series-visual-builder.html

Upvotes: -1

Related Questions