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"):