grok
The following table describes options you can use with the Grok
processor to structure your data and make your data easier to query.
Metrics
Metric name | Type | Description |
---|---|---|
recordsIn | Counter | Metric representing the ingress of records to a pipeline component. |
recordsOut | Counter | Metric representing the egress of records from a pipeline component. |
timeElapsed | Timer | Metric representing the time elapsed during execution of a pipeline component. |
The Grok
processor includes the following custom metrics.
- : Records the number of records that did not match any of the patterns specified in the match field.
grokProcessingErrors
: Records the total number of record processing errors.grokProcessingTimeouts
: Records the total number of records that timed out while matching.