Supported Types
Configuration Table
Parameter | Type | Default | Description |
---|
enable_elastic_cloud | bool | false | Whether or not to enable support for Elastic Cloud. |
endpoints | strings | | List of Elasticsearch URLs. e.g https://elastic.corp.net:9200 . |
cloudid | string | | The ID of the Elastic Cloud Cluster to publish events to. The cloudid can be used instead of endpoints. |
enable_logs | bool | true | Enable to send logs to Elasticsearch. |
logs_index | string | logs-generic-default | The index or datastream name to publish logs to. |
enable_traces | bool | true | Enable to send spans to Elasticsearch. |
traces_index | string | traces-generic-default | The index or datastream name to publish traces to. |
pipeline | string | | Optional Ingest Node pipeline ID used for processing documents published by the exporter. |
enable_auth | bool | false | Whether or not to enable authentication. |
auth_type | enum | basic | Authentication Type to use. Options include "basic" and "apikey". |
user | string | | Username used for HTTP Basic Authentication. |
password | string | | Password used for HTTP Basic Authentication. |
api_key | string | | Authorization API Key. |
configure_tls | bool | false | Configure advanced TLS settings. |
insecure_skip_verify | bool | false | Enable to skip TLS certificate verification. |
ca_file | string | | Certificate authority used to validate the database server's TLS certificate. |
mutual_tls | bool | false | Whether or not to use mutual TLS authentication. |
cert_file | string | | A TLS certificate used for client authentication if mutual TLS is enabled. |
key_file | string | | A TLS private key used for client authentication if mutual TLS is enabled. |
retry_on_failure_enabled | bool | true | Attempt to resend telemetry data that has failed to be transmitted to the destination. |
num_workers | int | 0 | The number of workers publishing bulk requests concurrently. If 0, it defaults to the number of CPU cores. |
Supported Retry and Queuing Settings
This destination supports the following retry and queuing settings:
Sending Queue | Persistent Queue | Retry on Failure |
---|
✓ | ✓ | * |
* This destination only partially supports Retry on Failure; See the above configuration table for specific configuration for this destination type.