Skip to content

Commit

Permalink
Merge pull request #12527 from Security-Onion-Solutions/TOoSmOotH-pat…
Browse files Browse the repository at this point in the history
…ch-7

Fix Space Free for Steno
  • Loading branch information
dougburks authored Mar 8, 2024
2 parents e1b27a9 + 06257b9 commit b6b6fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/manager/tools/sbin/so-minion
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function pcapspace() {
if [[ "$OPERATION" == "setup" ]]; then
# Use 25% for PCAP
PCAP_PERCENTAGE=1
DFREEPERCENT=75
DFREEPERCENT=21
local SPACESIZE=$(df -k /nsm | tail -1 | awk '{print $2}' | tr -d \n)
else

Expand Down Expand Up @@ -564,7 +564,7 @@ function createIDH() {
function createHEAVYNODE() {
is_pcaplimit=true
PCAP_PERCENTAGE=1
DFREEPERCENT=75
DFREEPERCENT=21
pcapspace
add_elasticsearch_to_minion
add_elastic_agent_to_minion
Expand Down

0 comments on commit b6b6fc4

Please sign in to comment.