Hello there , I need help
I am getting Error : Kibana server is not ready yet . When I check my Kibana.yml logs . I get this:
{"type":"log","@timestamp":"2021-09-21T19:59:32+03:00","tags":["error","savedobjects-service"],"pid":1832,"message":"[.kibana_task_manager] Action failed with 'Request timed out'. Retrying attempt 4 in 16 seconds."}
{"type":"log","@timestamp":"2021-09-21T19:59:32+03:00","tags":["info","savedobjects-service"],"pid":1832,"message":"[.kibana_task_manager] INIT -> INIT. took: 38006ms."}
My Kibana.yml
server.port: 5601
server.host: "0.0.0.0"
elasticsearch.hosts: ["http://0.0.0.0:9200"]
My elasticsearch.yml
network.host: 0.0.0.0
http.port: 9200
cluster.initial_master_nodes: node-1
curl 0.0.0.0:5601
Kibana server is not ready yet
curl 0.0.0.0:9200
{
"name" : "kali",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "_na_",
"version" : {
"number" : "7.14.1",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "66b55ebfa59c92c15db3f69a335d500018b3331e",
"build_date" : "2021-08-26T09:01:05.390870785Z",
"build_snapshot" : false,
"lucene_version" : "8.9.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
What could be the problem ?