Class ObservabilityPipelineSplunkHecSourceValidToken

An accepted HEC token used to authenticate incoming Splunk HEC requests.

Hierarchy

  • ObservabilityPipelineSplunkHecSourceValidToken

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

Indicates whether this token is currently accepted. Disabled tokens are rejected without being removed from the configuration.

An optional metadata field that is attached to every event authenticated by the associated token. Both key and value must match ^[A-Za-z0-9_]+$.

tokenKey: string

Name of the environment variable or secret that holds the expected HEC token value.

Generated using TypeDoc