Configuration
In order to setup the Elasticsearch configuration you need the following:| Setting | Description |
|---|---|
| Elasticsearch endpoint | The endpoint of Elasticsearch cluster you want to integrate to |
| API Key | The API key used for calling Elasticsearch _bulk endpoint for creating, updating, deleting documents |
| Index name | Name of the default index to use when creating, updating, deleting documents in Elasticsearch. |
| Enterspeed Environment Client API Key | The API key for an Enterspeed Environment client. This is used to fetch the view that will be inserted into Elasticsearch |
Options
Table of available options, that you can optionally specify, if needed for your use case.| Setting | Description |
|---|---|
| documentId | By default Enterspeed uses view id as the value for document id in elasticsearch. You can override default document id by providing value for this option. |
| indexName | Option to override what index must be used for current view. By default IndexName of Elasticsearch configuration is used. |
Example of usage
- JavaScript
- JSON
Schema with elasticsearch destination