mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update so-minion
This commit is contained in:
@@ -83,7 +83,7 @@ function pcapspace() {
|
|||||||
if [[ "$OPERATION" == "setup" ]]; then
|
if [[ "$OPERATION" == "setup" ]]; then
|
||||||
# Use 25% for PCAP
|
# Use 25% for PCAP
|
||||||
PCAP_PERCENTAGE=1
|
PCAP_PERCENTAGE=1
|
||||||
DFREEPERCENT=75
|
DFREEPERCENT=21
|
||||||
local SPACESIZE=$(df -k /nsm | tail -1 | awk '{print $2}' | tr -d \n)
|
local SPACESIZE=$(df -k /nsm | tail -1 | awk '{print $2}' | tr -d \n)
|
||||||
else
|
else
|
||||||
|
|
||||||
@@ -564,7 +564,7 @@ function createIDH() {
|
|||||||
function createHEAVYNODE() {
|
function createHEAVYNODE() {
|
||||||
is_pcaplimit=true
|
is_pcaplimit=true
|
||||||
PCAP_PERCENTAGE=1
|
PCAP_PERCENTAGE=1
|
||||||
DFREEPERCENT=75
|
DFREEPERCENT=21
|
||||||
pcapspace
|
pcapspace
|
||||||
add_elasticsearch_to_minion
|
add_elasticsearch_to_minion
|
||||||
add_elastic_agent_to_minion
|
add_elastic_agent_to_minion
|
||||||
|
|||||||
Reference in New Issue
Block a user