diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 98a7f9402..3a1e60fd2 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -947,7 +947,7 @@ update_elasticsearch_index_settings() { if [ $exists -eq 200 ]; then echo "$idx index found..." echo "Updating $idx index settings" - so-elasticsearch-query $idx/_settings -d "$JSON_STRING" -XPUT + curl -K /opt/so/conf/elasticsearch/curl.config -s -k -L -H "Content-Type: application/json" "https://localhost:9200/$idx/_settings" -d "$JSON_STRING" -XPUT echo -e "\n" else echo -e "Skipping $idx... index does not exist\n"