• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Processing

Settings API - Processing schema table

Processing (builtin:logmonitoring.log-dpp-rules)

Logs can be transformed through processing rules using this syntax. Note that rules are processed sequentially, making the order important; a different rule order could give different results.

Schema IDSchema groupsScope
builtin:logmonitoring.log-dpp-rules
  • group:log-monitoring.analysis
  • group:log-monitoring
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-dpp-rules
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-dpp-rules
Environment ActiveGatehttps://{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

PropertyLabelTypeDescriptionRequired
enabledActiveboolean-required
ruleNameRule nametext-required
queryMatchertext-required
ProcessorDefinition-ProcessorDefinition

Add a rule definition using our syntax. In our documentation you will find instructions and application examples.

required
RuleTesting-RuleTesting required

Request body objects

The ProcessorDefinition object
PropertyLabelTypeDescriptionRequired
ruleProcessor definitiontext-required
The RuleTesting object
PropertyLabelTypeDescriptionRequired
sampleLogLog sampletext

Sample log in JSON format.

required