{ "job": { "setting": { "speed": { "channel": 1, "batchSize":1000 } }, "content": [ { "reader": { "name": "MysqLreader", "parameter": { "username": "root", "password": "root", "connection": [ { "querysql": [ "select id as _id,id,name,content,createdate from t_user_info " ], "jdbcUrl": [ "jdbc:MysqL://192.168.8.248:3306/sourcedb?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai" ] } ] } }, "writer": { "name": "elasticsearchwriter", "parameter": { "endpoint": "http://192.168.8.202:9200", "accessId": "elastic", "accessKey": "123456", "index": "test-1", "type": "_doc", "cleanup": true, "dynamic": false, "settings": {"index" :{"number_of_shards": 1, "number_of_replicas": 0}}, "discovery": false, "batchSize": 1000, "splitter": ",", "column": [ {"name":"pk","type":"id"}, { "name": "id","type": "keyword" }, { "name": "name","type": "keyword" }, { "name": "content", "type": "text", "analyzer": "ik_max_word"}, { "name": "createdate","type": "text", "format": "yyyy-MM-dd HH:mm:ss.SSSSSS"} ] } } } ] } }
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。