Module datadog_search_syntax
vrl
0.31.0
Module datadog_
search_
syntax
Module Items
Enums
Functions
Type Aliases
In crate vrl
vrl
Module
datadog_
search_
syntax
Copy item path
Source
Enums
§
Boolean
Type
This enum represents the AND or OR Boolean operations we might perform on QueryNodes.
Comparison
This enum represents value comparisons that Queries might perform
Comparison
Value
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.
Query
Node
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
§
Parse
Error