FIX: curator should exclude so-case* indices #7270

This commit is contained in:
Doug Burks
2022-02-21 09:00:05 -05:00
committed by GitHub
parent fc0e27a7ae
commit 1abd824c5f

View File

@@ -18,6 +18,10 @@ actions:
- filtertype: pattern
kind: regex
value: '^(logstash-.*|so-.*)$'
- filtertype: pattern
kind: regex
value: '^(so-case.*)$'
exclude: True
- filtertype: space
source: creation_date
use_age: True