Request timed out within 30000ms

I doing a fresh installation of Elastic searh and Kibana.
I have elastic search running on default port 9200, however, I am unable to start Kibana.

Error:

 log   [02:00:46.810] [info][savedobjects-service] Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations...
  log   [02:00:46.811] [info][savedobjects-service] Starting saved objects migrations
  log   [02:00:46.842] [info][savedobjects-service] Creating index .kibana_task_manager_1.
  log   [02:00:46.896] [info][savedobjects-service] Creating index .kibana_1.
  log   [02:01:16.847] [warning][savedobjects-service] Unable to connect to Elasticsearch. Error: Request Timeout after 30000ms

I have uncommented the url it should listen to in Kibana.yml.

Kibana.yml:

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

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

I am able to curl ES:

XXXXX>curl http://localhost:9200/
{
"name" : "LAPTOP-8JC7VHIE",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "cWZONu5LR2qCh8VB9R-sLw",
"version" : {
"number" : "7.9.0",
"build_flavor" : "default",
"build_type" : "zip",
"build_hash" : "a479a2a7fce0389512d6a9361301708b92dff667",
"build_date" : "2020-08-11T21:36:48.204330Z",
"build_snapshot" : false,
"lucene_version" : "8.6.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}

Please help out

Did you set the passwords for the Kibana user? https://www.elastic.co/guide/en/elasticsearch/reference/7.9/built-in-users.html

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