从 Kibana 连接多个 ES 集群

Connecting more than one ES cluster from Kibana

从ES集群的Kibana的conf文件中只有一个条目这一事实我怀疑一个Kibana实例是否可以支持多个ES集群端点但我只是想知道它是否可以支持?

提前致谢!

Elastic 提供 tribe node feature that allows you to configure an elasticsearch client to connect to several elasticsearch clusters at once. You can set your kibana instance to connect to this elasticsearch client thus connecting to all clusters and viewing their indices in the same place. Note that this feature is deprecated in latest elastic version, and you should use the new feature called cross cluster search 目前处于测试模式。