Class ObservabilityPipelineElasticsearchDestinationDataStream

Configuration options for writing to Elasticsearch Data Streams instead of a fixed index.

Hierarchy

  • ObservabilityPipelineElasticsearchDestinationDataStream

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

When true, automatically routes events to the appropriate data stream based on the event content.

dataset?: string

The data stream dataset. This groups events by their source or application.

dtype?: string

The data stream type. This determines how events are categorized within the data stream.

namespace?: string

The data stream namespace. This separates events into different environments or domains.

syncFields?: boolean

When true, synchronizes data stream fields with the Elasticsearch index mapping.

Generated using TypeDoc