Hi,
few month back I was configured the elk stack on aws ubuntu instance and it's works fine without any issue. But due to some VPC related reason, I was taken the AMI from that elk stack instance and launched the new instance from that.
After that when I load the site, it shows kibana server not yet ready. can any one help me out this
@jessgarson
I found the hostname of the server was changed (internal IP)... due to this when I run this command curl --cacert /etc/elasticsearch/certs/http_ca.crt -u elastic https://172.30.196.114:9200 I'm getting the below error..
curl: (60) SSL: no alternative certificate subject name matches target host name '172.30.196.114'
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Thanks, @sanjeev1895; there was a similar forum post to this a little while back that could be helpful. A good next step could be regenerating the HTTP cert to include the subject names / IPs you want. We have some related documentation.
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.