Client node-kibana not able to connect to elasticsearch

Hi ,
i am trying running kibana on GCP with just 1 data node and 1 client node.

kibana.yml

The Kibana server's name. This is used for display purposes.

server.name: "elastic-cluster"

The URLs of the Elasticsearch instances to use for all your queries.

elasticsearch.hosts: ["http://x.x.x.x:9200"]

on x.x.x.x es is running properly but when i am trying to run kibana it is showing below error that no living connection

log [06:43:11.589] [error][status][plugin:index_management@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.589] [error][status][plugin:index_lifecycle_management@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.589] [error][status][plugin:rollup@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.590] [error][status][plugin:remote_clusters@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.590] [error][status][plugin:cross_cluster_replication@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.590] [error][status][plugin:file_upload@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.591] [error][status][plugin:snapshot_restore@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.591] [error][status][plugin:elasticsearch@7.3.2] Status changed from yellow to red - No Living connections
log [06:43:11.613] [error][data][elasticsearch] Request error, retrying

what should i do to resolve this,
i created 1 firewall rules where i enabled all the ports.

thanks in advance

Can you curl http://x.x.x.x:9200 and get a reply ? Is elasticsearch properly up and running ? Anything interesting in the elasticsearch logs?

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