# Is i possible to set kibana to use multiple elasticsearch nodes?

**URL:** https://discuss.elastic.co/t/is-i-possible-to-set-kibana-to-use-multiple-elasticsearch-nodes/66475
**Category:** Kibana
**Created:** [November 18, 2016, 4:47am UTC](https://discuss.elastic.co/t/is-i-possible-to-set-kibana-to-use-multiple-elasticsearch-nodes/66475 "2016-11-18T04:47:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![elasticheart](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/elasticheart/32/65189_2.png) [@elasticheart](https://discuss.elastic.co/u/elasticheart)
#### Post date: [November 18, 2016, 4:47am UTC](https://discuss.elastic.co/t/is-i-possible-to-set-kibana-to-use-multiple-elasticsearch-nodes/66475/1 "2016-11-18T04:47:50Z")

</div>

Hi,

I have setup a 3 node elasticsearch cluster with setting;

```
node.master: true
node.data: true

```

I have 3 IPs `192.168.0.1`, `192.168.0.2` and `192.168.0.3`, and the ports allocated for elasticsearch are `9200`, `9210` and `9220` respectively. I have configured elasticsearch in my `kibana.yml` like;

```
elasticsearch.url: "http://192.168.0.1:9200"

```

I would like to know if its possible to configure an array of IP and ports like;

```
elasticsearch.url: ["http://192.168.0.1:9200","http://192.168.0.2:9210","http://192.168.0.3:9220"]

```

This is because, it is fine if the first node to up is `192.168.0.1` and what if the first node to come alive is `192.168.0.2` and `192.168.0.1` is down? In this situation, kibana wont get response from `192.168.0.1` right? Or if there is something like `192.168.0.1` is down and unable to get up, and other nodes are alive? What I want is something like, I want to use kibana, no matter which elasticsearch node is up. Is this possible?

Thanks.

---

<div class="post-metadata">

### Author: ![tylersmalley](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tylersmalley/32/8833_2.png) [@tylersmalley](https://discuss.elastic.co/u/tylersmalley)
#### Post date: [November 19, 2016, 1:26am UTC](https://discuss.elastic.co/t/is-i-possible-to-set-kibana-to-use-multiple-elasticsearch-nodes/66475/2 "2016-11-19T01:26:59Z")

</div>

Currently specifying multiple Elasticseach nodes is not supported. There is currently a ticket for this and we hope to address it soon. Feel free to subscript for future updates: [https://github.com/elastic/kibana/issues/214](https://github.com/elastic/kibana/issues/214)

One option is to put the nodes behind a load balancer.

---

<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: [December 17, 2016, 1:27am UTC](https://discuss.elastic.co/t/is-i-possible-to-set-kibana-to-use-multiple-elasticsearch-nodes/66475/3 "2016-12-17T01:27:06Z")

</div>

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