1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/logging/cluster-logging.adoc
2020-09-16 15:56:50 +00:00

48 lines
2.0 KiB
Plaintext

:context: cluster-logging
[id="cluster-logging"]
= Understanding cluster logging
include::modules/common-attributes.adoc[]
toc::[]
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
As a cluster administrator, you can deploy cluster logging to
aggregate all the logs from your {product-title} cluster, such as node system audit logs, application container logs, and infrastructure logs.
Cluster logging aggregates these logs from throughout your cluster and stores them in a default log store. You can xref:../logging/viewing/cluster-logging-viewing.adoc#cluster-logging-viewing[view the logs in a console or the {product-title} web console] or xref:../logging/viewing/cluster-logging-visualizer.adoc#cluster-logging-visualizer[use Kibana to visualize log data].
endif::[]
ifdef::openshift-dedicated[]
As an administrator, you can deploy cluster logging to
aggregate logs for a range of {product-title} services.
Cluster logging runs on worker nodes. As an
administrator, you can monitor resource consumption in the
console and via Prometheus and Grafana. Due to the high work load required for
logging, more worker nodes may be required for your environment.
Logs in {product-title} are retained for seven days before rotation. Logging
storage is capped at 600GiB. This is independent of a cluster's allocated base
storage.
endif::[]
// 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-about.adoc[leveloffset=+1]
include::modules/cluster-logging-about-components.adoc[leveloffset=+2]
include::modules/cluster-logging-about-collector.adoc[leveloffset=+2]
include::modules/cluster-logging-about-logstore.adoc[leveloffset=+2]
include::modules/cluster-logging-about-visualizer.adoc[leveloffset=+2]
include::modules/cluster-logging-eventrouter-about.adoc[leveloffset=+2]