es 批量添加数据

指令:

curl 172.17.1.15:9200/_bulk?pretty --data-binary @E:\Bin\Debug\testdata\437714060.json

 

json文件的内容定义

{"index":{"_index":"meterdata","_type":"autoData"}}
{"Mfid ":1,"TData":172170,"TMoney":209,"HTime":"2016-05-17T08:03:00"}
{"index":{"_index":"meterdata","_type":"autoData"}}
{"Mfid ":1,"TData":172170,"TMoney":209,"HTime":"2016-05-17T08:03:00"}

第一行指定index和type,并且要是单独一行,第二行指定json字符串的内容,最后要有新行单独换行,否则最后一条记录就插入失败

posted on 2020-03-28 10:19  simple_孙  阅读(5241)  评论(0编辑  收藏  举报

导航