# Kibana server is not ready yet - kibana 7.6.2 - New Install

**URL:** https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840
**Category:** Kibana
**Created:** [April 14, 2020, 2:14am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840 "2020-04-14T02:14:07Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![surfd4wg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/surfd4wg/32/66304_2.png) [@surfd4wg](https://discuss.elastic.co/u/surfd4wg)
#### Post date: [April 14, 2020, 2:14am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/1 "2020-04-14T02:14:07Z")

</div>

This is from localhost:9200.  
{  
"name" : "rex-VirtualBox",  
"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"  
}

Looking for some help please.

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [April 14, 2020, 4:33am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/2 "2020-04-14T04:33:15Z")

</div>

Couple of questions- how did you install the stack? What are the ES and Kibana logs indicating ? Using a simple API, without a lot of information (which is provided both with \_clsuter/state and \_indices/status) provides a simple mechanism to know if the cluster is healthy or not.

GET \_cluster/health/

[https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html)

Thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![surfd4wg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/surfd4wg/32/66304_2.png) [@surfd4wg](https://discuss.elastic.co/u/surfd4wg)
#### Post date: [April 14, 2020, 4:13pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/3 "2020-04-14T16:13:08Z")

</div>

Hi Rashmi, thank you for corresponding...

I get the following:

rex@rex-VirtualBox:~$ GET \_cluster/health  
Can't connect to \_cluster:80 (Name or service not known)

Name or service not known at /usr/share/perl5/LWP/Protocol/http.pm line 50.  
rex@rex-VirtualBox:~$ curl -X GET "localhost:9200/\_cluster/health?pretty"

{  
"error" : {  
"root\_cause" : [  
{  
"type" : "master\_not\_discovered\_exception",  
"reason" : null  
}  
],  
"type" : "master\_not\_discovered\_exception",  
"reason" : null  
},  
"status" : 503  
}

List of commands used to install ELK contained in the screenshot.

 ![ELK Install Commands](https://us1.discourse-cdn.com/elastic/original/3X/7/3/738e78862ae6c884cf2ed863376599f8d0abab75.png)

Thank you,  
Let me know,  
Regards,  
Craig

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [April 14, 2020, 4:28pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/4 "2020-04-14T16:28:52Z")

</div>

you need to set `discovery.zen.minimum_master_nodes` to 3 in accordance with [these guidelines](https://www.elastic.co/guide/en/elasticsearch/reference/7.6/modules-node.html#split-brain) in order to avoid split brain scenarios.  
If that doesn't work, Is there any firewall rules that prevent the nodes from connecting? Is there anything in the Elasticsearch logs?

Thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![surfd4wg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/surfd4wg/32/66304_2.png) [@surfd4wg](https://discuss.elastic.co/u/surfd4wg)
#### Post date: [April 14, 2020, 5:13pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/5 "2020-04-14T17:13:22Z")

</div>

Where are the logs ?

---

<div class="post-metadata">

### Author: ![surfd4wg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/surfd4wg/32/66304_2.png) [@surfd4wg](https://discuss.elastic.co/u/surfd4wg)
#### Post date: [April 14, 2020, 6:54pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/6 "2020-04-14T18:54:46Z")

</div>

I didn't find any documentation on discovery.zen. It did however, comment out the cluster.initial\_master\_nodes in elasticsearch.yml. (screenshot) It seemed to come up this time.

However, trying to install sample data, I get a permissions error. (screenshot).

 ![2020-04-14_12-48-55](https://us1.discourse-cdn.com/elastic/original/3X/2/1/21b93d1636b7b9e71cef43773d08d87c0d5753a7.png) ![2020-04-14_12-49-46](https://us1.discourse-cdn.com/elastic/original/3X/7/c/7c6b55a5763d9223f9c98c36125143a5436c875b.png)

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [April 14, 2020, 6:59pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/7 "2020-04-14T18:59:16Z")

</div>

Try to check the folder /var/log/elasticsearch/

You can read the end of /var/log/message to have details on the system errors. So Kibana logs to stdout by default, which depending on how you run it, may actually go to a file or just to stdout, which for a headless process, is effectively nowhere. In kibana.yml, you can configure `logging.dest` and point to wherever in the filesystem you want your logs to go.

For the internal server error which you encountered- what is the user you are logging in with ?  
You should not be getting internal server error at all in the first place. What is your license level, what user are you using, Kibana logs will help.

Thanks  
Rashmi

thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![surfd4wg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/surfd4wg/32/66304_2.png) [@surfd4wg](https://discuss.elastic.co/u/surfd4wg)
#### Post date: [April 14, 2020, 7:19pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/8 "2020-04-14T19:19:02Z")

</div>

I think I figured it out by reading some other posts. Added disk capacity and the sample data is loading now.

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [April 14, 2020, 8:43pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/9 "2020-04-14T20:43:13Z")

</div>

awesome.thanks for sharing it back! Good luck

Thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 12, 2020, 8:43pm UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet-kibana-7-6-2-new-install/227840/10 "2020-05-12T20:43:31Z")

</div>

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