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?
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.
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?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.