Merge pull request #8532 from Security-Onion-Solutions/2.3.140-20220815

This commit is contained in:
Mike Reeves
2022-08-12 15:04:00 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
HOTFIX
View File

@@ -1 +1 @@
20220719
20220815

View File

@@ -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() {