Logging: UnifiedAgentConfiguration¶
Manage OCI Logging resources from Kubernetes. This page is generated from checked-in package metadata, CRD schemas, and sample manifests.
Resource Snapshot¶
| Field | Value |
|---|---|
| Service | logging |
| Resource | UnifiedAgentConfiguration |
| API Version | logging.oracle.com/v1beta1 |
| Package | Logging |
| Support Status | Preview |
| Latest Released Version | v2.1.0-alpha |
| Install Namespace | oci-service-operator-logging-system |
Quick Links¶
- Resource Guide Index
- Setup Guide
- Package Page
- API Reference
- Spec Reference
- Status Reference
- Rendered Sample (
config/samples/logging_v1beta1_unifiedagentconfiguration.yaml)
Spec Fields¶
This summary shows the top-level spec fields. Use the full API reference for nested fields, defaults, and enum values.
| Field | Description | Type | Required |
|---|---|---|---|
compartmentId |
The OCID of the compartment that the resource belongs to. | string |
Yes |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No |
description |
Description for this resource. | string |
Yes |
displayName |
The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information. | string |
Yes |
freeformTags |
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No |
groupAssociation |
UnifiedAgentConfigurationGroupAssociation defines nested fields for UnifiedAgentConfiguration.GroupAssociation. | object |
No |
isEnabled |
Whether or not this resource is currently enabled. | boolean |
Yes |
serviceConfiguration |
UnifiedAgentConfigurationServiceConfiguration defines nested fields for UnifiedAgentConfiguration.ServiceConfiguration. | object |
Yes |
Status Fields¶
This summary shows the top-level status fields. Use the full API reference for nested fields, defaults, and enum values.
| Field | Description | Type | Required |
|---|---|---|---|
compartmentId |
The OCID of the compartment that the resource belongs to. | string |
No |
configurationState |
State of unified agent service configuration. | string |
No |
configurationType |
Type of Unified Agent service configuration. | string |
No |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No |
description |
Description for this resource. | string |
No |
displayName |
The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information. | string |
No |
freeformTags |
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No |
groupAssociation |
UnifiedAgentConfigurationGroupAssociation defines nested fields for UnifiedAgentConfiguration.GroupAssociation. | object |
No |
id |
The OCID of the resource. | string |
No |
isEnabled |
Whether or not this resource is currently enabled. | boolean |
No |
lifecycleState |
The pipeline state. | string |
No |
serviceConfiguration |
UnifiedAgentConfigurationServiceConfiguration defines nested fields for UnifiedAgentConfiguration.ServiceConfiguration. | object |
No |
status |
- | object |
Yes |
timeCreated |
Time the resource was created. | string |
No |
timeLastModified |
Time the resource was last modified. | string |
No |
Sample Manifest¶
This example is generated from the checked-in sample manifest at config/samples/logging_v1beta1_unifiedagentconfiguration.yaml. Replace placeholder values before applying it.
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#
apiVersion: logging.oracle.com/v1beta1
kind: UnifiedAgentConfiguration
metadata:
name: unifiedagentconfiguration-sample
spec: {}