Class ObservabilityPipelineSplunkHecDestination

The splunk_hec destination forwards logs to Splunk using the HTTP Event Collector (HEC).

Supported pipeline types: logs

Hierarchy

  • ObservabilityPipelineSplunkHecDestination

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
autoExtractTimestamp?: boolean

If true, Splunk tries to extract timestamps from incoming log events. If false, Splunk assigns the time the event was received.

Configuration for buffer settings on destination components.

Encoding format for log events.

id: string

The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the input to downstream components).

index?: string

Optional name of the Splunk index where logs are written.

inputs: string[]

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

sourcetype?: string

The Splunk sourcetype to assign to log events.

The destination type. Always splunk_hec.

Generated using TypeDoc