Skip to content

Commit 787da8c

Browse files
committed
OBSDOCS-1371: Add a release note about change of parameter name from 'delivery' to 'deliveryMode'
1 parent 62a587d commit 787da8c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

observability/logging/logging-6.0/log6x-release-notes.adoc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,26 @@ In order to continue to use Elasticsearch and Kibana managed by the elasticsearc
6666

6767
* This enhancement updates the must-gather functionality to only capture information for inspecting Logging 6.0 components, including Vector deployments from ClusterLogForwarder.observability.openshift.io resources and the Red Hat managed LokiStack. (link:https://issues.redhat.com/browse/LOG-5949[LOG-5949])
6868

69-
7069
* This enhancement improves Azure storage secret validation by providing early warnings for specific error conditions. (link:https://issues.redhat.com/browse/LOG-4571[LOG-4571])
7170

71+
* This enhancement updates the `ClusterLogForwarder` API to follow the Kubernetes standards. (link:https://issues.redhat.com/browse/LOG-5977[LOG-5977])
72+
+
73+
.Example of a new configuration in the `ClusterLogForwarder` custom resource for the updated API
74+
[source,yaml]
75+
----
76+
apiVersion: observability.openshift.io/v1
77+
kind: ClusterLogForwarder
78+
metadata:
79+
name: <name>
80+
spec:
81+
outputs:
82+
- name: <output_name>
83+
type: <output_type>
84+
<output_type>:
85+
tuning:
86+
deliveryMode: AtMostOnce
87+
----
88+
7289
[id="log6x-release-notes-6-0-0-technology-preview-features"]
7390
== Technology Preview features
7491

0 commit comments

Comments
 (0)