# Kibana Setup with ElasticSeach Cluster - ELB or Client Node?

**URL:** https://discuss.elastic.co/t/kibana-setup-with-elasticseach-cluster-elb-or-client-node/117676
**Category:** Kibana
**Created:** [January 30, 2018, 6:00pm UTC](https://discuss.elastic.co/t/kibana-setup-with-elasticseach-cluster-elb-or-client-node/117676 "2018-01-30T18:00:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![titan1978](https://avatars.discourse-cdn.com/v4/letter/t/c37758/32.png) [@titan1978](https://discuss.elastic.co/u/titan1978)
#### Post date: [January 30, 2018, 6:00pm UTC](https://discuss.elastic.co/t/kibana-setup-with-elasticseach-cluster-elb-or-client-node/117676/1 "2018-01-30T18:00:07Z")

</div>

Had posted this incorrectly in the elasticsearch forums.

Hello - as part of my continuous learning on setting up an AWS EC2 based architecture of my Kibana Stack with ElasticSearch, on trawling forums I've come to understand there are TWO approaches:

- Front the entire ES cluster with an Elastic Load Balancer (ELB) and in the Kibana YML  
elasticsearch.url: "https://\<your\_elasticsearch\_host\>.com:9200"

- Setup a Client Node on the Kibana EC2 Instance and point the Kibana YML elasticsearch endpoint to this client node and let client node take care of the load balancing.

Which of these two are recommended approach? Pitfalls in each would help!

---

<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: [January 30, 2018, 9:40pm UTC](https://discuss.elastic.co/t/kibana-setup-with-elasticseach-cluster-elb-or-client-node/117676/2 "2018-01-30T21:40:00Z")

</div>

I would recommend the second approach of using an ES coordinating node on the same instance as Kibana until [https://github.com/elastic/kibana/issues/214](https://github.com/elastic/kibana/issues/214) is completed.

When setting up the ES node, ensure that it's a [coordinating only node](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html#coordinating-only-node). This allows you to independently scale the ES cluster separate from Kibana.

---

<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: [February 27, 2018, 9:40pm UTC](https://discuss.elastic.co/t/kibana-setup-with-elasticseach-cluster-elb-or-client-node/117676/3 "2018-02-27T21:40:05Z")

</div>

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