kibana
- filtertype: kibana
exclude: True
This filtertype will remove any index matching the regular expression ^\.kibana.*$
from the list of indices, if present.
This filtertype will iterate over the actionable list and match indices matching the regular expression ^\.kibana.*$
. They will remain in, or be removed from the actionable list based on the value of exclude.
- exclude (default is
True
)