Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional authHTTP authentication strategy.
Optional compressionCompression configuration for HTTP requests.
Optional customName of the environment variable or secret that holds a custom header value (used with custom auth strategies).
Encoding format for log events.
The unique identifier for this component.
A list of component IDs whose output is used as the input for this component.
Optional passwordName of the environment variable or secret that holds the password (used when auth_strategy is basic).
Optional tlsConfiguration for enabling TLS encryption between the pipeline component and external services.
Optional tokenName of the environment variable or secret that holds the bearer token (used when auth_strategy is bearer).
The destination type. The value should always be http_client.
Optional uriName of the environment variable or secret that holds the HTTP endpoint URI.
Optional usernameName of the environment variable or secret that holds the username (used when auth_strategy is basic).
Generated using TypeDoc
The
http_clientdestination sends data to an HTTP endpoint.Supported pipeline types: logs, metrics