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 apiThe Elasticsearch API version to use. Set to auto to auto-detect.
Optional authAuthentication settings for the Elasticsearch destination.
When strategy is basic, use username_key and password_key to reference credentials stored in environment variables or secrets.
Optional bufferConfiguration for buffer settings on destination components.
Optional bulkThe name of the index to write events to in Elasticsearch.
Optional compressionCompression configuration for the Elasticsearch destination.
Optional dataConfiguration options for writing to Elasticsearch Data Streams instead of a fixed index.
Optional endpointName of the environment variable or secret that holds the Elasticsearch endpoint URL.
The unique identifier for this component.
Optional idThe name of the field used as the document ID in Elasticsearch.
A list of component IDs whose output is used as the input for this component.
Optional pipelineThe name of an Elasticsearch ingest pipeline to apply to events before indexing.
Optional requestWhen true, retries failed partial bulk requests when some events in a batch fail while others succeed.
Optional tlsConfiguration for enabling TLS encryption between the pipeline component and external services.
The destination type. The value should always be elasticsearch.
Generated using TypeDoc
The
elasticsearchdestination writes logs or metrics to an Elasticsearch cluster.Supported pipeline types: logs, metrics