Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SAS Viya Monitoring for Kubernetes
## Unreleased
* **Logging**
* [FIX] Log messages from Prometheus Operator pod redirected to OpenSearch viya_ops-* (rather than viya_logs-*) index
* [UPGRADE] OpenSearch and OpenSearch Dashboards upgraded from 2.19.2 to 2.19.3
* [UPGRADE] OpenSearch Helm chart upgraded from 2.34.0 to 2.35.0.
* [UPGRADE] OpenSearch Dashboards Helm chart upgraded from 2.30.0 to 2.31.0
Expand Down
6 changes: 3 additions & 3 deletions logging/fb/fluent-bit_config.configmap_azmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.28candidate
Set fb_configMap_version 0.2.27
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down Expand Up @@ -975,7 +975,7 @@ data:
Name tail
Alias tail4logs
Path /var/log/containers/*.log
Exclude_Path /var/log/containers/v4m-*.log, /var/log/containers/prometheus-v4m-*.log
Exclude_Path /var/log/containers/v4m-*.log
Parser ${KUBERNETES_RUNTIME_LOGFMT}
Tag kube.*
Multiline.parser ${LOG_MULTILINE_PARSER}
Expand All @@ -991,7 +991,7 @@ data:
# NOTE: ** METALOGGING **
Name tail
Alias tail4ops
Path /var/log/containers/v4m-*.log, /var/log/containers/prometheus-v4m-*.log
Path /var/log/containers/v4m-*.log
Parser ${KUBERNETES_RUNTIME_LOGFMT}
Tag opsK.*
Refresh_Interval 5
Expand Down
6 changes: 3 additions & 3 deletions logging/fb/fluent-bit_config.configmap_opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.28candidate
Set fb_configMap_version 0.2.27
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down Expand Up @@ -977,7 +977,7 @@ data:
Name tail
Alias tail4logs
Path /var/log/containers/*.log
Exclude_Path /var/log/containers/v4m-*.log, /var/log/containers/prometheus-v4m-*.log
Exclude_Path /var/log/containers/v4m-*.log
Parser ${KUBERNETES_RUNTIME_LOGFMT}
Tag kube.*
Multiline.parser ${LOG_MULTILINE_PARSER}
Expand All @@ -993,7 +993,7 @@ data:
# NOTE: ** METALOGGING **
Name tail
Alias tail4ops
Path /var/log/containers/v4m-*.log, /var/log/containers/prometheus-v4m-*.log
Path /var/log/containers/v4m-*.log
Parser ${KUBERNETES_RUNTIME_LOGFMT}
Tag opsK.*
Refresh_Interval 5
Expand Down