AutoMQ 到 Elasticsearch
选择对端数据库:
Elasticsearch
| 功能 | 说明 |
|---|---|
Incremental Data Sync | Allow subscribing to messages from the source Topic and transforming them into DML operations, namely, INSERT, UPDATE, DELETE. |
Subscription Modification | Add, delete, or modify the subscribed topics. For more information, see Modify Subscription. |
Position Resetting | Reset positions by timestamp to consume the data in a past period again. |
高级功能
| 功能 | 说明 |
|---|---|
消息格式 | 支持以下消息格式,文档:消息格式说明
|
全量前清空目标数据 | 运行全量任务前清除老数据,包括重跑任务、定时全量迁移都会触发此能力 |
重建目标表 | 运行全量任务前重建目标表,包括重跑任务、定时全量迁移都会触发此能力 |
ES 时间写入格式 | 以该字段的第一个时间格式写入 Elasticsearch,如果未设置时间格式,则使用 yyyy-MM-dd'T'HH:mm:ss 格式 |
ES 时区设置 | 只有当时间格式的时区为 ZZZZZ 时,才会将页面设置的时区写入到 Elasticsearch |
Pre-Creation of Index in the Target | Automatic index creation is not supported when moving data from Kafka/AutoMQ to Elasticsearch. |
Setting Target Primary Key | Change the primary key to another field to facilitate data aggregation and other operations. |