# Displaying kibana dashboard for each node in the cluster

**URL:** https://discuss.elastic.co/t/displaying-kibana-dashboard-for-each-node-in-the-cluster/48459
**Category:** Kibana
**Created:** [April 26, 2016, 4:27pm UTC](https://discuss.elastic.co/t/displaying-kibana-dashboard-for-each-node-in-the-cluster/48459 "2016-04-26T16:27:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jstar](https://avatars.discourse-cdn.com/v4/letter/j/ba8739/32.png) [@jstar](https://discuss.elastic.co/u/jstar)
#### Post date: [April 26, 2016, 4:27pm UTC](https://discuss.elastic.co/t/displaying-kibana-dashboard-for-each-node-in-the-cluster/48459/1 "2016-04-26T16:27:19Z")

</div>

Hi all,

I have a cluster that have 10 nodes and I collect data using topbeat. I am able to build visualization for fields available , but these visualization does'nt specify that information is coming from node 1 or node2. It is possible with kibana to do that like ganglia do ?  
I am using Kibana 4.4.2.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![jbudz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jbudz/32/45922_2.png) [@jbudz](https://discuss.elastic.co/u/jbudz)
#### Post date: [April 26, 2016, 4:42pm UTC](https://discuss.elastic.co/t/displaying-kibana-dashboard-for-each-node-in-the-cluster/48459/2 "2016-04-26T16:42:26Z")

</div>

If you want your visualizations to only be for a certain node or nodes, you can add a filter or query. topbeat will include a hostname field, so for example you could add a search in the searchbar to the visualization: `beat.hostname:node1 OR beat.hostname:node2`.

If you want your visualization to include information for all nodes, you can add a terms aggregation on beats.hostname. In a bar chart for example, this will split the bars with different colors for each different hostname. An example might look like:

 ![](https://us1.discourse-cdn.com/elastic/original/2X/f/f5f6e57e709155f4001fcf02f8c470215a778b3b.png)

---

<div class="post-metadata">

### Author: ![jstar](https://avatars.discourse-cdn.com/v4/letter/j/ba8739/32.png) [@jstar](https://discuss.elastic.co/u/jstar)
#### Post date: [April 26, 2016, 7:09pm UTC](https://discuss.elastic.co/t/displaying-kibana-dashboard-for-each-node-in-the-cluster/48459/3 "2016-04-26T19:09:08Z")

</div>

Thank you very much @jbudz it works like a charm 😀 ! this it exactly what I was looking for

---

<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: [July 6, 2017, 1:55pm UTC](https://discuss.elastic.co/t/displaying-kibana-dashboard-for-each-node-in-the-cluster/48459/4 "2017-07-06T13:55:00Z")

</div>


