kibana设置mapping

时间:2019-02-26 19:47:32   收藏:0   阅读:1515

demo:

 

PUT linewell_assets_mgt_fz_es/lw_devices/_mapping
{
"properties": {
"update_time": {
"type": "text",
"fielddata": true,
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!