In the kibana.yml
,i can set elasticsearch.url : "xxxx"
to show the data from the cluster,but it is not a array.How i to show different clusters's data by one kibana
? Or if i can set elasticsearch.url : "xxxx"
dynamic?
You need a tribe node to handle that - https://www.elastic.co/guide/en/elasticsearch/reference/2.4/modules-tribe.html
1 Like
Thanks,Tribe node exactly can let one kibana show different clusters's data,but i want to show different user different cluster's data.Is there any proxy can do this?