Elasticsearch
Version 0.0.1
Set up
To get set up with the Elasticsearch connector, you will need the following:
- Elasticsearch URL - This is the URL associated with your Elasticsearch server.
- Username - The username associated with the Elasticsearch server.
- Password - The password associated with the Elasticsearch server.
- Elasticsearch Index - The name of the ES Index you want to extract documents from.
- Date Field - The date field which specifies the creation or indexing date of each document with the Elasticsearch index.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | All-time |
Incremental | ✅ | Retrieves entries of the chosen Date Field parameter greater than the maximum _KLEENE_EXTRACT_DATE |
API reliability | 🟢 | Reliable API |
Reports detail
It is recommended that the source is set-up by someone that has experience administrating Elasticsearch servers.
⬇️ Report | 🔑 Incremental key | 🔑 Primary key |
---|---|---|
ElasticDump | Specified during set-up through the Date Field parameter | ID |
Updated 5 months ago