Can Two Kibana Instances point to Single Big Elasticsearch Cluster

Hello,

I want to use two kibana instances for single elasticsearch cluster. I have three nodes under the elasticsearch cluster.

Thanks
Nitin Bhaisare

Yep, that is possible. Kibana stores state in an index called .kibana by default, if you want these two instance to share data you can leave it as is. If you want them to be separate, you'll have to change kibana.index in your kibana.yml. If these kibana instances are running on the same machine, you'll also want to make sure they don't have conflicting log and pid paths in kibana.yml.

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