Class ObservabilityPipelineElasticsearchDestinationAuth

Authentication settings for the Elasticsearch destination. When strategy is basic, use username_key and password_key to reference credentials stored in environment variables or secrets.

Hierarchy

  • ObservabilityPipelineElasticsearchDestinationAuth

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
passwordKey?: string

Name of the environment variable or secret that holds the Elasticsearch password (used when strategy is basic).

The authentication strategy to use.

usernameKey?: string

Name of the environment variable or secret that holds the Elasticsearch username (used when strategy is basic).

Generated using TypeDoc