# Alternative to Grafana singlestat in Kibana

**URL:** https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323
**Category:** Kibana
**Created:** [September 20, 2019, 1:27am UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323 "2019-09-20T01:27:13Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Krrish](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krrish/32/54559_2.png) [@Krrish](https://discuss.elastic.co/u/Krrish)
#### Post date: [September 20, 2019, 1:27am UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/1 "2019-09-20T01:27:13Z")

</div>

Hello,

I am planning to migrate Grafana dashboards to Kibana to leverage new features like container monitoring.

However,singlestat been used in almost every grafana dashboard to display threshold based status.

Please let me know if there is any alternative way to achieve this in Kibana.

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [September 20, 2019, 3:25pm UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/2 "2019-09-20T15:25:05Z")

</div>

I do not have experience with Grafana, but I read the documentation. I think you can do much of the same using a [Metric in a TSVB visualization](https://www.elastic.co/guide/en/kibana/current/TSVB.html).

There's a fantastic video series on YouTube demonstrating the features of TSVB. [https://www.youtube.com/playlist?list=PLcyy31IBGJ4yzhdvkLM9Yt68FHcuoxN8L](https://www.youtube.com/playlist?list=PLcyy31IBGJ4yzhdvkLM9Yt68FHcuoxN8L)

---

<div class="post-metadata">

### Author: ![Krrish](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krrish/32/54559_2.png) [@Krrish](https://discuss.elastic.co/u/Krrish)
#### Post date: [September 23, 2019, 3:17am UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/3 "2019-09-23T03:17:51Z")

</div>

Thank you Nick.This is really helpful.

Is there any way metric panels can be repeated dynamically ? I mean,I create one metric as a template and can be repeated (with out creating new one ) across several data sets ?

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [September 24, 2019, 9:06pm UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/4 "2019-09-24T21:06:27Z")

</div>

I don't think so, but can you give me a little more information on the data you want to visualize. Maybe you can do this with the Table tab in TSVB since it can show multiple rows with custom color settings.

---

<div class="post-metadata">

### Author: ![Krrish](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krrish/32/54559_2.png) [@Krrish](https://discuss.elastic.co/u/Krrish)
#### Post date: [October 1, 2019, 5:16am UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/5 "2019-10-01T05:16:15Z")

</div>

Sorry for late response.

Basically need to show several application health status as summary and would able to drill down to host level then component level (like filesystem,cpu..etc).

Please find the data format below.

{  
"application": "APP1",  
"app\_health\_metric": 2, #(0,1,2 will be threshold based values )  
"status\_at": "20191001001005",  
"host\_details": {  
"host\_health\_metric": 2, #(0,1,2 will be threshold based values )  
"component\_details": {  
"component\_name": "esarchive\_nfs",  
"component\_status": 2, #(0,1,2 will be threshold based values )  
"component\_type": "file\_system",  
"monitoring\_type": "file\_system",  
"component\_value": 49  
},  
"host": "hostname1"  
},  
}

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [October 4, 2019, 12:14am UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/6 "2019-10-04T00:14:09Z")

</div>

What you are asking for sounds similar to this [enhancement request](https://github.com/elastic/kibana/issues/12560) for drilldown options for dashboards. It is on our roadmap, but not completed yet.

This also sounds similar to the [Infrastructure app within Kibana](https://www.elastic.co/guide/en/kibana/current/xpack-metrics-getting-started.html). I'm not very familiar with that app, so I don't know if that would suit your needs. But you may want to look at it and ask questions over at [https://discuss.elastic.co/c/infrastructure](https://discuss.elastic.co/c/infrastructure).

---

<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: [November 1, 2019, 12:14am UTC](https://discuss.elastic.co/t/alternative-to-grafana-singlestat-in-kibana/200323/7 "2019-11-01T00:14:13Z")

</div>

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