Graylog Empty - Elastic Search Problem Deflector is pointing to [graylog_729], not the newest one: [graylog_730]. Re-pointing

Hello,

we use OLD Graylog
2. Describe your environment:

  • OS Information:
    2.4
    Now the Server is empty
    We get the message Deflector is pointing to [graylog_729], not the newest one: [graylog_730]. Re-pointing.

But the HEAP Size is ok. We make more in an other Problem in History.
How can we fix this Deflector ?

Greets
RAlf

Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]

Hello,

This post may help.

EDIT: I also found this for you.

And as @jan stated in this post I quote.

Your Elasticsearch made the index read-only - the reason for that can be found in the elasticsearch log. But I guess because of missing available space …

Hello, thank you. Yes i see this topic. But where i have to write

curl -X PUT “localhost:9200/_all/_settings?pretty” -H ‘Content-Type: application/json’ -d’
{
“index.blocks.read_only_allow_delete”: null
}

Which file ? This is not what i really see in that post.

Greets
Ralf

Hello @RalfThomas

You might want to read this topic. I believe it will help you understand or perhaps enlighten you.

ok i can install this. But in which file i put

curl -X PUT “localhost:9200/_all/_settings?pretty” -H ‘Content-Type: application/json’ -d’
{
“index.blocks.read_only_allow_delete”: null
}

Hello

My apologies what file are you referring to?

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