Point Kibana 'Dev Tools' to remote ES cluster

Hi all,

I have 2 clusters: compute and monitoring running on v5.5.2
Kibana is installed on monitoring cluster and point to localhost.
On compute I have x-pack exporters pointed to monitoring cluster, so from this perspective monitoring works well.
But how can I use 'Dev tools' console to query remote compute cluster rather that local monitoring? In 2.x ES it works nicely with Sense plugin.

I know I can update 'elasticsearch.url' with remote url but then all monitoring indices became unavailable.

Is Kibana designed to run remote queries with dev tools but use monitoring data from local cluster?

Thanks ahead

I'm pretty sure you could use Cross Cluster Search. See the docs below. You would configure the monitoring cluster to give access to the compute cluster. Then in the Dev Tools Console you would use an index pattern that includes the remote cluster name like compute:my_index

https://www.elastic.co/guide/en/elasticsearch/reference/5.5/modules-cross-cluster-search.html

Let me know if you need help with it.

Regards,
Lee

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.