From 9730c4561dadc8a54ff6e19b3d319e175d35162a Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 10 Jul 2020 14:08:39 -0400 Subject: [PATCH] add elasticsearch pillar to manager --- setup/so-functions | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup/so-functions b/setup/so-functions index 909f4d865..f6c04172b 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -961,6 +961,16 @@ manager_pillar() { " playbook: $PLAYBOOK"\ " url_base: $REDIRECTIT"\ ""\ + "elasticsearch:"\ + " mainip: $MAINIP"\ + " mainint: $MNIC"\ + " esheap: $NODE_ES_HEAP_SIZE"\ + " esclustername: {{ grains.host }}"\ + " node_type: $NODETYPE"\ + " es_port: $node_es_port"\ + " log_size_limit: $log_size_limit"\ + " node_route_type: hot"\ + ""\ "logstash_settings:"\ " ls_pipeline_batch_size: 125"\ " ls_input_threads: 1"\