# 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:** 20
**Page:** 1

<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: [July 21, 2019, 12:44pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/1 "2019-07-21T12:44:57Z")

</div>

Hi Team,

Can someone from ELK team help me?

I have many clients whose VM's are running on a data center. I have used Icingabeat module, as all my monitoring is configured on Icinga tool. My goal is to create individual Kibana dashboards for each client. But the issue is, here I am getting a single dashboard for all the servers of my client's.

And I want to create Kibana Dashboard Client-wise (unique dashboard for each client). So, how is that possible. The icingabeat module is okay, but it is not serving my requirement, as I am getting a combined dashboard for all my client servers.

Do let me know, what strategy should I follow to achieve my purpose.

Regards,  
Pankaj

---

<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: [July 22, 2019, 5:53am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/2 "2019-07-22T05:53:47Z")

</div>

Hi Team ELK,

Is there anyone who can help and guide me here? I am not seeing any help/suggestion from your side. Please help i am stuck.

Regards,  
Pankaj N

---

<div class="post-metadata">

### Author: ![aravindputrevu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aravindputrevu/32/24816_2.png) [@aravindputrevu](https://discuss.elastic.co/u/aravindputrevu)
#### Post date: [July 22, 2019, 11:56am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/3 "2019-07-22T11:56:32Z")

</div>

Hi Pankaj,

This is a forum without any SLAs.

I hope you have installed the [filebeat](https://www.elastic.co/downloads/beats/filebeat) and enabled [icinga](https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-module-icinga.html) module. If you are using any other beat, it might not be supported.

Coming to the question, Data is collected from all the VMs into one Elasticsearch Index. You just need to set search filters on your dashboard using kibana. Look at these [link1](https://www.elastic.co/guide/en/kibana/current/field-filter.html), [link2](https://www.elastic.co/guide/en/kibana/current/tutorial-sample-filter.html)

---

<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: [July 25, 2019, 10:15am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/4 "2019-07-25T10:15:34Z")

</div>

Hi Aravind,

Thanks for your reply.  
I have used the filters but still it is not fulfilling my requirement. How i can check the health of server's, individually for each client in a unique dashboard? Using filters we can't achieve this, as it simply fetch the related logs for the servers.

I want to have system metrice events, as it is shown on our Icinga Portal, but in form of Kibnana Dashbords. How we can read system metrices from Icinga itself.

Regards,  
Pankaj

---

<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: [July 30, 2019, 9:23am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/5 "2019-07-30T09:23:03Z")

</div>

Hello Aravind/Team,

Can somebody please help me?

Regards,  
Pankaj

---

<div class="post-metadata">

### Author: ![aravindputrevu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aravindputrevu/32/24816_2.png) [@aravindputrevu](https://discuss.elastic.co/u/aravindputrevu)
#### Post date: [July 30, 2019, 10:08am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/6 "2019-07-30T10:08:27Z")

</div>

As far as I understand your question, you are looking to collect multiple client's (machine/vm) data! Correct me if my assumption is wrong.

Then all the client's(VM) data in a index probably `filebeat-*`. While collecting this data, Filebeat, using its in built icinga module, also creates a dashboard on which you can use filters. The dashboard will change accordingly.

Please also take a look at [spaces](https://www.elastic.co/guide/en/kibana/master/xpack-spaces.html) through which can divide dashboards and let only certain people look at certain data.

Using [metricbeat](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-getting-started.html) on your systems, you can collect metric data.

--  
Aravind.

---

<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: [July 30, 2019, 11:23am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/7 "2019-07-30T11:23:52Z")

</div>

```
  Hi Aravind,
 Thanks for your reply. I am not using the filebeat module here, instead i am using Icingabeat 
 module from ICINGA official site. And i want to show my clients the system metrices like load, 
 ping, disk space etc on Kibana dashboards for his/her VM's. So how it can be possible? 
 Installing metricbeat to all the servers is not possible, as we are having 1000's of servers. So, 
 using beat module, how we can do the same. 

 Yes, using filter i am getting the data for the VM's but how system metrices can be shown?

```

 ![03%20PM](https://us1.discourse-cdn.com/elastic/original/3X/5/c/5c341938832da2c0da53b1734f4fdbce29d66a05.png)  
Regards,  
Pankaj

---

<div class="post-metadata">

### Author: ![aravindputrevu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aravindputrevu/32/24816_2.png) [@aravindputrevu](https://discuss.elastic.co/u/aravindputrevu)
#### Post date: [July 30, 2019, 2:28pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/8 "2019-07-30T14:28:11Z")

</div>

Sorry, Icingabeat is a community and not maintained by us. Filebeat module is maintained by us. Please use that. It will create dashboard too.

---

<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 1, 2019, 5:04am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/9 "2019-08-01T05:04:11Z")

</div>

Hi Aravind,

Thanks for your reply. I will try to use the filebeat module.

I do have a another question now, if i use the concept of filter & spaces with roles, then how i can create a different space for individual client's? As in INDEX pattern, there is gonna be a single index name, like for example, icingabeat-\* or filebeat-_. And when creating a role the single default index name (icingabeat-_ or filebeat-\*) will be shown there.

So if i use filter with roles and spaces then how we can differntiate the things from a single INDEX pattern to support individual clients.

Regards,  
Pankaj

---

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

</div>

Hi Aravind/Team,

Awaiting for you reply.

Regards,  
Pankaj

---

<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 9, 2019, 3:20am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/11 "2019-08-09T03:20:37Z")

</div>

Hi Aravind/Team,

Can someone please help me. I have been stuck here.

Regards,  
Pankaj N

---

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

</div>

Hi Aravind,

Can you please help me here.

Regards,  
Pankaj N

---

<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 12, 2019, 5:07am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/13 "2019-08-12T05:07:24Z")

</div>

The easiest way to do this might be to have a single standard dashboard that each client has access to that you can copy to each customers space. This has to work against a standard index pattern, for which security need to only grant access to the correct set of data for the client. The most elegant way to do this would be through [document-level security](https://www.elastic.co/guide/en/elastic-stack-overview/current/document-level-security.html) as you can have all data in a single index. This is however a feature that require a commercial license and not available with the basic license. The other option is to use separate indices per client (but make sure you do not end up with a lot of small shards). In order to make this match the index pattern, you could include the client ID as the first component matched by the wildcard. `icingabeat-client1-...` and `icingabeat-client2-...` would both match the pattern `icingabeat-*` but you could use the role-based access controls to only give clients access to the right data set.

---

<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 12, 2019, 3:52pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/14 "2019-08-12T15:52:28Z")

</div>

Hi Christian,

Thanks for your reply 🙂

If I go with the second option, then how I can create separate indices for each client?

This is where I am stuck right now. I didn't find any way to separate the indices client-wise. Please help me, how I can create separate indices so that I can apply them while creating roles.

Regards,  
Pankaj N

---

<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 12, 2019, 3:54pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/15 "2019-08-12T15:54:23Z")

