LoggingConfig

Parameters that describe the Logging configuration in a cluster.

JSON representation
{
 "componentConfig": {
 object (LoggingComponentConfig )
 }
}
Fields
componentConfig

object (LoggingComponentConfig )

The configuration of the logging components;

LoggingComponentConfig

Parameters that describe the Logging component configuration in a cluster.

JSON representation
{
 "enableComponents": [
 enum (Component )
 ]
}
Fields
enableComponents[]

enum (Component )

The components to be enabled.

Component

The components of the logging configuration;

Enums
COMPONENT_UNSPECIFIED No component is specified
SYSTEM_COMPONENTS This indicates that system logging components is enabled.
WORKLOADS This indicates that user workload logging component is enabled.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月17日 UTC.