A newer version is available. For the latest information, see the
current release documentation.
exclude
editexclude
editThis setting is available in all filter types.
If exclude
is True
, the filter will remove matches from the actionable list.
If exclude
is False
, then only matches will be kept in the actionable list.
The default value for this setting is different for each filter type.
Examples
edit- filtertype: opened exclude: True
This filter will result in only closed
indices being in the actionable list.
- filtertype: opened exclude: False
This filter will result in only open
indices being in the actionable list.