# Kibana visualize problem

**URL:** https://discuss.elastic.co/t/kibana-visualize-problem/97863
**Category:** Kibana
**Created:** [August 22, 2017, 7:15am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863 "2017-08-22T07:15:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![abu.sayeed](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@abu.sayeed](https://discuss.elastic.co/u/abu.sayeed)
#### Post date: [August 22, 2017, 7:15am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863/1 "2017-08-22T07:15:03Z")

</div>

My log Type:

log-level : [INFO], status : [FAIL], client : [IPDC], cell : [1746710009], message\_delivery\_time : [2017-08-14 09:46:27,807], operator: [ROBI]  
log-level : [INFO], status : [SENT], client : [IPDC], cell : [1746710009], message\_delivery\_time : [2017-08-14 09:46:27,807], operator: [ROBI]  
log-level : [INFO], status : [FAIL], client : [Golden], cell : [1746710009], message\_delivery\_time : [2017-08-14 09:46:27,807], operator: [ROBI]  
log-level : [INFO], status : [SENT], client : [Golden], cell : [1746710009], message\_delivery\_time : [2017-08-14 09:46:27,807], operator: [ROBI]

my visualize data-table:  
 ![3](https://us1.discourse-cdn.com/elastic/original/3X/d/4/d4a9a7f8e9a17203fc7c757cc07ec921da4d364d.PNG)

I wish visualize data-table:  
 ![4](https://us1.discourse-cdn.com/elastic/original/3X/7/2/72bdbd371160019f20144029807aba4f4381a2f3.PNG)

anyone can help me?  
Thanks

---

<div class="post-metadata">

### Author: ![tylersmalley](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tylersmalley/32/8833_2.png) [@tylersmalley](https://discuss.elastic.co/u/tylersmalley)
#### Post date: [August 23, 2017, 12:39am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863/2 "2017-08-23T00:39:15Z")

</div>

I have been playing around with this - here is the sample data I loaded into Console:

```auto
POST /discuss-97863/log
{
  "status": "FAIL",
  "client": "IPDC",
  "message_delivery_time": "2017-08-14T09:46:27"
}

POST /discuss-97863/log
{
  "status": "SENT",
  "client": "IPDC",
  "message_delivery_time": "2017-08-14T09:46:27"
}

POST /discuss-97863/log
{
  "status": "FAIL",
  "client": "Golden",
  "message_delivery_time": "2017-08-14T09:46:27"
}

POST /discuss-97863/log
{
  "status": "SENT",
  "client": "Golden",
  "message_delivery_time": "2017-08-14T09:46:27"
}

```

While I don't have an answer - I am currently awaiting a response from the Visualization team to see how this can be accomplished.

---

<div class="post-metadata">

### Author: ![abu.sayeed](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@abu.sayeed](https://discuss.elastic.co/u/abu.sayeed)
#### Post date: [August 23, 2017, 5:02am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863/3 "2017-08-23T05:02:50Z")

</div>

I would like to create a visualize data-table to display on dashboard.

---

<div class="post-metadata">

### Author: ![thomasneirynck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thomasneirynck/32/23313_2.png) [@thomasneirynck](https://discuss.elastic.co/u/thomasneirynck)
#### Post date: [August 24, 2017, 4:55am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863/4 "2017-08-24T04:55:24Z")

</div>

hi @abu.sayeed,

this is possible using the "sum bucket aggregation" and using a "Filter" on the desired value.

For the sample data of @tsmalley, this would look something like the below configuration in the data-table UI.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/b/5b4097eafaa137669df1a061b5b6da019f65bd02.png)

As for adding it to the Dashboard, save your Visualization using the "save" button on the top-right of Kibana, and then add it to a dashboard. You'll find more step-by-step information about that here as well: [https://www.elastic.co/guide/en/kibana/current/dashboard-getting-started.html](https://www.elastic.co/guide/en/kibana/current/dashboard-getting-started.html).

thx,

---

<div class="post-metadata">

### Author: ![abu.sayeed](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@abu.sayeed](https://discuss.elastic.co/u/abu.sayeed)
#### Post date: [August 27, 2017, 6:44am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863/5 "2017-08-27T06:44:20Z")

</div>

You are right.  
Thanks for helping me

---

<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 24, 2017, 6:44am UTC](https://discuss.elastic.co/t/kibana-visualize-problem/97863/6 "2017-09-24T06:44:23Z")

</div>

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