Skip to content

Commit 14c4445

Browse files
Quick fix for concat behavior while handling the CRI partial logs to not include newline char as separator. (#65)
1 parent fdea39e commit 14c4445

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2024-01-09
4+
### Changed
5+
- Concat filter plugin behavior changed to not include newline character as separator while handling CRI partial logs.
6+
- Dashboards Import is now optional while installing the monitoring solution through RMS Stack. Default behavior remains the same.
7+
38
## 2023-12-01
49
### Added
510
- Uptake ARM compatible container image from OCR for logan(Fluentd) chart.

charts/logan/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: oci-onm-logan
66
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77
type: application
8-
version: 3.2.1
8+
version: 3.2.2
99
appVersion: "3.0.0"
1010

1111
dependencies:

charts/logan/templates/logs-configmap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ data:
123123
use_partial_cri_logtag true
124124
partial_cri_logtag_key logtag
125125
partial_cri_stream_key stream
126+
separator ""
126127
# timeout scenario should not occur in general for partial logs handling
127128
timeout_label "@NORMAL{{- ternary (print "." $currWorker) "" $multiWorkersEnabled }}"
128129
</filter>
@@ -407,6 +408,7 @@ data:
407408
use_partial_cri_logtag true
408409
partial_cri_logtag_key logtag
409410
partial_cri_stream_key stream
411+
separator ""
410412
# timeout scenario should not occur in general for partial logs handling
411413
timeout_label "@NORMAL{{- ternary (print "." $currWorker) "" $multiWorkersEnabled }}"
412414
</filter>
@@ -514,6 +516,7 @@ data:
514516
use_partial_cri_logtag true
515517
partial_cri_logtag_key logtag
516518
partial_cri_stream_key stream
519+
separator ""
517520
# timeout scenario should not occur in general for partial logs handling
518521
timeout_label "@NORMAL{{- ternary (print "." $currWorker) "" $multiWorkersEnabled }}"
519522
</filter>

charts/oci-onm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.2.1
21+
version: 3.2.2
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
@@ -32,7 +32,7 @@ dependencies:
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled
3434
- name: oci-onm-logan
35-
version: "3.2.1"
35+
version: "3.2.2"
3636
repository: "file://../logan"
3737
condition: oci-onm-logan.enabled
3838
- name: oci-onm-mgmt-agent

0 commit comments

Comments
 (0)