# Rate in Kibana

**URL:** https://discuss.elastic.co/t/rate-in-kibana/98830
**Category:** Kibana
**Created:** [August 30, 2017, 9:32am UTC](https://discuss.elastic.co/t/rate-in-kibana/98830 "2017-08-30T09:32:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vincentmarian](https://avatars.discourse-cdn.com/v4/letter/v/85f322/32.png) [@vincentmarian](https://discuss.elastic.co/u/vincentmarian)
#### Post date: [August 30, 2017, 9:32am UTC](https://discuss.elastic.co/t/rate-in-kibana/98830/1 "2017-08-30T09:32:23Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [August 30, 2017, 2:21pm UTC](https://discuss.elastic.co/t/rate-in-kibana/98830/2 "2017-08-30T14:21:23Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 27, 2017, 2:21pm UTC](https://discuss.elastic.co/t/rate-in-kibana/98830/3 "2017-09-27T14:21:46Z")

</div>

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