Pipelines and processors operate on incoming logs, parsing and transforming them into structured attributes for easier querying.

Note: These endpoints are only available for admin users. Make sure to use an application key created by an admin.

Hierarchy

  • LogsPipeline

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
filter?: LogsFilter

Filter for logs.

id?: string

ID of the pipeline.

isEnabled?: boolean

Whether or not the pipeline is enabled.

isReadOnly?: boolean

Whether or not the pipeline can be edited.

name: string

Name of the pipeline.

processors?: LogsProcessor[]

Ordered list of processors in this pipeline.

type?: string

Type of pipeline.

Generated using TypeDoc