Am trying to set up the Elasticsearch and kibana in Kubernetes cluster as per the instructions mentioned in How to run Elastic Cloud on Kubernetes from Azure Kubernetes Service | Elastic Blog. Everything is fine But I am not able to view the kibana dashboard using the public ip address generated. After looking at the logs in Elasticsearch console i am getting the error as
{"type": "server", "timestamp": "2022-10-19T15:04:23,731Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "elasticsearch", "node.name": "veehive-elasticsearch-es-default-0", "message": "http client did not trust this server's certificate, closing connection Netty4HttpChannel{localAddress=/10.240.0.173:9200, remoteAddress=/10.240.0.113:9162}", "cluster.uuid": "-J4doBu0QSSzHhNY-bKGtg", "node.id": "S6GZ_xYmRaCErlSTBbtM_A".
Any input to resolve this issue in kubernetes cluster?
Welcome to our community!
It looks like a TLS issue, so I would be checking your certificates.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.