Rate in Kibana

Currently in Kibana, we are able to get the No. of Orders in a specific time range using Metrics visualization.

Our current requirement is to calculate Rate in Kibana.

For example,

Total Number of Orders received per second/minute/hour/day.

Kindly let us know whether it is possible to achieve this desired functionality in Kibana.

Thanks in advance.

Hi @vincentmarian,

I assume you have a document in Elasticsearch for every order? Then you could just visualize the count of documents over a date histogram with a useful bucket size. If you require smoothing you could apply a moving average aggregation on your count.

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