Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAPPER committed Nov 23, 2021
1 parent 14c37b9 commit a4de00a
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 @@ -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"):
Expand Down

0 comments on commit a4de00a

Please sign in to comment.