# Graylog not showing messages in seach view

**URL:** https://community.graylog.org/t/graylog-not-showing-messages-in-seach-view/12046
**Category:** Graylog Central (peer support)
**Created:** [September 20, 2019, 2:59pm UTC](https://community.graylog.org/t/graylog-not-showing-messages-in-seach-view/12046 "2019-09-20T14:59:36Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Markus](https://avatars.discourse-cdn.com/v4/letter/m/b782af/32.png) [@Markus](https://community.graylog.org/u/Markus)
#### Post date: [September 20, 2019, 7:01pm UTC](https://community.graylog.org/t/graylog-not-showing-messages-in-seach-view/12046/6 "2019-09-20T19:01:26Z")

</div>

Hi,

I didn’t see any posts related to this error, but maybe I searched with the incorrect key works.  
Would be nice if you can send me the link if you say it was posted before.

Anyway, this is what I found by googling the web and it resolved it.

Add the following in elasticseach.yml

/etc/elasticsearch#  
vim elasticsearch.yml

cluster.routing.allocation.disk.threshold\_enabled: true  
cluster.routing.allocation.disk.watermark.flood\_stage: 5gb  
cluster.routing.allocation.disk.watermark.low: 30gb  
cluster.routing.allocation.disk.watermark.high: 20gb

Then run this  
curl -XPUT -H “Content-Type: application/json” [http://localhost:9200/\_all/\_settings](http://localhost:9200/_all/_settings) -d ‘{“index.blocks.read\_only\_allow\_delete”: null}’

Not sure if this was best practice, but maybe you do?

/Markus

---

_[View the full topic](https://community.graylog.org/t/graylog-not-showing-messages-in-seach-view/12046)._
