Controlling cluster rebalancing

By default, Elasticsearch tries to keep the shards and their replicas evenly balanced across the cluster. Such behavior is good in most cases, but there are times when we want to control this behavior—for example, during rolling restarts. We don't want to rebalance the entire cluster when one or two nodes are restarted. In this section, we will look at how to avoid cluster rebalance and control this process' behavior in depth.

Imagine a situation where you know that your network can handle very high amounts of traffic or the opposite of this— your network is used extensively and you want to avoid too much load on it. The other example is that you may want to decrease the pressure that is put on your I/O subsystem ...

Get Elasticsearch Server - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.