mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
72 lines
2.1 KiB
Plaintext
72 lines
2.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// *
|
|
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="logging-deploy-RHOL-console_{context}"]
|
|
= Deploying Red Hat OpenShift Logging Operator using the web console
|
|
|
|
You can use the {product-title} web console to deploy the Red Hat OpenShift Logging Operator.
|
|
|
|
.Prerequisites
|
|
|
|
include::snippets/logging-compatibility-snip.adoc[]
|
|
|
|
.Procedure
|
|
|
|
To deploy the Red Hat OpenShift Logging Operator using the {product-title} web console:
|
|
|
|
. Install the Red Hat OpenShift Logging Operator:
|
|
|
|
.. In the {product-title} web console, click *Operators* -> *OperatorHub*.
|
|
|
|
.. Type *Logging* in the *Filter by keyword* field.
|
|
|
|
.. Choose *Red Hat OpenShift Logging* from the list of available Operators, and click *Install*.
|
|
|
|
.. Select *stable* or *stable-5.y* as the *Update Channel*.
|
|
+
|
|
--
|
|
include::snippets/logging-stable-updates-snip.adoc[]
|
|
--
|
|
.. Ensure that *A specific namespace on the cluster* is selected under *Installation Mode*.
|
|
|
|
.. Ensure that *Operator recommended namespace* is *openshift-logging* under *Installed Namespace*.
|
|
|
|
.. Select *Enable Operator recommended cluster monitoring on this Namespace*.
|
|
|
|
.. Select an option for *Update approval*.
|
|
+
|
|
* The *Automatic* option allows Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available.
|
|
+
|
|
* The *Manual* option requires a user with appropriate credentials to approve the Operator update.
|
|
|
|
.. Select *Enable* or *Disable* for the Console plugin.
|
|
|
|
.. Click *Install*.
|
|
|
|
. Verify that the *Red Hat OpenShift Logging Operator* is installed by switching to the *Operators* → *Installed Operators* page.
|
|
|
|
.. Ensure that *Red Hat OpenShift Logging* is listed in the *openshift-logging* project with a *Status* of *Succeeded*.
|
|
|
|
. Create a *ClusterLogging* instance.
|
|
+
|
|
[NOTE]
|
|
====
|
|
The form view of the web console does not include all available options. The *YAML view* is recommended for completing your setup.
|
|
====
|
|
+
|
|
.. In the *collection* section, select a Collector Implementation.
|
|
+
|
|
--
|
|
include::snippets/logging-fluentd-dep-snip.adoc[]
|
|
--
|
|
.. In the *logStore* section, select a type.
|
|
+
|
|
--
|
|
include::snippets/logging-elastic-dep-snip.adoc[]
|
|
--
|
|
|
|
.. Click *Create*.
|