Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Henderson committed Feb 25, 2022
1 parent ca97c65 commit d2bb523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions es.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d2bb523

Please sign in to comment.