# Kibana-\> Internal Server Error

**URL:** https://discuss.elastic.co/t/kibana-internal-server-error/175171
**Category:** Kibana
**Created:** [April 3, 2019, 10:55am UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171 "2019-04-03T10:55:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Alessio\_Creo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alessio_creo/32/43381_2.png) [@Alessio\_Creo](https://discuss.elastic.co/u/Alessio_Creo)
#### Post date: [April 3, 2019, 10:55am UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171/1 "2019-04-03T10:55:17Z")

</div>

Hi,  
I'm working with the newest version 6.7 of the Stack in a production environment.  
I configured my Kibana instance to point to all of my elasticsearch instances in the cluster with the config "elasticserach.hosts", to setup the fault tolerance. But when one of the elasticsearch instance goes down I have an "Internal Server Error" and Kibana can't connect to the cluster. But if I remove the shutted down node from the elasticsearch.hosts configuration, Kibana works fine. Am I doing something wrong ?

---

<div class="post-metadata">

### Author: ![Bill\_McConaghy](https://avatars.discourse-cdn.com/v4/letter/b/ed655f/32.png) [@Bill\_McConaghy](https://discuss.elastic.co/u/Bill_McConaghy)
#### Post date: [April 3, 2019, 1:18pm UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171/2 "2019-04-03T13:18:17Z")

</div>

Can you provide the yml config snippet you are using to configure this? (feel free to redact actual hostnames, just need to see the syntax).

---

<div class="post-metadata">

### Author: ![Alessio\_Creo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alessio_creo/32/43381_2.png) [@Alessio\_Creo](https://discuss.elastic.co/u/Alessio_Creo)
#### Post date: [April 3, 2019, 3:37pm UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171/3 "2019-04-03T15:37:35Z")

</div>

Thank you for the answer.

This is my kibana.yml

```
server.host: "logmanagera"
server.port: 5601

elasticsearch.hosts: ["http://logmanagera:9200","http://logmanagerb:9200"]

elasticsearch.username: "kibana"
elasticsearch.password: "kibana"

```

When "logmanagerb" stops Kibana doesn't reach the cluster. But if I remove "logamangerb" in the config and restart Kibana, all works fine.

---

<div class="post-metadata">

### Author: ![Bill\_McConaghy](https://avatars.discourse-cdn.com/v4/letter/b/ed655f/32.png) [@Bill\_McConaghy](https://discuss.elastic.co/u/Bill_McConaghy)
#### Post date: [April 3, 2019, 4:31pm UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171/4 "2019-04-03T16:31:17Z")

</div>

It seems like you might have found a bug. I cannot reproduce this locally, but I do see that Kibana sends requests to all configured hosts even when the first one in the list is alive and working, so it might be related to that. Can you please open an issue at [https://github.com/elastic/kibana/issues](https://github.com/elastic/kibana/issues) ?

---

<div class="post-metadata">

### Author: ![Alessio\_Creo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alessio_creo/32/43381_2.png) [@Alessio\_Creo](https://discuss.elastic.co/u/Alessio_Creo)
#### Post date: [April 3, 2019, 7:58pm UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171/5 "2019-04-03T19:58:04Z")

</div>

Issue opened. Thanks a lot.

---

<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: [May 1, 2019, 8:04pm UTC](https://discuss.elastic.co/t/kibana-internal-server-error/175171/6 "2019-05-01T20:04:15Z")

</div>

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