Skip to content

Commit 3f2a0c1

Browse files
committed
OBSDOCS-1667: Inititalize Logging 6.2 docs
1 parent f222d3f commit 3f2a0c1

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
@@ -2918,32 +2918,11 @@ Topics:
29182918
Dir: logging
29192919
Distros: openshift-enterprise,openshift-origin
29202920
Topics:
2921-
# - Name: Release notes
2922-
# Dir: logging_release_notes
2923-
# Topics:
2924-
# - Name: Logging 5.9
2925-
# File: logging-5-9-release-notes
2926-
# - Name: Logging 5.8
2927-
# File: logging-5-8-release-notes
2928-
# - Name: Logging 5.7
2929-
# File: logging-5-7-release-notes
2930-
- Name: Logging 6.0
2931-
Dir: logging-6.0
2921+
- Name: Logging 6.2
2922+
Dir: logging-6.2
29322923
Topics:
2933-
- Name: Release notes
2934-
File: log6x-release-notes
2935-
- Name: About logging 6.0
2936-
File: log6x-about
2937-
- Name: Upgrading to Logging 6.0
2938-
File: log6x-upgrading-to-6
2939-
- Name: Configuring log forwarding
2940-
File: log6x-clf
2941-
- Name: Configuring LokiStack storage
2942-
File: log6x-loki
2943-
- Name: Visualization for logging
2944-
File: log6x-visual
2945-
# - Name: API reference 6.0
2946-
# File: log6x-api-reference
2924+
- Name: Release notes
2925+
File: log6x-release-notes-6.2
29472926
- Name: Logging 6.1
29482927
Dir: logging-6.1
29492928
Topics:
@@ -2961,6 +2940,28 @@ Topics:
29612940
File: log6x-opentelemetry-data-model-6.1
29622941
- Name: Visualization for logging
29632942
File: log6x-visual-6.1
2943+
- Name: Logging 6.0
2944+
Dir: logging-6.0
2945+
Topics:
2946+
- Name: Release notes
2947+
File: log6x-release-notes
2948+
- Name: About logging 6.0
2949+
File: log6x-about
2950+
- Name: Upgrading to Logging 6.0
2951+
File: log6x-upgrading-to-6
2952+
- Name: Configuring log forwarding
2953+
File: log6x-clf
2954+
- Name: Configuring LokiStack storage
2955+
File: log6x-loki
2956+
- Name: Visualization for logging
2957+
File: log6x-visual
2958+
# - Name: API reference 6.0
2959+
# File: log6x-api-reference
2960+
- Name: Logging 5.8
2961+
Dir: logging_release_notes
2962+
Topics:
2963+
- Name: Release notes
2964+
File: logging-5-8-release-notes
29642965
# - Name: Support
29652966
# File: cluster-logging-support
29662967
# - 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)