Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
13 KiB
From Elasticsearch or CSS
If the source link of a job is the Link to Elasticsearch/CSS, configure the source job parameters based on Table 1.
Parameter |
Description |
Example Value |
---|---|---|
Index |
Elasticsearch index, which is similar to the name of a relational database. The index name can contain only lowercase letters. |
index |
Type |
Elasticsearch type, which is similar to the table name of a relational database. The type name can contain only lowercase letters. |
type |
Split Nested Field |
(Optional) Whether to split the JSON content of the nested fields. For example, a:{ b:{ c:1, d:{ e:2, f:3 } } } can be split into a.b.c, a.b.d.e, and a.b.d.f. |
No |
Filter Conditions |
(Optional) CDM migrates only the data that meets the filter conditions.
|
last_name:Smith |
Extract Meta-field |
Whether to extract index meta-fields. For example, _index, _type, _id, and _score. |
Yes |
On the Map Field page, you can set custom fields for the source and destination.