From a4de00a16d364a8e0b5a00a4da87c3f9828e5eaf Mon Sep 17 00:00:00 2001 From: Justin Henderson Date: Tue, 23 Nov 2021 14:18:08 -0600 Subject: [PATCH] a --- es.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es.py b/es.py index 3a4a46a..21aee2b 100644 --- a/es.py +++ b/es.py @@ -262,6 +262,8 @@ def check_special_index(index): special = True if str(index).startswith(".opendistro"): special = True + if str(index).startswith(".security"): + special = True if str(index).startswith(".tasks"): special = True if str(index).startswith(".apm"):