Create custom grok rules to parse the full message or a specific attribute of your raw event. For more information, see the parsing section.

Hierarchy

  • LogsGrokParser

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Set of rules for the grok parser.

isEnabled?: boolean

Whether or not the processor is enabled.

name?: string

Name of the processor.

samples?: string[]

List of sample logs to test this grok parser.

source: string

Name of the log attribute to parse.

Type of logs grok parser.

Generated using TypeDoc