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?
You can configure path.data to point to multiple paths. See https://www.elastic.co/guide/en/elasticsearch/reference/7.3/path-settings.html - even though the logic of storing will not be what you described above, but both paths will be used.