# Creating dashboard in kibana based on logs

**URL:** https://discuss.elastic.co/t/creating-dashboard-in-kibana-based-on-logs/241406
**Category:** Kibana
**Created:** [July 16, 2020, 7:33am UTC](https://discuss.elastic.co/t/creating-dashboard-in-kibana-based-on-logs/241406 "2020-07-16T07:33:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![raj\_elk](https://avatars.discourse-cdn.com/v4/letter/r/f0a364/32.png) [@raj\_elk](https://discuss.elastic.co/u/raj_elk)
#### Post date: [July 16, 2020, 7:33am UTC](https://discuss.elastic.co/t/creating-dashboard-in-kibana-based-on-logs/241406/1 "2020-07-16T07:33:54Z")

</div>

In logs we have text like below so based on which we want to build dashboard

`INFO:root:2020-07-16 07:34:34.159403-Delta Count for sampleRegion_sampleTrustee: 53`

want to display delta count for every sampleRegion and sampleTrustee combination

please suggest any idea how i can achieve it

---

<div class="post-metadata">

### Author: ![Mikhail\_Shustov](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mikhail_shustov/32/49186_2.png) [@Mikhail\_Shustov](https://discuss.elastic.co/u/Mikhail_Shustov)
#### Post date: [July 16, 2020, 9:33am UTC](https://discuss.elastic.co/t/creating-dashboard-in-kibana-based-on-logs/241406/2 "2020-07-16T09:33:56Z")

</div>

> In logs we have text like below so based on which we want to build dashboard

You need to set up [Logstash pipeline](https://www.elastic.co/logstash) to extract data in a structured form from your logs and store them in Elasticsearch. Having them in the Elasticsearch allows you to create Kibana visualization.

---

<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: [August 13, 2020, 9:34am UTC](https://discuss.elastic.co/t/creating-dashboard-in-kibana-based-on-logs/241406/3 "2020-08-13T09:34:00Z")

</div>

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