mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-28 10:53:34 +01:00
LSHEAP and pipeline workers for virt
This commit is contained in:
@@ -44,6 +44,10 @@ for i in "$@"; do
|
||||
ES_HEAP_SIZE="${i#*=}"
|
||||
shift
|
||||
;;
|
||||
-l=*|--lsheap=*)
|
||||
LSHEAP="${i#*=}"
|
||||
shift
|
||||
;;
|
||||
-n=*|--mgmtnic=*)
|
||||
MNIC="${i#*=}"
|
||||
shift
|
||||
@@ -214,7 +218,7 @@ function add_logstash_to_minion() {
|
||||
"logstash:"\
|
||||
" enabled: True"\
|
||||
" config:"\
|
||||
" pipeline_x_workers: $CPUCORES"\
|
||||
" pipeline_x_workers: $CORECOUNT"\
|
||||
" settings:"\
|
||||
" lsheap: $LSHEAP"\
|
||||
" " >> $PILLARFILE
|
||||
|
||||
Reference in New Issue
Block a user