Class ObservabilityPipelineEnrichmentTableReferenceTable

Uses a Datadog reference table to enrich logs.

Hierarchy

  • ObservabilityPipelineEnrichmentTableReferenceTable

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
columns?: string[]

List of column names to include from the reference table. If not provided, all columns are included.

keyField: string

Path to the field in the log event to match against the reference table.

tableId: string

The unique identifier of the reference table.

Generated using TypeDoc