Hello! The elastic can not create an index graylog_58. How can I understand why the status of elastic is red? I have everything in 1 place and graylog and elastic. Where can I see the logs and find out the reason?
cluster.routing.allocation.disk.watermark.high
Controls the high watermark. It defaults to 90% , meaning that Elasticsearch will attempt to relocate shards away from a node whose disk usage is above 90%. It can also be set to an absolute byte value (similarly to the low watermark) to relocate shards away from a node if it has less than the specified amount of free space. This setting affects the allocation of all shards, whether previously allocated or not.
Do whatever you want.
First I suggest to thinking.
What will the result if you
decrease the index numbers
set the high watermark to 5 gb? (spend 10 minutes with this question, based on your screens, you will open a new topic at the community with elatic cluster red again OR no disk space left)
(you)r client goes wrong, and send +1 GB data every day
Do a fast research for this questions:
connection between shards and indices
elasticsearch no disk space left
elasticsearch suggested shard size
After you find the answers to your questions, please let us know.
Elasticsearch has changed the default behaviour to close indices on low-watermark. What means you can’t ingest any new messages. Your 92% usage of available space would mean you have hit the low-watermark limit.
In graylog you should go to System > indices > default index set and hit Maintenancen > Recalculate index range once you have added more space or deleted messages to fix the knowledge of Graylog about the available data.