# Average response time

**URL:** https://discuss.elastic.co/t/average-response-time/305149
**Category:** Kibana
**Tags:** docker
**Created:** [May 19, 2022, 9:02am UTC](https://discuss.elastic.co/t/average-response-time/305149 "2022-05-19T09:02:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![The-morpho](https://avatars.discourse-cdn.com/v4/letter/t/f14d63/32.png) [@The-morpho](https://discuss.elastic.co/u/The-morpho)
#### Post date: [May 19, 2022, 9:02am UTC](https://discuss.elastic.co/t/average-response-time/305149/1 "2022-05-19T09:02:02Z")

</div>

Hello,

I'm new to Elastic and Kibana, I'm working on log files that contains information about some operations on differents levels, I have a field timestamp that represent time when each operation has occured on each level.

I want to calculate the average time spent on each level to visualize it on Kibana, the problem is I did not find something in the documentation or I didn't chose the correct keyword.

As a reminder I want to calculate the time Average processing time for each step of the operation so I can visualize it on Kibana.

This is an exemple of my logs.

```auto
{“log_level”:“INFO”,“timestamp”:“2021-12-22T11:49:06.124890Z”,“event_type”:“step1”,“mid”:“96712abc”}
{“log_level”:“INFO”,“timestamp”:“2021-12-22T11:49:07.124890Z”,“event_type”:“step2”,“mid”:“96712abc”}
{“log_level”:“INFO”,“timestamp”:“2021-12-22T11:49:08.124890Z”,“event_type”:“step3”,“mid”:“96712abc”}

```

---

<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: [June 16, 2022, 9:02am UTC](https://discuss.elastic.co/t/average-response-time/305149/2 "2022-06-16T09:02:22Z")

</div>

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