Change 'total_auto_throttle_in_bytes' in Elasticsearch

Is there any way to change ' total_auto_throttle_in_bytes' value in Elasticsearch. Is this value changable ?

Ekran Alıntısı

Thanks in advance.

Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

What are you trying to achieve/solve by altering this setting?

One (of the probably many) way would be to freeze the index. This reduces the value to zero. Great? This comes of course with many downsides. It is a trade-off (as always). Please refer this:
https://www.elastic.co/guide/en/elasticsearch/reference/master/freeze-index-api.html
There might also be more gradient ways of reducing the value like hot-warm-cold stuff here:
https://www.elastic.co/de/blog/implementing-hot-warm-cold-in-elasticsearch-with-index-lifecycle-management

But @warkholm is right: We need more details to help you! What do you want to achieve/solve?

I solved the problem. It's not about the value . Thanks

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