Skip to content

Commit

Permalink
Update es_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Vitzthum authored Jun 19, 2018
1 parent ebd1641 commit ae1d383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dcicutils/es_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains-snapshots.html
'''


def get_index_list(client, name, days_old=0, timestring='%Y.%m.%d', ilo=None):
if ilo is None:
ilo = curator.IndexList(client)
Expand Down

0 comments on commit ae1d383

Please sign in to comment.