From b5c9d44d91f352609f2eeeeda6b14776ae8532ba Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 12 Aug 2020 11:15:14 -0400 Subject: [PATCH] nginx config for import node --- .../etc/{nginx.conf.so-importpcap => nginx.conf.so-import} | 0 setup/so-functions | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename salt/nginx/etc/{nginx.conf.so-importpcap => nginx.conf.so-import} (100%) diff --git a/salt/nginx/etc/nginx.conf.so-importpcap b/salt/nginx/etc/nginx.conf.so-import similarity index 100% rename from salt/nginx/etc/nginx.conf.so-importpcap rename to salt/nginx/etc/nginx.conf.so-import diff --git a/setup/so-functions b/setup/so-functions index 26d80c98a..35617d492 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1775,7 +1775,7 @@ es_heapsize() { fi export ES_HEAP_SIZE - if [[ "$install_type" =~ ^(EVAL|MANAGERSEARCH|STANDALONE)$ ]]; then + if [[ "$install_type" =~ ^(EVAL|MANAGERSEARCH|STANDALONE|IMPORT)$ ]]; then NODE_ES_HEAP_SIZE=ES_HEAP_SIZE export NODE_ES_HEAP_SIZE fi