builtin:ingest.enrichment.config)Map labels, annotations, tags and resource properties from your existing infrastructure to primary Grail tags and fields. Learn more in our documentation.
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:ingest.enrichment.config |
| HOST - HostKUBERNETES_CLUSTER - Kubernetes clusterHOST_GROUP - Host GroupAWS_ACCOUNTAZURE_MICROSOFT_RESOURCES_SUBSCRIPTIONSGCP_PROJECTenvironment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ingest.enrichment.config |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ingest.enrichment.config |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ingest.enrichment.config |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Typetype | enum | Defines the enrichment type for this rule. The element has these enums
| Required |
Value sourcevalueSource | text | Defines the value source for the enrichment. Depending on the enrichment type, this is a key (for Kubernetes labels/annotations, cloud tags/labels, and host process properties) or a literal (for type 'Custom'). | Required |
Value extractionvalueExtraction | text | An optional DPL expression to extract the enrichment value. This is only allowed when the enrichment type is set to 'Host/process property'. | Optional |
Targettarget | text | The field or tag to populate with the source value. | Required |
Conditioncondition | text | Optional DQL condition to filter signals. | Optional |