File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : oci-onm-logan
66description : Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77type : application
8- version : 3.2.1
8+ version : 3.2.2
99appVersion : " 3.0.0"
1010
1111dependencies :
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments