# Table showing response and response time

**URL:** https://discuss.elastic.co/t/table-showing-response-and-response-time/248435
**Category:** Kibana
**Created:** [September 13, 2020, 9:14am UTC](https://discuss.elastic.co/t/table-showing-response-and-response-time/248435 "2020-09-13T09:14:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![edwardj3](https://avatars.discourse-cdn.com/v4/letter/e/d2c977/32.png) [@edwardj3](https://discuss.elastic.co/u/edwardj3)
#### Post date: [September 13, 2020, 9:14am UTC](https://discuss.elastic.co/t/table-showing-response-and-response-time/248435/1 "2020-09-13T09:14:27Z")

</div>

Hi all,

Is it possible to create a visual like below in Kibana? I have 2 fields, status code (200, 400 etc) and elapsed time which captures the response time in ms so I need to group the values into seconds.

![image](https://us1.discourse-cdn.com/elastic/original/3X/7/f/7fb9fa1435b7a1e45843984a1f2533fb7608e7da.png)

---

<div class="post-metadata">

### Author: ![afharo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/afharo/32/75202_2.png) [@afharo](https://discuss.elastic.co/u/afharo)
#### Post date: [September 14, 2020, 9:34am UTC](https://discuss.elastic.co/t/table-showing-response-and-response-time/248435/2 "2020-09-14T09:34:07Z")

</div>

Hi @edwardj3,  
I've been fiddling around with the different options in Kibana and I'm afraid it's not possible at the moment.  
I found the alternative suggested in [here](https://discuss.elastic.co/t/split-columns-in-a-table/49184/2): Create a Table visualisation splitting rows by your `response.keyword` field (terms aggregation) and then Split Table in columns based on your response time field (you can use `histogram` aggregation with 1s jump). The only caveat is that it shows one small table for each time range.

There is this ongoing issue in the Kibana requesting for this feature: [https://github.com/elastic/kibana/issues/5049](https://github.com/elastic/kibana/issues/5049). I would encourage you to vote, comment and subscribe to it so you'll be notified when it's implemented.

---

<div class="post-metadata">

### Author: ![edwardj3](https://avatars.discourse-cdn.com/v4/letter/e/d2c977/32.png) [@edwardj3](https://discuss.elastic.co/u/edwardj3)
#### Post date: [September 14, 2020, 11:22am UTC](https://discuss.elastic.co/t/table-showing-response-and-response-time/248435/3 "2020-09-14T11:22:04Z")

</div>

Thanks Alejandro. I'll have a go at what you've suggested. I'll also action the issue #5049.

---

<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: [October 12, 2020, 11:22am UTC](https://discuss.elastic.co/t/table-showing-response-and-response-time/248435/4 "2020-10-12T11:22:20Z")

</div>

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