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:
William Wernert
2021-11-10 11:25:51 -05:00
parent 04d2b52306
commit 2c296e832f
3 changed files with 0 additions and 29 deletions

View File

@@ -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