Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
disableIf set to true
, disables the default Grok rules provided by Datadog.
A unique identifier for this processor.
A Datadog search query used to determine which logs this processor targets.
A list of component IDs whose output is used as the input
for this component.
The list of Grok parsing rules. If multiple matching rules are provided, they are evaluated in order. The first successful match is applied.
The processor type. The value should always be parse_grok
.
Generated using TypeDoc
The
parse_grok
processor extracts structured fields from unstructured log messages using Grok patterns.