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