Module parse_grok

Module parse_grok 

Source

Structs§

ParsedGrokObject

Enums§

FatalError
Errors which cause the Datadog grok algorithm to stop processing and not return a parsed result.
InternalError
Errors that do not prohibit the Datadog grok algorithm from continuing processing.

Functions§

parse_grok
Parses a given source field value by applying the list of grok rules until the first match found.