Class ObservabilityPipelineSumoLogicDestination

The sumo_logic destination forwards logs to Sumo Logic.

Hierarchy

  • ObservabilityPipelineSumoLogicDestination

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

The output encoding format.

A list of custom headers to include in the request to Sumo Logic.

headerHostName?: string

Optional override for the host name header.

headerSourceCategory?: string

Optional override for the source category header.

headerSourceName?: string

Optional override for the source name header.

id: string

The unique identifier for this component.

inputs: string[]

A list of component IDs whose output is used as the input for this component.

The destination type. The value should always be sumo_logic.

Generated using TypeDoc