Skip to content

Commit

Permalink
customizing index settings work in progress, idaholab#313
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 16, 2024
1 parent b002f2f commit 1c0344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/opensearch_index_size_prune.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def main():

if debug:
eprint(
f'{len(osInfo)} {args.index} indices occupy {humanfriendly.format_size(humanfriendly.parse_size(f"{totalSizeInMegabytes}mb"))} ({humanfriendly.format_size(humanfriendly.parse_size(f"{limitMegabytes}mb"))} allowed)'
f'{totalIndices} {args.index} indices occupy {humanfriendly.format_size(humanfriendly.parse_size(f"{totalSizeInMegabytes}mb"))} ({humanfriendly.format_size(humanfriendly.parse_size(f"{limitMegabytes}mb"))} allowed)'
)

# get list of indexes in index pattern(s) and sort by creation date
Expand Down

0 comments on commit 1c0344b

Please sign in to comment.