builtin:logmonitoring.custom-log-source-settings)
Add custom log sources before creating log ingest rule in case of:
OneAgent automatically discovers new log files for important processes on supported platforms. Auto-detected logs are listed on the Process Group Instance or Host screen.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.custom-log-source-settings |
| HOST - HostKUBERNETES_CLUSTER - Kubernetes clusterHOST_GROUP - Host Groupenvironment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.custom-log-source-settings |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.custom-log-source-settings | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.custom-log-source-settings |
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 |
---|---|---|---|
Activeenabled | boolean | - | required |
Nameconfig-item-title | text | - | required |
custom-log-source | CustomLogSource | - | required |
Log Source contextcontext | Set<Context> | Define Custom Log Source only within context if provided | required |
CustomLogSource
objectProperty | Type | Description | Required |
---|---|---|---|
Log Source typetype | enum |
| required |
Accept binary contentaccept-binary | boolean | - | optional |
Encodingencoding | text | - | optional |
Log sourcevalues-and-enrichment | Set<CustomLogSourceWithEnrichment> | It might be either an absolute path to log(s) with optional wildcards or Windows Event Log name. | required |
Context
objectProperty | Type | Description | Required |
---|---|---|---|
Attributeattribute | enum |
| required |
values | set | - | required |
CustomLogSourceWithEnrichment
objectProperty | Type | Description | Required |
---|---|---|---|
Valuespath | text | - | required |
Enrichmentsenrichment | Set<Enrichment> | Optional field that allows to define attributes that will enrich logs ${N} can be used in attribute value to expand the value matched by wildcards where N denotes the number of the wildcard the expand | required |
Enrichment
objectProperty | Type | Description | Required |
---|---|---|---|
typetype | enum |
| required |
keykey | text | - | optional |
valuevalue | text | - | optional |