mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
24 lines
973 B
Plaintext
24 lines
973 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * scalability_and_performance/telco_core_ref_design_specs/telco-core-rds.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="telco-core-logging_{context}"]
|
|
= Logging
|
|
|
|
New in this release::
|
|
|
|
* No reference design updates in this release
|
|
|
|
Description::
|
|
The Cluster Logging Operator enables collection and shipping of logs off the node for remote archival and analysis. The reference configuration uses Kafka to ship audit and infrastructure logs to a remote archive.
|
|
|
|
Limits and requirements::
|
|
Not applicable
|
|
|
|
Engineering considerations::
|
|
* The impact of cluster CPU use is based on the number or size of logs generated and the amount of log filtering configured.
|
|
* The reference configuration does not include shipping of application logs.
|
|
The inclusion of application logs in the configuration requires you to evaluate the application logging rate and have sufficient additional CPU resources allocated to the reserved set.
|
|
|