builtin:process-group.advanced-detection-rule)
Advanced process group detection rules enable you to adapt the detection logic for deep monitored processes by leveraging properties that are automatically detected by OneAgent during the startup of a process.
Advanced detection rules are capable to extract additional process group and instance identifier from processes to fine tune the automatic detection logic of OneAgent. More about custom process-group detection
Note: Detection rules change the composition, makeup, and identity of a process group, not just the name. If you only need to change default name use the naming rules (<your-dynatrace-url>//#settings/pgnamingsettings "Visit Naming rules page"
) instead.
Process-group detection rules only affect processes that are deep monitored by the Dynatrace OneAgent and require a restart of your processes to affect how processes are identified and grouped.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:process-group.advanced-detection-rule |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:process-group.advanced-detection-rule |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:process-group.advanced-detection-rule | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:process-group.advanced-detection-rule |
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 |
---|---|---|---|
Enabledenabled | boolean | - | required |
Process group detectionprocessDetection | processGroupDetection | Apply this rule to processes where the selected property contains the specified string. | required |
Process group extractiongroupExtraction | processGroupExtraction | You can define the properties that should be used to identify your process groups. | required |
Process instance extractioninstanceExtraction | processInstanceExtraction | You can define the properties that should be used to identify your process instances. | required |
processGroupDetection
objectProperty | Type | Description | Required |
---|---|---|---|
Propertyproperty | text | - | required |
Contained stringcontainedString | text | (case sensitive) | required |
Restrict this rule to specific process types.restrictToProcessType | text | Note: Not all types can be detected at startup. | optional |
processGroupExtraction
objectProperty | Type | Description | Required |
---|---|---|---|
Propertyproperty | text | - | required |
delimiter | delimiter | Optionally delimit this property between From and To. | required |
Standalone rulestandaloneRule | boolean | If this option is selected, the default Dynatrace behavior is disabled for these detected processes. Only this rule is used to separate the process group. If this option is not selected, this rule contributes to the default Dynatrace process group detection. | required |
processInstanceExtraction
objectProperty | Type | Description | Required |
---|---|---|---|
Propertyproperty | text | - | optional |
delimiter | delimiter | Optionally delimit this property between From and To. | required |
delimiter
objectProperty | Type | Description | Required |
---|---|---|---|
Delimit fromfrom | text | - | required |
Delimit toto | text | - | required |
Ignore numbersremoveIds | boolean | (e.g. versions, hex, dates, and build numbers) | required |