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 authOptional authentication strategy for HTTP requests.
Optional customName of the environment variable or secret that holds a custom header value (used with custom auth strategies).
The decoding format used to interpret incoming logs.
Optional endpointName of the environment variable or secret that holds the HTTP endpoint URL to scrape.
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).
Optional passwordName of the environment variable or secret that holds the password (used when auth_strategy is basic).
Optional scrapeThe interval (in seconds) between HTTP scrape requests.
Optional scrapeThe timeout (in seconds) for each scrape request.
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 source type. The value should always be http_client.
Optional usernameName of the environment variable or secret that holds the username (used when auth_strategy is basic).
Generated using TypeDoc
The
http_clientsource scrapes logs from HTTP endpoints at regular intervals.Supported pipeline types: logs