DQL commands in OpenPipeline

  • Latest Dynatrace
  • Reference
  • 1-min read
  • Published Jul 17, 2024

This page provides a list of OpenPipeline DQL commands grouped by category. For in-depth information on a specific command, select its name.

These commands apply exclusively to the DQL processor.

Extraction and parsing commands

NameDescription

parse

Parses a record field and puts the result into one or more fields as specified in the pattern.

Selection and modification commands

NameDescription

fields

Keeps only specified fields.

fieldsAdd

Evaluates an expression and appends or replaces a field.

fieldsKeep

Keeps selected fields.

fieldsRemove

Removes fields from the result.

fieldsRename

Renames a field.

Structuring commands

NameDescription

fieldsFlatten

Extracts/flattens fields from a nested record.

Related tags
Dynatrace Platform