# Kibana server is not ready

**URL:** https://discuss.elastic.co/t/kibana-server-is-not-ready/300432
**Category:** Kibana
**Created:** [March 23, 2022, 9:44am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready/300432 "2022-03-23T09:44:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tharunkumar](https://avatars.discourse-cdn.com/v4/letter/t/f05b48/32.png) [@tharunkumar](https://discuss.elastic.co/u/tharunkumar)
#### Post date: [March 23, 2022, 9:44am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready/300432/1 "2022-03-23T09:44:53Z")

</div>

Hi i am using kibana 7.12.0. i am facing this issue frequently.can please help me with a solution  
[FATAL Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: [cluster\_block\_exception]: index [.kibana\_7.12.0\_001] blocked by: [TOO\_MANY\_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block]; ]

---

<div class="post-metadata">

### Author: ![lusynda](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lusynda/32/53557_2.png) [@lusynda](https://discuss.elastic.co/u/lusynda)
#### Post date: [March 23, 2022, 10:06am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready/300432/2 "2022-03-23T10:06:55Z")

</div>

One of your data node has exceed its size campacity.  
Default to elastic i thinks the flood gate is 95%  
You can fix this by ussing the api to change the flood gate to higher %.

```auto
PUT /_cluster/settings
{
  "persistent" : {
    "cluster.routing.allocation.disk.watermark.flood_stage" : "96%" 
  }
}

```

---

<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: [April 20, 2022, 10:07am UTC](https://discuss.elastic.co/t/kibana-server-is-not-ready/300432/3 "2022-04-20T10:07:50Z")

</div>

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