Add logix for logstash_settings

This commit is contained in:
Mike Reeves
2020-07-06 13:16:40 -04:00
parent ab42126d8e
commit 087080d583

View File

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