Specifies the pipeline's configuration, including its sources, processors, and destinations.

Hierarchy

  • ObservabilityPipelineConfig

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

A list of destination components where processed logs are sent.

A list of processors that transform or enrich log data.

A list of configured data sources for the pipeline.

Generated using TypeDoc