ElasticSearch
UDTS supports ElasticSearch as a data transmission source/target, supporting versions 6.5.4 to 7.10.2.
ElasticSearch Form Filling
Data Source Form
| Parameter Name | Description |
|---|---|
| Address Type | Provides three types: intranet address, extranet address, and dedicated line address, e.g., http://10.9.1.1:9200 |
| Username | ElasticSearch connection username |
| Password | Password corresponding to the ElasticSearch username |
| Index | The name of the ElasticSearch index to be migrated, required field, multiple indices should be separated by ,, currently does not support * to migrate all indices, e.g., testdata1,testdata2 |
Transmission Target Form
| Parameter Name | Description |
|---|---|
| Address Type | The target currently only supports intranet, including UES and cloud host self-built ElasticSearch |
| Username | ElasticSearch connection username |
| Password | Password corresponding to the ElasticSearch username |