From 43f7989d731dcb0e542a6c68eb6baeb4b3fb037b Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:47:17 -0600 Subject: [PATCH] () Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- salt/manager/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 6fa4c44ab..df2e83f5d 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -523,7 +523,7 @@ post_to_2.4.120() { for idx in "so-detection" "so-detectionhistory" "so-case" "so-casehistory"; do JSON_STRING=$( jq -n \ --arg INDEX_NAME "$idx" \ - '{"settings": {"index.auto_expand_replicas":"0-2","index.lifecycle.name":($INDEX_NAME) + "-logs"}}' + '{"settings": {"index.auto_expand_replicas":"0-2","index.lifecycle.name":($INDEX_NAME + "-logs")}}' ) echo "Updating $idx index settings" retry 5 15 "so-elasticsearch-query $idx/_settings -d "$JSON_STRING" -XPUT| grep '{\"acknowledged\":true}'"