Tried the following URL https://localhost:5601/[token]/api/status on 5.5.2 which works fine and returned the health information. However, the is changed every time after restarting kibana instances. Is there a way to have a static URL without the token in the URL to check the health of Kibana instances?
Thanks vvlad! It looks 6.2.x has better support for checking the health status, while 5.5.2 has different results as below. For the details of the status, it seems the token cannot be ignored in 5.5.2. is there a way to omit the token in 5.5.2?
curl -I localhost:5601/status
HTTP/1.1 302 Found
location: https://localhost:5601/status
cache-control: no-cache
Date: Wed, 21 Mar 2018 17:23:22 GMT
Connection: keep-alive
I’m not particularly familiar with kibana 5. I just poked around version 6.2 for this.
As far as I can remember, in case something was wrong, the pages wouldn’t return HTTP 200 even in version 5. I used to just point the load balancer health checker to the root URL.
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.