A processor that has additional validations and checks for a given schema. Currently supported schema types include OCSF.

Hierarchy

  • LogsSchemaProcessor

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
isEnabled?: boolean

Whether or not the processor is enabled.

mappers: LogsSchemaMapper[]

The LogsSchemaProcessor mappers.

name: string

Name of the processor.

Configuration of the schema data to use.

Type of logs schema processor.

Generated using TypeDoc