> ## Documentation Index
> Fetch the complete documentation index at: https://mage-staging.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Elasticsearch

## Basic config

```yaml theme={null}
connector_type: elasticsearch
host: http://localhost
index_name: elastic_index
# 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

```yaml theme={null}
verify_certs: true
api_key: api_key_for_elastic_search
ca_cert: "certificate.cert"
```

* **verify\_certs**: Whether to verify SSL certificates to authenticate.
