Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions installing/installing-logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ You can use either the {ocp-product-title} web console or the {ocp-product-title
[IMPORTANT]
====
You must configure the {clo} after the {loki-op}.
You must install the {clo} and the {loki-op} with the same major and minor version.
====


Expand Down
5 changes: 5 additions & 0 deletions upgrading/upgrading-to-logging-60.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ include::modules/logging-oc-explain.adoc[leveloffset=+1]

The only managed log storage solution available in this release is a Lokistack, managed by the *loki-operator*. This solution, previously available as the preferred alternative to the managed Elasticsearch offering, remains unchanged in its deployment process.

[IMPORTANT]
====
You must install the {clo} and the {loki-op} with the same major and minor version.
====

[IMPORTANT]
====
To continue using an existing Red Hat managed Elasticsearch or Kibana deployment provided by the *elasticsearch-operator*, remove the owner references from the `Elasticsearch` resource named `elasticsearch`, and the `Kibana` resource named `kibana` in the `openshift-logging` namespace before removing the `ClusterLogging` resource named `instance` in the same namespace.
Expand Down