Skip to content

Commit 5f73e09

Browse files
Merge pull request #88912 from theashiot/OBSDOCS-1667-4-17-CP
OBSDOCS-1667: Inititalize Logging 6.2 docs
2 parents 9855875 + 3f2a0c1 commit 5f73e09

File tree

7 files changed

+94
-25
lines changed

7 files changed

+94
-25
lines changed

_topic_maps/_topic_map.yml

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,32 +2988,11 @@ Topics:
29882988
Dir: logging
29892989
Distros: openshift-enterprise,openshift-origin
29902990
Topics:
2991-
# - Name: Release notes
2992-
# Dir: logging_release_notes
2993-
# Topics:
2994-
# - Name: Logging 5.9
2995-
# File: logging-5-9-release-notes
2996-
# - Name: Logging 5.8
2997-
# File: logging-5-8-release-notes
2998-
# - Name: Logging 5.7
2999-
# File: logging-5-7-release-notes
3000-
- Name: Logging 6.0
3001-
Dir: logging-6.0
2991+
- Name: Logging 6.2
2992+
Dir: logging-6.2
30022993
Topics:
3003-
- Name: Release notes
3004-
File: log6x-release-notes
3005-
- Name: About logging 6.0
3006-
File: log6x-about
3007-
- Name: Upgrading to Logging 6.0
3008-
File: log6x-upgrading-to-6
3009-
- Name: Configuring log forwarding
3010-
File: log6x-clf
3011-
- Name: Configuring LokiStack storage
3012-
File: log6x-loki
3013-
- Name: Visualization for logging
3014-
File: log6x-visual
3015-
# - Name: API reference 6.0
3016-
# File: log6x-api-reference
2994+
- Name: Release notes
2995+
File: log6x-release-notes-6.2
30172996
- Name: Logging 6.1
30182997
Dir: logging-6.1
30192998
Topics:
@@ -3031,6 +3010,28 @@ Topics:
30313010
File: log6x-opentelemetry-data-model-6.1
30323011
- Name: Visualization for logging
30333012
File: log6x-visual-6.1
3013+
- Name: Logging 6.0
3014+
Dir: logging-6.0
3015+
Topics:
3016+
- Name: Release notes
3017+
File: log6x-release-notes
3018+
- Name: About logging 6.0
3019+
File: log6x-about
3020+
- Name: Upgrading to Logging 6.0
3021+
File: log6x-upgrading-to-6
3022+
- Name: Configuring log forwarding
3023+
File: log6x-clf
3024+
- Name: Configuring LokiStack storage
3025+
File: log6x-loki
3026+
- Name: Visualization for logging
3027+
File: log6x-visual
3028+
# - Name: API reference 6.0
3029+
# File: log6x-api-reference
3030+
- Name: Logging 5.8
3031+
Dir: logging_release_notes
3032+
Topics:
3033+
- Name: Release notes
3034+
File: logging-5-8-release-notes
30343035
# - Name: Support
30353036
# File: cluster-logging-support
30363037
# - Name: Troubleshooting logging

modules/log6x-6-2-0-rn.adoc

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * observability/logging/logging-6.2/log6x-release-notes-6.2.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="logging-release-notes-6-2-0_{context}"]
7+
= Logging 6.2.0 Release Notes
8+
9+
////
10+
TOFIX
11+
This release includes link:https://access.redhat.com/errata/RHBA-2024:9038[{logging-uc} {for} Bug Fix Release 6.2.0].
12+
////
13+
14+
[id="openshift-logging-release-notes-6-2-0-enhancements_{context}"]
15+
== New Features and Enhancements
16+
17+
////
18+
TOFIX:
19+
=== Log Collection
20+
21+
* This enhancement adds the source `iostream` to the attributes sent from collected container logs. The value is set to either `stdout` or `stderr` based on how the collector received it. (link:https://issues.redhat.com/browse/LOG-5292[LOG-5292])
22+
23+
* With this update, the default memory limit for the collector increases from 1024 Mi to 2048 Mi. Users should adjust resource limits based on their cluster’s specific needs and specifications. (link:https://issues.redhat.com/browse/LOG-6072[LOG-6072])
24+
25+
* With this update, users can now set the syslog output delivery mode of the `ClusterLogForwarder` CR to either `AtLeastOnce` or `AtMostOnce.` (link:https://issues.redhat.com/browse/LOG-6355[LOG-6355])
26+
27+
=== Log Storage
28+
29+
* With this update, the new `1x.pico` LokiStack size supports clusters with fewer workloads and lower log volumes (up to 50GB/day). (link:https://issues.redhat.com/browse/LOG-5939[LOG-5939])
30+
31+
[id="logging-release-notes-6-1-0-technology-preview-features"]
32+
== Technology Preview
33+
34+
:FeatureName: The OpenTelemetry Protocol (OTLP) output log forwarder
35+
include::snippets/technology-preview.adoc[]
36+
37+
* With this update, OpenTelemetry logs can now be forwarded using the `OTel` (OpenTelemetry) data model to a Red Hat Managed LokiStack instance. To enable this feature, add the `observability.openshift.io/tech-preview-otlp-output: "enabled"` annotation to your `ClusterLogForwarder` configuration. For additional configuration information, see link:https://github.com/openshift/cluster-logging-operator/blob/master/docs/features/logforwarding/outputs/opentelemetry-lokistack-forwarding.adoc[OTLP Forwarding].
38+
39+
* With this update, a `dataModel` field has been added to the `lokiStack` output specification. Set the `dataModel` to `Otel` to configure log forwarding using the OpenTelemetry data format. The default is set to `Viaq`. For information about data mapping see link:https://opentelemetry.io/docs/specs/otlp/[OTLP Specification].
40+
////
41+
42+
[id="logging-release-notes-6-2-0-bug-fixes_{context}"]
43+
== Bug Fixes
44+
////
45+
TOFIX:
46+
None.
47+
////
48+
49+
[id="logging-release-notes-6-2-0-CVEs_{context}"]
50+
== CVEs
51+
////
52+
TOFIX:
53+
* link:https://access.redhat.com/security/cve/CVE-2024-6119[CVE-2024-6119]
54+
* link:https://access.redhat.com/security/cve/CVE-2024-6232[CVE-2024-6232]
55+
////
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
include::_attributes/common-attributes.adoc[]
3+
[id="log6x-release-notes-6-2"]
4+
= Logging 6.2
5+
:context: log6x-release-notes-6-2
6+
7+
toc::[]
8+
9+
include::modules/log6x-6-2-0-rn.adoc[leveloffset=+1]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets/

0 commit comments

Comments
 (0)