mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
38 lines
1.8 KiB
Plaintext
38 lines
1.8 KiB
Plaintext
:context: cluster-logging-deploying
|
|
[id="cluster-logging-deploying"]
|
|
= Installing cluster logging
|
|
include::modules/common-attributes.adoc[]
|
|
|
|
toc::[]
|
|
|
|
|
|
You can install cluster logging by deploying
|
|
the Elasticsearch and Cluster Logging Operators. The Elasticsearch Operator
|
|
creates and manages the Elasticsearch cluster used by cluster logging.
|
|
The Cluster Logging Operator creates and manages the components of the logging stack.
|
|
|
|
The process for deploying cluster logging to {product-title} involves:
|
|
|
|
* Reviewing the xref:../logging/config/cluster-logging-storage-considerations#cluster-logging-storage[cluster logging storage considerations].
|
|
|
|
* Installing the Elasticsearch Operator and Cluster Logging Operator using the {product-title} xref:../logging/cluster-logging-deploying.adoc#cluster-logging-deploy-console_cluster-logging-deploying[web console] or xref:../logging/cluster-logging-deploying.adoc#cluster-logging-deploy-cli_cluster-logging-deploying[CLI].
|
|
|
|
// The following include statements pull in the module files that comprise
|
|
// the assembly. Include any combination of concept, procedure, or reference
|
|
// modules required to cover the user story. You can also include other
|
|
// assemblies.
|
|
|
|
include::modules/cluster-logging-deploy-console.adoc[leveloffset=+1]
|
|
|
|
include::modules/cluster-logging-deploy-cli.adoc[leveloffset=+1]
|
|
|
|
// include::modules/cluster-logging-deploy-memory.adoc[leveloffset=+1]
|
|
|
|
// include::modules/cluster-logging-deploy-certificates.adoc[leveloffset=+1]
|
|
|
|
// include::modules/cluster-logging-deploy-label.adoc[leveloffset=+1]
|
|
|
|
== Additional resources
|
|
|
|
* For more information on installing Operators, see xref:../operators/admin/olm-adding-operators-to-cluster.adoc#olm-installing-operators-from-operatorhub_olm-adding-operators-to-a-cluster[Installing Operators from the OperatorHub].
|