Parameters that describe the Logging configuration in a cluster.
| JSON representation | 
|---|
| {
  "componentConfig": {
    object ( | 
| Fields | |
|---|---|
| componentConfig | 
 The configuration of the logging components; | 
LoggingComponentConfig
Parameters that describe the Logging component configuration in a cluster.
| JSON representation | 
|---|
| {
  "enableComponents": [
    enum ( | 
| Fields | |
|---|---|
| enableComponents[] | 
 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. |