From d2bb5233ac3e2730461f710b3791fd01e0911e80 Mon Sep 17 00:00:00 2001 From: Justin Henderson Date: Fri, 25 Feb 2022 20:11:53 +0000 Subject: [PATCH] go --- es.py | 2 ++ 1 file changed, 2 insertions(+) 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