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 1
1
# SAS Viya Monitoring for Kubernetes
2
2
## Unreleased
3
3
* ** Logging**
4
+ * [ FIX] Corrected handling of unavailable API endpoint in deploy_opensearch_content.sh
4
5
* [ FIX] Log messages from Prometheus Operator pod redirected to OpenSearch viya_ops-* (rather than viya_logs-* ) index
5
6
* [ UPGRADE] OpenSearch and OpenSearch Dashboards upgraded from 2.19.2 to 2.19.3
6
7
* [ UPGRADE] OpenSearch Helm chart upgraded from 2.34.0 to 2.35.0.
Original file line number Diff line number Diff line change 23
23
log_info " Loading Content into OpenSearch"
24
24
25
25
# temp file used to capture command output
26
+ # shellcheck disable=SC2034
26
27
tmpfile=$TMP_DIR /output.txt
27
28
28
- set -e
29
-
30
29
# check for pre-reqs
31
30
32
31
# Confirm namespace exists
@@ -169,6 +168,8 @@ function add_ism_template {
169
168
fi
170
169
}
171
170
171
+ set -e
172
+
172
173
LOG_RETENTION_PERIOD=" ${LOG_RETENTION_PERIOD:- 3} "
173
174
set_retention_period viya_logs_idxmgmt_policy LOG_RETENTION_PERIOD
174
175
add_ism_template " viya_logs_idxmgmt_policy" " viya_logs-*" 100
You can’t perform that action at this time.
0 commit comments