Data Relocation

Hello, I am storing my data on a disk, for example, in C.
When this disk reaches 90%, I want the new data entered to be allocated on disk D. Is there any way to configure this setting?

Elasticsearch can use multiple data paths, but each shard will be located to a single path and Elasticsearch will not move shards between paths. It will therefore not behave as you describe.

If you are creating time based indices, you could add the new disk to the data path and new shards should get allocated there. If you are not creating new indices changing the path will probably not help.

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