mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Change 1024 to 1000 for gigabytes
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
LOG="/opt/so/log/curator/so-curator-cluster-delete.log"
|
LOG="/opt/so/log/curator/so-curator-cluster-delete.log"
|
||||||
ALERT_LOG="/opt/so/log/curator/alert.log"
|
ALERT_LOG="/opt/so/log/curator/alert.log"
|
||||||
LOG_SIZE_LIMIT_GB=$(/usr/sbin/so-elasticsearch-cluster-space-total {{ RETENTION.retention_pct}})
|
LOG_SIZE_LIMIT_GB=$(/usr/sbin/so-elasticsearch-cluster-space-total {{ RETENTION.retention_pct}})
|
||||||
LOG_SIZE_LIMIT=$(( "$LOG_SIZE_LIMIT_GB" * 1024 * 1024 * 1024 ))
|
LOG_SIZE_LIMIT=$(( "$LOG_SIZE_LIMIT_GB" * 1000 * 1000 * 1000 ))
|
||||||
ITERATION=0
|
ITERATION=0
|
||||||
MAX_ITERATIONS=10
|
MAX_ITERATIONS=10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user