# How to create individual dashboards for different-2 clients

**URL:** https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517
**Category:** Kibana
**Created:** [July 21, 2019, 12:44pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517 "2019-07-21T12:44:57Z")
**Posts on this page:** 4
**Page:** 2

<div class="post-metadata">

### Author: ![Pankaj\_Navneet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pankaj_navneet/32/42419_2.png) [@Pankaj\_Navneet](https://discuss.elastic.co/u/Pankaj_Navneet)
#### Post date: [August 21, 2019, 3:59am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/21 "2019-08-21T03:59:18Z")

</div>

Hi Collin,

Please tell me how we can link the dashboards

Regards,  
Pankaj

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [August 21, 2019, 4:08am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/22 "2019-08-21T04:08:03Z")

</div>

For each document you need to determine which client it belongs to. Am not sure how you do this as it depends on your data and setup. You can e.g. store this in a `[@metadata][client]` field (see [docs](https://www.elastic.co/guide/en/logstash/7.3/event-dependent-configuration.html#metadata) for more details) and then use this in the Elasticsearch output plugin in order to store events into indices by customer (something) like this:

```
elasticsearch (
  ...
  index => "icingabeat-%{[@metadata][client]}-%{+YYYY.MM.dd}"
  ...
)
```

---

<div class="post-metadata">

### Author: ![Pankaj\_Navneet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pankaj_navneet/32/42419_2.png) [@Pankaj\_Navneet](https://discuss.elastic.co/u/Pankaj_Navneet)
#### Post date: [August 21, 2019, 4:10am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/23 "2019-08-21T04:10:37Z")

</div>

Hi Christian,

Thanks for your quick response. I will try this and if any further help is required, will get back to you.

Regards,  
Pankaj

---

<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 18, 2019, 4:10am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/24 "2019-09-18T04:10:42Z")

</div>

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

[Previous page](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517.md?page=1)
