mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * list assemblies
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="create-cluster-logging-cr-console_{context}"]
|
|
= Creating a ClusterLogging object by using the web console
|
|
|
|
After you have installed the {logging} Operators, you must create a `ClusterLogging` custom resource to configure log storage, visualization, and the log collector for your cluster.
|
|
|
|
.Prerequisites
|
|
|
|
* You have installed the Red Hat OpenShift Logging Operator.
|
|
* You have access to the {product-title} web console *Administrator* perspective.
|
|
|
|
.Procedure
|
|
|
|
. Navigate to the *Custom Resource Definitions* page.
|
|
|
|
. On the *Custom Resource Definitions* page, click *ClusterLogging*.
|
|
|
|
. On the *Custom Resource Definition details* page, select *View Instances* from the *Actions* menu.
|
|
|
|
. On the *ClusterLoggings* page, click *Create ClusterLogging*.
|
|
|
|
. 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*.
|