Kibana won't up

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

Thanks for reaching out. Have you seen these steps to investigate this error? This might be a good starting point here.

@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.

Can you let me know how to fix this error

1 Like

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.

1 Like

@jessgarson Thanks. I will follow up this.

1 Like

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