Couldn't find any Elasticsearch data

I deployed an EFK stack on a 3 Node Kubernetes cluster (kind cluster). The Cluster is also running a custom app that I intend to monitor through the stack. All Pods are running. I can access Kibana at: <Any_NodeIP><Kibana_Nodeport> but I cannot access Elastic searach at port 9200. I am getting the following message "Couldn't find any Elasticsearch data" When I access Kibana.
When I do: curl -X GET http://localhost:9200, I get the following error:
curl: (7) Failed to connect to localhost port 9200: Connection refused

Can anyone help me?

Welcome to our community! :smiley:

What do the Elasticsearch logs show?

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