Elasticsearch Connector Setup Guide
Prerequisites
- An Administrator account
- Elasticsearch (Cloud or Self-Hosted), version 7.10 to 8.x
Setup Guide
- Enter the Username and Password for your Elasticsearch instance.
- Provide the Hostname of your Elasticsearch instance.
- Specify the Port used by your Elasticsearch instance.
- Enter a Name for the connector.
- (Optional) Provide a Description for the connector.
- Select the Owner of the connector.
- (Optional) Click Test Connection to verify that your Elasticsearch instance is reachable.
- Click Connect to finalize the setup.
Aliases
- Aliases are fetched from your Elasticsearch instance and used to group streams.
- Each stream is saved in the warehouse with a table name prefixed by its alias.
- All indices—regardless of whether they are associated with an alias—will also be included under the
all_indicesgroup in addition to any alias-based grouping.
Example
- If the alias is
matiaand the index isintegration, the resulting table name will be:matia_integration - If there are no aliases and the index is
integration, the resulting table name will be:all_indices_integration