Destinations
Elasticsearch
Quickstart
Developer experience
Blocks
Pipelines
dbt
- Overview
- Getting started
- New project
- Configuration
- Models
- Commands
Destinations
Elasticsearch
Basic config
connector_type: elasticsearch
host: http://localhost
index_name: elastic_index
# When using Data streams this must be set to create as they are Append-only indexes
# _op_type: None / index, create or update
# _source: None (Default '_doc') / Specify the source field
# Whether to have update for the documents, need to mention the unique key field in the document as _id
# _id: _key
# # Whether to verify SSL certificates to authenticate.
# verify_certs: true
# ca_cert: "certificate.cert"
Authentication
verify_certs: true
api_key: api_key_for_elastic_search
ca_cert: "certificate.cert"
- verify_certs: Whether to verify SSL certificates to authenticate.
Was this page helpful?
On this page