Kibana server is not ready-- clean new install

Hi,

I followed this post https://www.lahilabs.com/2020/01/02/how-to-install-elk-siem-for-beginners-complete-guide/

I have running elastic

curl localhost:9200
{
"name" : "vultr.guest",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "na",
"version" : {
"number" : "7.6.2",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "ef48eb35cf30adf4db14086e8aabd07ef6fb113f",
"build_date" : "2020-03-26T06:34:37.794943Z",
"build_snapshot" : false,
"lucene_version" : "8.4.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}


but for Kibana when run

curl localhost:5601

Kibana server is not ready

--- when run status

service kibana status
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; disabled; vendor preset: enabled)
Active: active (running) since Sun 2020-04-19 07:45:54 UTC; 25min ago
Main PID: 10430 (node)
Tasks: 11 (limit: 2317)
CGroup: /system.slice/kibana.service
└─10430 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml

Apr 19 07:48:32 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:32Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"Unable to revive connection: http://0.0.0.0:9200/"}
Apr 19 07:48:32 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:32Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"No living connections"}
Apr 19 07:48:35 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:35Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"Unable to revive connection: http://0.0.0.0:9200/"}
Apr 19 07:48:35 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:35Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"No living connections"}
Apr 19 07:48:37 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:37Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"Unable to revive connection: http://0.0.0.0:9200/"}
Apr 19 07:48:37 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:37Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"No living connections"}
Apr 19 07:48:40 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:40Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"Unable to revive connection: http://0.0.0.0:9200/"}
Apr 19 07:48:40 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:40Z","tags":["warning","elasticsearch","admin"],"pid":10430,"message":"No living connections"}
Apr 19 07:48:42 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:48:42Z","tags":["info","savedobjects-service"],"pid":10430,"message":"Starting saved objects migrations"}
Apr 19 07:49:12 vultr.guest kibana[10430]: {"type":"log","@timestamp":"2020-04-19T07:49:12Z","tags":["warning","savedobjects-service"],"pid":10430,"message":"Unable to connect to Elasticsearch. Error: Request Timeout after 30000ms"}
root@vultr:/var/log/elasticsearch#


My kibana setting is

Any advise what am I doing wrong here?

Hi @x0rcist,

Welcome to our community! I would recommend using our getting started guide :slight_smile: https://www.elastic.co/guide/en/elastic-stack-get-started/current/get-started-elastic-stack.html

Are both Kibana and Elasticsearch running in the same VM? What do you have set for your network.host in elasticsearch.yml?

Thanks!
Liza

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