Loading

Elasticsearch Curator allocation action option: allocation_type

Note

This setting is used only when using the allocation action

action: allocation
description: "Apply shard allocation filtering rules to the specified indices"
options:
  key: ...
  value: ...
  allocation_type: ...
filters:
- filtertype: ...
		

The value of this setting must be one of require, include, or exclude.

Read more about these settings at Index-level shard allocation

The default value for this setting is require.