I have two clusters: monitoring (with kibana installed) and prod.
Now I want to use kibana "dev tool"(console), but I want to send queries and get answers from my prod cluster instead monitoring
I try set elasticsearch.url: "http://prod.master.ip.add:9200" settings, but when I put it to kibana.yml I lost my monitoring data: monitoring tool show me "there is no data"
(look like this setting do the same as server.host setting - change server where kibana store data)
unfortunately you currently cannot specify a separate URL for the dev tools, than the primary ES instance, that Kibana is talking to. Please feel free to open a feature request for this on GitHub.
The way you can achieve this currently is to setup Cross Cluster Search in your Monitoring cluster, so that you can use the monitoring cluster to search in your production cluster.
Though I was just informed, that the possibility to configure Cross cluster search via the config files, will most likely be removed in further versions, and you will always need to specify it via the API, see elasticsearch/#27006.
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.