You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct, Kibana 3 does not currently round robin. The suggested way to accomplish this goal is to use an elasticsearch client/non-data node which properly joins your cluster, then point Kibana at that.
for example
kibana2 support multi-elasticsearch
KibanaConfig.rb
Elasticsearch = ["elasticsearch1:9200","elasticsearch2:9200"]
The text was updated successfully, but these errors were encountered: