cloud-container-engine/umn/source/logging/log_management_overview.rst
proposalbot fce24afa88 Changes to cce_umn from docs/doc-exports#609 (CCE UMN 20230213 version for new c
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2023-04-04 09:19:26 +00:00

965 B

original_name

cce_10_0557.html

Log Management Overview

CCE allows you to configure policies for collecting, managing, and analyzing workload logs periodically to prevent logs from being over-sized.

  • Using ICAgent:

    By default, the ICAgent collects container standard outputs (stdout logs). No configuration required.

    You can also configure the path for storing container logs when creating a workload so that the ICAgent collects logs from this path.

    You can select either of the following modes for container logs:

    • hostPath: A host path is mounted to the specified container path (mount path). In the node host path, you can view the container logs output into the mount path.
    • emptyDir: A temporary path of the node is mounted to the specified path (mount path). Log data that exists in the temporary path but is not reported by the collector to AOM will disappear after the pod is deleted.