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
dataset?: string

The data stream dataset for your logs. This groups logs by their source or application.

dtype?: string

The data stream type for your logs. This determines how logs are categorized within the data stream.

namespace?: string

The data stream namespace for your logs. This separates logs into different environments or domains.

Generated using TypeDoc