diff --git a/HOTFIX b/HOTFIX index 8ab213017..4641686bb 100644 --- a/HOTFIX +++ b/HOTFIX @@ -1 +1 @@ -20220719 +20220815 diff --git a/salt/curator/files/bin/so-curator-closed-delete-delete b/salt/curator/files/bin/so-curator-closed-delete-delete index b872a7aeb..5476b1390 100755 --- a/salt/curator/files/bin/so-curator-closed-delete-delete +++ b/salt/curator/files/bin/so-curator-closed-delete-delete @@ -29,7 +29,7 @@ LOG="/opt/so/log/curator/so-curator-closed-delete.log" overlimit() { - [[ $(du -hs --block-size=1GB /nsm/elasticsearch/nodes | awk '{print $1}' ) -gt "{{LOG_SIZE_LIMIT}}" ]] + [[ $(du -hs --block-size=1GB /nsm/elasticsearch/indices | awk '{print $1}' ) -gt "{{LOG_SIZE_LIMIT}}" ]] } closedindices() {