From e93c052d346ae8743403f5f10c482931a3f55068 Mon Sep 17 00:00:00 2001 From: weslambert Date: Tue, 7 Mar 2023 15:21:53 -0500 Subject: [PATCH] Add the new index format to the global delete action file for Curator --- salt/curator/files/action/delete.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/curator/files/action/delete.yml b/salt/curator/files/action/delete.yml index e51b08538..fb8ae30cb 100644 --- a/salt/curator/files/action/delete.yml +++ b/salt/curator/files/action/delete.yml @@ -15,7 +15,7 @@ actions: filters: - filtertype: pattern kind: regex - value: '^(logstash-.*|so-.*)$' + value: '^(logstash-.*|so-.*|.ds-logs-.*-so.*)$' - filtertype: pattern kind: regex value: '^(so-case.*)$'