Elasticsearch.url - HA Kibana

Is there a way to set more than one ElasticSearch.url with Kibana?

Trying to find documentation if I can do something like this:

elasticsearch.url: "http://myesnode1.com:9200,http://myesnode2.com:9200"

In case myesnode1 goes down kibana can figure out that the cluster isn't down.

Currently not supported. An issue has been filed at https://github.com/elastic/kibana/issues/214 if you want track progress.

As mentioned in the comments on that issue, an alternative is to set up a client node for kibana, which will balance/route requests for you.