allocated
- filtertype: allocated
key: ...
value: ...
allocation_type:
exclude: True
Note
Empty values and commented lines will result in the default value, if any, being selected. If a setting is set, but not used by a given filtertype, it may generate an error.
This filtertype will iterate over the actionable list and match indices based on their shard routing allocation settings. They will remain in, or be removed from the actionable list based on the value of exclude.
By default the indices matched by the allocated
filter will be excluded since the exclude
setting defaults to True
.
To include matching indices rather than exclude, set the exclude
setting to False
.
- allocation_type
- exclude (default is
True
)