# Kibana Elasticsearch Shards and replication

**URL:** https://discuss.elastic.co/t/kibana-elasticsearch-shards-and-replication/18519
**Category:** Elasticsearch
**Created:** [July 8, 2014, 4:35am UTC](https://discuss.elastic.co/t/kibana-elasticsearch-shards-and-replication/18519 "2014-07-08T04:35:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Tony\_Chong](https://avatars.discourse-cdn.com/v4/letter/t/ee59a6/32.png) [@Tony\_Chong](https://discuss.elastic.co/u/Tony_Chong)
#### Post date: [July 8, 2014, 4:35am UTC](https://discuss.elastic.co/t/kibana-elasticsearch-shards-and-replication/18519/1 "2014-07-08T04:35:57Z")

</div>

Hi everyone,

Sorry if this has been covered but a few pages of searching through the  
group hasn't sprung an answer for this.

If I decided to have 3 elasticsearch nodes, with 3 shards, and 0 replicas,  
would kibana be able to retrieve all the data in my ES cluster or just the  
data from the elasticsearch listed in its configuration, considering not  
all the shards would live on that node?

Thanks,

Tony

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/1b7d0cdd-9689-4fb4-9cd5-09c907e1b9a6%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/1b7d0cdd-9689-4fb4-9cd5-09c907e1b9a6%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [July 8, 2014, 4:37am UTC](https://discuss.elastic.co/t/kibana-elasticsearch-shards-and-replication/18519/2 "2014-07-08T04:37:58Z")

</div>

Once you have a cluster, all data on any node is accessible.  
It does this by passing the query to the master node which then collects  
the data as required from the other nodes.

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 8 July 2014 14:35, Tony Chong [tonyjchong@gmail.com](mailto:tonyjchong@gmail.com) wrote:

> Hi everyone,
> 
> Sorry if this has been covered but a few pages of searching through the  
> group hasn't sprung an answer for this.
> 
> If I decided to have 3 elasticsearch nodes, with 3 shards, and 0 replicas,  
> would kibana be able to retrieve all the data in my ES cluster or just the  
> data from the elasticsearch listed in its configuration, considering not  
> all the shards would live on that node?
> 
> Thanks,
> 
> Tony
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/1b7d0cdd-9689-4fb4-9cd5-09c907e1b9a6%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/1b7d0cdd-9689-4fb4-9cd5-09c907e1b9a6%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/1b7d0cdd-9689-4fb4-9cd5-09c907e1b9a6%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/1b7d0cdd-9689-4fb4-9cd5-09c907e1b9a6%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624bLQgeT0agRU%2B9yTpBOrmVGGZ\_dh2Ahin6xf5pGCmkcVA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bLQgeT0agRU%2B9yTpBOrmVGGZ_dh2Ahin6xf5pGCmkcVA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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:17am UTC](https://discuss.elastic.co/t/kibana-elasticsearch-shards-and-replication/18519/3 "2017-07-06T01:17:26Z")

</div>


