Set of rules for the grok parser.

Hierarchy

  • LogsGrokParserRules

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
matchRules: string

List of match rules for the grok parser, separated by a new line.

supportRules?: string

List of support rules for the grok parser, separated by a new line.

Generated using TypeDoc