File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# SAS Viya Monitoring for Kubernetes
22## Unreleased
33* ** Logging**
4+ * [ FIX] Corrected handling of unavailable API endpoint in deploy_opensearch_content.sh
45 * [ FIX] Log messages from Prometheus Operator pod redirected to OpenSearch viya_ops-* (rather than viya_logs-* ) index
56 * [ UPGRADE] OpenSearch and OpenSearch Dashboards upgraded from 2.19.2 to 2.19.3
67 * [ UPGRADE] OpenSearch Helm chart upgraded from 2.34.0 to 2.35.0.
Original file line number Diff line number Diff line change 2323log_info " Loading Content into OpenSearch"
2424
2525# temp file used to capture command output
26+ # shellcheck disable=SC2034
2627tmpfile=$TMP_DIR /output.txt
2728
28- set -e
29-
3029# check for pre-reqs
3130
3231# Confirm namespace exists
@@ -169,6 +168,8 @@ function add_ism_template {
169168 fi
170169}
171170
171+ set -e
172+
172173LOG_RETENTION_PERIOD=" ${LOG_RETENTION_PERIOD:- 3} "
173174set_retention_period viya_logs_idxmgmt_policy LOG_RETENTION_PERIOD
174175add_ism_template " viya_logs_idxmgmt_policy" " viya_logs-*" 100
You can’t perform that action at this time.
0 commit comments