Class ObservabilityPipelineSplunkHecDestination

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

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.

Encoding format for log events.

id: string

The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as 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