Skip to content

Commit cca3031

Browse files
authored
Merge pull request #99554 from theashiot/OBSDOCS-2437-mcp
OBSDOCS-2437: Implement Upgrading guide feedback
2 parents 63c176f + 41dd5b7 commit cca3031

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

modules/deleting-red-hat-log-visualization.adoc renamed to modules/deleting-the-logging-view-plugin.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
:_template-generated: 2025-06-03
33
:_mod-docs-content-type: PROCEDURE
44

5-
[id="deleting-red-hat-log-visualization_{context}"]
6-
= Deleting Red{nbsp}Hat log visualization
5+
[id="deleting-the-logging-view-plugin_{context}"]
6+
= Deleting the logging view plugin
77

8-
When updating from Logging 5 to Logging 6, delete Red{nbsp}Hat Log Visualization before installing the UIPlugin.
8+
When updating from Logging 5 to Logging 6, delete the logging view plugin before installing the UIPlugin.
99

1010
.Prerequisites
1111
* You have administrator permissions.

modules/migrating-storage-from-elasticsearch-to-lokistack.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can migrate your existing Red{nbsp}Hat managed Elasticsearch to LokiStack.
1313

1414
.Procedure
1515

16-
. Temporarily set the state of the `ClusterLogging` resource as `Unmanaged`
16+
. Temporarily set the state of the `ClusterLogging` resource as `Unmanaged`.
1717
+
1818
[source,terminal]
1919
----
@@ -29,9 +29,9 @@ The following command ensures that the `ClusterLogging` resource no longer owns
2929
$ oc -n openshift-logging patch elasticsearch/elasticsearch -p '{"metadata":{"ownerReferences": []}}' --type=merge
3030
----
3131

32-
. Remove `ClusterLogging` `ownerReferences` from the `Kibana` resource
32+
. Remove `ClusterLogging` `ownerReferences` from the `Kibana` resource.
3333
+
34-
The following command ensures that *ClusterLogging* no longer owns the *Kibana* resource. Updates to the *ClusterLogging* resource's `visualization` field will no longer affect the *Kibana* resource.
34+
The following command ensures that `ClusterLogging` no longer owns the `Kibana` resource. Updates to the `ClusterLogging` resource's `visualization` field will no longer affect the `Kibana` resource.
3535
+
3636
[source,terminal]
3737
----

upgrading/docinfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<title>Upgrading logging</title>
22
<productname>{product-title}</productname>
33
<productnumber>{product-version}</productnumber>
4-
<subtitle>Upgrading older versions and upgrade paths</subtitle>
4+
<subtitle>Upgrading logging 5 to 6</subtitle>
55
<abstract>
6-
<para>This document includes information about how to upgrade older versiosn of logging, and what upgrade paths are supported.</para>
6+
<para>This document includes information about how to upgrade logging 5 to logging 6.</para>
77
</abstract>
88
<authorgroup>
99
<orgname>Red Hat OpenShift Documentation Team</orgname>

upgrading/upgrading-to-logging-60.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ Logging 6 is a significant upgrade from earlier releases, achieving several long
1414

1515
Introduction of distinct Operators to manage logging components::
1616

17-
* {clo} manages both collections and forwarding.
17+
* {clo} manages both collection and forwarding.
1818
* {loki-op} manages storage.
1919
* {coo-first} manages visualization.
2020

2121
Removal of support for managed log storage and visualization based on Elastic products::
2222

23-
* Elasticsearch has been replaced with Loki.
24-
* Kibana has been replaced with the UIplugin provided by {coo-short}.
23+
* Elasticsearch is replaced with Loki.
24+
* Kibana is replaced with the UIplugin provided by {coo-short}.
2525

2626
Removal of the Fluentd log collector implementation::
2727
Vector is now the supported collection service.
2828

2929
API change for log collection and forwarding::
30-
* The API log collection has been changed from `logging.openshift.io` to `observability.openshift.io`.
30+
* The API for log collection is changed from `logging.openshift.io` to `observability.openshift.io`.
3131
* `ClusterLogForwarder` and `ClusterLogging` have been combined under the `ClusterLogForwarder` resource in the new API.
3232

3333
[id="steps-for-upgrading-logging-5-to-6_{context}"]
@@ -56,9 +56,10 @@ include::modules/migrating-storage-from-elasticsearch-to-lokistack.adoc[leveloff
5656
[id="migrating-logging-visualization_{context}"]
5757
== Migrating logging visualization
5858

59-
The OpenShift console UI plugin for log visualization has been moved to the {coo-full} from the Cluster Logging Operator.
59+
The OpenShift console UI plugin for log visualization is moved to the {coo-full} from the Cluster Logging Operator.
60+
61+
include::modules/deleting-the-logging-view-plugin.adoc[leveloffset=+2]
6062

61-
include::modules/deleting-red-hat-log-visualization.adoc[leveloffset=+2]
6263
include::modules/installing-the-logging-ui-plug-in-gui.adoc[leveloffset=+2]
6364

6465
[id="log-storage_{context}"]

0 commit comments

Comments
 (0)