Settings API - Log custom attributes schema table
Log custom attributes (builtin:logmonitoring.log-custom-attributes)
Dynatrace log monitoring gives you the ability to define custom attributes for ingested logs.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.log-custom-attributes |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-custom-attributes |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-custom-attributes | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-custom-attributes |
Authentication
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.
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
key | Key | text | The attribute key is case insensitive in log data ingestion. | required |
aggregableAttribute | Show attribute values in side bar | boolean | Change applies only to newly ingested log events. Any log events ingested before this option was toggled on will not be searchable by this attribute. | required |