Skip to content

Commit df01762

Browse files
Logging 5.7.8 Release Notes
1 parent d58f70c commit df01762

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

logging/logging_release_notes/logging-5-7-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ include::snippets/logging-compatibility-snip.adoc[]
1010

1111
include::snippets/logging-stable-updates-snip.adoc[]
1212

13+
include::modules/logging-release-notes-5-7-8.adoc[leveloffset=+1]
14+
1315
include::modules/logging-rn-5.7.7.adoc[leveloffset=+1]
1416

1517
include::modules/logging-rn-5.7.6.adoc[leveloffset=+1]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Module included in the following assemblies:
2+
// cluster-logging-release-notes.adoc
3+
// logging-5-7-release-notes.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="logging-release-notes-5-7-8_{context}"]
7+
= Logging 5.7.8
8+
This release includes link:https://access.redhat.com/errata/RHBA-2023:6730[OpenShift Logging Bug Fix Release 5.7.8].
9+
10+
[id="logging-release-notes-5-7-8-bug-fixes"]
11+
== Bug fixes
12+
* Before this update, there was a potential conflict when the same name was used for the `outputRefs` and `inputRefs` parameters in the `ClusterLogForwarder` custom resource (CR). As a result, the collector pods entered in a `CrashLoopBackOff` status. With this update, the output labels contain the `OUTPUT_` prefix to ensure a distinction between output labels and pipeline names. (link:https://issues.redhat.com/browse/LOG-4383[LOG-4383])
13+
14+
* Before this update, while configuring the JSON log parser, if you did not set the `structuredTypeKey` or `structuredTypeName` parameters for the Cluster Logging Operator, no alert would display about an invalid configuration. With this update, the Cluster Logging Operator informs you about the configuration issue. (link:https://issues.redhat.com/browse/LOG-4441[LOG-4441])
15+
16+
* Before this update, if the `hecToken` key was missing or incorrect in the secret specified for a Splunk output, the validation failed because the Vector forwarded logs to Splunk without a token. With this update, if the `hecToken` key is missing or incorrect, the validation fails with the `A non-empty hecToken entry is required` error message. (link:https://issues.redhat.com/browse/LOG-4580[LOG-4580])
17+
18+
* Before this update, selecting a date from the `Custom time range` for logs caused an error in the web console. With this update, you can select a date from the time range model in the web console successfully. (link:https://issues.redhat.com/browse/LOG-4684[LOG-4684])
19+
20+
[id="logging-release-notes-5-7-8-CVEs"]
21+
== CVEs
22+
* link:https://access.redhat.com/security/cve/CVE-2023-40217[CVE-2023-40217]
23+
* link:https://access.redhat.com/security/cve/CVE-2023-44487[CVE-2023-44487]

0 commit comments

Comments
 (0)