You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This overview of the logging deployment process is provided for ease of reference. It is not a substitute for full documentation. For new installations, *Vector* and *LokiStack* are recommended.
* LogStore preference: *Elasticsearch* or *LokiStack*
18
+
* Collector implementation preference: *Fluentd* or *Vector* See the xref:../logging-5-5-reference.adoc[Logging reference] to review the differences between Fluentd and Vector implementations.
19
+
* Credentials for your log forwarding outputs
20
+
21
+
.Procedure
22
+
--
23
+
include::snippets/logging-elastic-dep-snip.adoc[]
24
+
--
25
+
. Install the Operator for the logstore you'd like to use.
26
+
** For *Elasticsearch*, install the *OpenShift Elasticsearch Operator*.
27
+
** For *LokiStack*, install the *Loki Operator*.
28
+
*** Create a `LokiStack` custom resource (CR) instance.
29
+
30
+
. Install the *Red Hat OpenShift Logging Operator*.
31
+
32
+
. Create a `ClusterLogging` custom resource (CR) instance.
33
+
.. Select your Collector Implementation.
34
+
+
35
+
--
36
+
include::snippets/logging-fluentd-dep-snip.adoc[]
37
+
--
38
+
. Create a `ClusterLogForwarder` custom resource (CR) instance. See the xref:../logging-5-5-reference.adoc[Logging reference] to review the available output options for the collector implementation you've selected.
39
+
40
+
. Create a secret for the selected output pipeline.
This overview of the logging deployment process is provided for ease of reference. It is not a substitute for full documentation. For new installations, *Vector* and *LokiStack* are recommended.
* LogStore preference: *Elasticsearch* or *LokiStack*
18
+
* Collector implementation preference: *Fluentd* or *Vector* See the xref:../logging-5-6-reference.adoc[Logging reference] to review the differences between Fluentd and Vector implementations.
19
+
* Credentials for your log forwarding outputs
20
+
21
+
.Procedure
22
+
--
23
+
include::snippets/logging-elastic-dep-snip.adoc[]
24
+
--
25
+
. Install the Operator for the logstore you'd like to use.
26
+
** For *Elasticsearch*, install the *OpenShift Elasticsearch Operator*.
27
+
** For *LokiStack*, install the *Loki Operator*.
28
+
*** Create a `LokiStack` custom resource (CR) instance.
29
+
30
+
. Install the *Red Hat OpenShift Logging Operator*.
31
+
32
+
. Create a `ClusterLogging` custom resource (CR) instance.
33
+
.. Select your Collector Implementation.
34
+
+
35
+
--
36
+
include::snippets/logging-fluentd-dep-snip.adoc[]
37
+
--
38
+
. Create a `ClusterLogForwarder` custom resource (CR) instance. See the xref:../logging-5-5-reference.adoc[Logging reference] to review the available output options for the collector implementation you've selected.
39
+
40
+
. Create a secret for the selected output pipeline.
0 commit comments