File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# SAS Viya Monitoring for Kubernetes
2+ ## unreleased
3+ * ** Logging**
4+ * [ FIX] Corrected handling of unavailable API endpoint in deploy_opensearch_content.sh
5+
26
37## Version 1.2.41 (19AUG2025)
48* ** Metrics**
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ log_info "Loading Content into OpenSearch"
2525# temp file used to capture command output
2626tmpfile=$TMP_DIR /output.txt
2727
28- set -e
29-
3028# check for pre-reqs
3129
3230# Confirm namespace exists
@@ -169,6 +167,8 @@ function add_ism_template {
169167 fi
170168}
171169
170+ set -e
171+
172172LOG_RETENTION_PERIOD=" ${LOG_RETENTION_PERIOD:- 3} "
173173set_retention_period viya_logs_idxmgmt_policy LOG_RETENTION_PERIOD
174174add_ism_template " viya_logs_idxmgmt_policy" " viya_logs-*" 100
You can’t perform that action at this time.
0 commit comments