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.

The type of data being ingested. Defaults to logs if not specified.

A list of processor groups that transform or enrich log data.

A list of processor groups that transform or enrich log data.

Deprecated: This field is deprecated, you should now use the processor_groups field.

A list of configured data sources for the pipeline.

useLegacySearchSyntax?: boolean

Set to true to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to false. The legacy syntax is deprecated and will eventually be removed. Requires Observability Pipelines Worker 2.11 or later. See Upgrade Your Filter Queries to the New Search Syntax for more information.

Generated using TypeDoc