update message

This commit is contained in:
reyesj2
2026-06-15 14:17:34 -05:00
parent 95cae4c734
commit 1a423a2434
+1 -1
View File
@@ -787,7 +787,7 @@ kibana_backport_streams_index_template() {
current_template=$(so-elasticsearch-query "_index_template/.kibana_streams" --retry 3 --retry-delay 5 --fail)
if [[ -z "$current_template" ]]; then
echo "Unable to retrieve current .kibana_streams index template, skipping backport."
echo "Index template .kibana_streams does not exist, skipping backport."
return 0
fi