# Display concurrency data on Kibana 5

**URL:** https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894
**Category:** Kibana
**Created:** [April 19, 2017, 1:38pm UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894 "2017-04-19T13:38:39Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![kiranr20](https://avatars.discourse-cdn.com/v4/letter/k/d07c76/32.png) [@kiranr20](https://discuss.elastic.co/u/kiranr20)
#### Post date: [April 19, 2017, 1:38pm UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/1 "2017-04-19T13:38:39Z")

</div>

Hi Friends,

I have time series index which contains start data and duration for each event. I want to plot a graph to show the missing time duration for a particular day / week etc. What is the best way and which graph to choose. Thanks very much.

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [April 19, 2017, 8:31pm UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/2 "2017-04-19T20:31:52Z")

</div>

Hi there, I'm not quite sure I follow. What kind of data do you have for each event? "start\_date" and "duration"?

And what do you mean by the "missing time duration"? How does this tie back to the data stored for each event?

Thanks,  
CJ

---

<div class="post-metadata">

### Author: ![kiranr20](https://avatars.discourse-cdn.com/v4/letter/k/d07c76/32.png) [@kiranr20](https://discuss.elastic.co/u/kiranr20)
#### Post date: [April 20, 2017, 3:24am UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/3 "2017-04-20T03:24:45Z")

</div>

Hi CJ,

Thanks for the reply, to explain clearly it is regarding a channel data for TV program. For each channel, we have events (program) for the day with start time of the program and duration of the program. Basically for each channel it should have the entire day covered with events. How can I visualize if any channel is not having programs during certain period of the day.  
Here is my data template:  
\_template/eventstemplate  
{  
"template": "getevents-\*",  
"mappings" : {  
"_default_" : {  
"properties" : {  
"channelId" : { "type" : "integer" },  
"epgEventImage" : {"type": "string", "index" : "not\_analyzed" },  
"programmeTitle" : {"type": "string", "index" : "not\_analyzed" },  
"displayDurationSec" : { "type" : "long" },  
"displayDateTime" : { "type" : "date" }  
}  
}  
}  
}

Sample data: {"channelId":"1","epgEventImage":"xxx","programmeTitle":"The Town","displayDurationSec":"7200","displayDateTime":"2017-04-12T00:20:00.000Z",}

Please assist me. thanks for your help

---

<div class="post-metadata">

### Author: ![kiranr20](https://avatars.discourse-cdn.com/v4/letter/k/d07c76/32.png) [@kiranr20](https://discuss.elastic.co/u/kiranr20)
#### Post date: [April 20, 2017, 3:32am UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/4 "2017-04-20T03:32:39Z")

</div>

I need to visualize the data something like this. Any inputs please how this can be done

![](https://us1.discourse-cdn.com/elastic/original/3X/4/a/4ab5ad7f888a5ffc82c2cd253f7eab5234d24c8c.png)

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [April 20, 2017, 8:21pm UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/5 "2017-04-20T20:21:51Z")

</div>

I'm sorry, I don't think you can do this with Kibana. Kibana visualizes aggregations of individual events. The visualization you're trying to do would require some kind of post-processing, in which you extract range data from each event of a specific type, and then plot that on a chart. As far as I know, Kibana doesn't support this yet.

Thanks,  
CJ

---

<div class="post-metadata">

### Author: ![kiranr20](https://avatars.discourse-cdn.com/v4/letter/k/d07c76/32.png) [@kiranr20](https://discuss.elastic.co/u/kiranr20)
#### Post date: [April 21, 2017, 12:39am UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/6 "2017-04-21T00:39:45Z")

</div>

Thanks CJ for your valuable inputs.

---

<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: [May 19, 2017, 12:53am UTC](https://discuss.elastic.co/t/display-concurrency-data-on-kibana-5/82894/7 "2017-05-19T00:53:05Z")

</div>

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