Class ObservabilityPipelineEnrichmentTableFile

Defines a static enrichment table loaded from a CSV file.

Hierarchy

  • ObservabilityPipelineEnrichmentTableFile

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

File encoding format.

Key fields used to look up enrichment values.

path: string

Path to the CSV file.

Schema defining column names and their types.

Generated using TypeDoc