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 nameTypeDescription
    recordsInCounterMetric representing the ingress of records to a pipeline component.
    recordsOutCounterMetric representing the egress of records from a pipeline component.
    timeElapsedTimerMetric 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.

    Timer