mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-29 11:23:35 +01:00
Remove references to CURCLOSEDAYS in setup
Curator is configured differently now so the variable set during setup is no longer in use
This commit is contained in:
@@ -412,10 +412,6 @@ if [[ $is_manager && $is_node ]]; then
|
||||
ZEEKVERSION=${ZEEKVERSION:-ZEEK}
|
||||
fi
|
||||
|
||||
if [[ $is_node ]]; then
|
||||
CURCLOSEDAYS=${CURCLOSEDAYS:-30}
|
||||
fi
|
||||
|
||||
if [[ $is_import ]]; then
|
||||
PATCHSCHEDULENAME=${PATCHSCHEDULENAME:-auto}
|
||||
MTU=${MTU:-1500}
|
||||
@@ -551,7 +547,6 @@ if [[ $is_node && ! $is_eval ]]; then
|
||||
collect_node_ls_pipeline_worker_count
|
||||
collect_node_ls_pipeline_batch_size
|
||||
collect_node_ls_input
|
||||
collect_cur_close_days
|
||||
collect_es_space_limit
|
||||
else
|
||||
NODE_ES_HEAP_SIZE=$ES_HEAP_SIZE
|
||||
|
||||
Reference in New Issue
Block a user