Module datadog_search_syntax

Module datadog_search_syntax 

Source

Enums§

BooleanType
This enum represents the AND or OR Boolean operations we might perform on QueryNodes.
Comparison
This enum represents value comparisons that Queries might perform
ComparisonValue
This enum represents the values we might be using in a comparison, whether they are Strings, Numbers (currently only floating point numbers) or an Unbounded comparison with no terminating value.
Field
Describes a field to search on.
QueryNode
QueryNodes represent specific search criteria to be enforced.

Functions§

normalize_fields
Converts a field/facet name to the VRL equivalent. Datadog payloads have a message field (which is used whenever the default field is encountered.

Type Aliases§

ParseError