简体   繁体   中英

Elasticsearch url from Kibana

I am trying to find out the url of the elasticsearch configured in kibana. but i dont have access to the backend configurations. Is there a way to see which elasticsearch url has been configured in kibana using the kibana front end.

Thanks

在 kibana 控制台中使用GET / ,这将为您的弹性搜索数据库 url 名称提供。

如果您启用了 X-Pack 监控插件,您可以转到“监控 > Elasticsearch > 节点”,您可以看到 Kibana 可访问的节点。

If you don't have access to the Monitoring you could use Dev Tools and query all nodes in the connected ES cluster using query GET /_nodes, like this:使用 GET /_nodes 命令的屏幕截图

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM