Hello,
At work we have a machine with 128 GB ram and 16 TB HD.
We want to install ELK and we would like to create multiple elasticsearch instances and have only one kibana instance.
So we created several nodes. The different instances start but I only see one in kibana.
How can I do this because each instance has a different port and in kibana.yml I can add only one elastic url.
if i use docker it could work ?
Are these instances all in the same cluster or in different clusters?
If it's the same cluster, we're not they're yet but we are working on it. In the interim it's common to put a proxy in front to load balance, or point Kibana at a client node which will effectively load balance.
If it's multiple clusters, you'll want to look into cross cluster search. Kibana will connect to one node which is configured to speak with all of the other clusters.
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.