diff --git a/es.py b/es.py index d7003f1..e45bbc5 100644 --- a/es.py +++ b/es.py @@ -311,6 +311,8 @@ def check_special_index(index): special = True if str(index).startswith(".transform-internal"): special = True + if str(index).startswith(".") and not str(index).startswith(".monitoring"): + special = True return special