Unable to start kibana in a cluster

Hi All,

I have installed elasticsearch version 7.6.4 have installed and configured all the settings and started elasticsearch service and was able to start the service, i have verified it by logging in to console also
clustser : 2 nodes
url : https://dnsname:9200

When i start kibana service it says service started, but when i try to login to console i'm not getting the login screen at all, while checking kibana logs it says no living connection

I tried with http://dnsname:5601 and also http://dnsname:5601
both didnt work.

Any advice where i'm makaing mistake?

Thanks
Gautham

Can you post the actual error you are seeing?
Is there anything in the browser dev tools console?

@warkolm Here is the log file, and this issue have started after i enabled TLS/SSL for elasticsearch cluster.

"@timestamp":"2020-09-21T12:49:01Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"No living connections"}
    "@timestamp":"2020-09-21T12:49:03Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"Unable to revive connection: https://1.5.5.2:9200/"}
    "@timestamp":"2020-09-21T12:49:03Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"Unable to revive connection: https://1.5.5.3:9200/"}
    "@timestamp":"2020-09-21T12:49:03Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"No living connections"}
    "@timestamp":"2020-09-21T12:49:06Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"Unable to revive connection: https://1.5.5.2:9200/"}
    "@timestamp":"2020-09-21T12:49:06Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"Unable to revive connection: https://1.5.5.3:9200/"}
    "@timestamp":"2020-09-21T12:49:06Z","tags":["warning","elasticsearch","admin"],"pid":31533,"message":"No living connections"}

Thanks
Gautham

Can you curl your Elasticsearch at that URL?

1 Like

@warkolm
While running curl i'm getting an error

 curl --cacert /etc/elasticsearch/certs/elastic-stack-ca.p12 -u elastic:password https://1.5.5.3:9200
curl: (77) Problem with the SSL CA cert (path? access rights?)

Below is the file permission

 ll | grep elastic-stack
-rwxr-xr-x 1 root elasticsearch 2527 Sep 20 19:15 elastic-stack-ca.p12

Not sure where i'm missing.

Thanks
Gautham

Got this resolved, all you need to do is follow the documents properly. I had misplaced the certificates.

FYI : https://www.elastic.co/blog/elasticsearch-security-configure-tls-ssl-pki-authentication

Thanks
Gautham

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