kibana
- filtertype: kibana
exclude: True
这个 filtertype 将从索引列表中移除与正则表达式 ^\.kibana.*$
匹配的任何索引(如果存在)。
这个 filtertype 将遍历可操作列表,并匹配与正则表达式 ^\.kibana.*$
匹配的索引。它们将根据 exclude 的值保留在可操作列表中,或从中移除。
- exclude(默认值为
True
)
- filtertype: kibana
exclude: True
这个 filtertype 将从索引列表中移除与正则表达式 ^\.kibana.*$
匹配的任何索引(如果存在)。
这个 filtertype 将遍历可操作列表,并匹配与正则表达式 ^\.kibana.*$
匹配的索引。它们将根据 exclude 的值保留在可操作列表中,或从中移除。
True
)