Settings API - Processing schema table
Processing (builtin:logmonitoring.log-dpp-rules)
Logs can be transformed through processing rules. Note that rules are processed sequentially, making the order important; a different rule order could give different results.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.log-dpp-rules |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-dpp-rules |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-dpp-rules | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-dpp-rules |
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 |
---|---|---|---|---|
enabled | Active | boolean | - | required |
ruleName | Rule name | text | - | required |
query | Matcher | text | - | required |
ProcessorDefinition | - | ProcessorDefinition | - | required |
RuleTesting | - | RuleTesting | required |
Request body objects
The ProcessorDefinition
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
rule | Processor definition | text | - | required |
The RuleTesting
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
sampleLog | Log sample | text | Sample log in JSON format. | required |