Hello,
I want to use two kibana instances for single elasticsearch cluster. I have three nodes under the elasticsearch cluster.
Thanks
Nitin Bhaisare
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.