From 087080d583f9c159c28ff42528fb020068505201 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 6 Jul 2020 13:16:40 -0400 Subject: [PATCH] Add logix for logstash_settings --- setup/so-functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-functions b/setup/so-functions index 0c8296c02..81f45cb7b 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1013,11 +1013,13 @@ node_pillar() { " es_port: $node_es_port"\ " log_size_limit: $log_size_limit"\ " cur_close_days: $CURCLOSEDAYS"\ + if [ "$install_type" != 'EVAL' ] || [ "$install_type" != 'HELIXSENSOR' ] || [ "$install_type" != 'MASTERSEARCH' ] || [ "$install_type" != 'STANDALONE' ]; then "logstash_settings:"\ " ls_pipeline_batch_size: $LSPIPELINEBATCH"\ " ls_input_threads: $LSINPUTTHREADS"\ " ls_batch_count: $LSINPUTBATCHCOUNT"\ " lsheap: $NODE_LS_HEAP_SIZE"\ + fi "" >> "$pillar_file" printf '%s\n' '----' >> "$setup_log" 2>&1