Skip to content

Commit 9bfc98e

Browse files
authored
Merge pull request #90256 from max-cx/enterprise-4.17
[enterprise-4.17] OBSDOCS-1371: Add a release note about change of parameter name from 'delivery' to 'deliveryMode'
2 parents a93d8c0 + ba50061 commit 9bfc98e

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
@@ -70,9 +70,26 @@ In order to continue to use Elasticsearch and Kibana managed by the elasticsearc
7070

7171
* 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])
7272

73-
7473
* 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])
7574

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

0 commit comments

Comments
 (0)