</div>

You will need to do that in Logstash.

---

<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 12, 2019, 3:55pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/16 "2019-08-12T15:55:55Z")

</div>

Okay, but can you please guide me, how and what changes i have to do in logstash?

---

<div class="post-metadata">

### Author: ![cbmurphy87](https://avatars.discourse-cdn.com/v4/letter/c/0ea827/32.png) [@cbmurphy87](https://discuss.elastic.co/u/cbmurphy87)
#### Post date: [August 12, 2019, 6:55pm UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/17 "2019-08-12T18:55:48Z")

</div>

You could just create a dashboard with a link to another dash board and use a query to filter each hostname. This is how the Metricbeat visualization works out of the box. You click on each host's name, and it links you to a host-level visualization with a filter on host.name.

---

<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 13, 2019, 7:52am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/18 "2019-08-13T07:52:53Z")

</div>

Hi Collin,

Thanks for your reply.  
Can you please tell me how to link the dashboards with other dashboards?

Regards,  
Pankaj N

---

<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 14, 2019, 9:58am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/19 "2019-08-14T09:58:38Z")

</div>

Hi Christian,

Can you please help me by telling how we can do this in Logstash.

Regards,  
Pankaj

---

<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:58am UTC](https://discuss.elastic.co/t/how-to-create-individual-dashboards-for-different-2-clients/191517/20 "2019-08-21T03:58:31Z")

</div>

Hi Christian,

Awaiting for help and reply

Regards,  
Pankaj

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