elastic reindex
POST _reindex?
{
"source": {
"index": "kibana-int"
},
"dest": {
"index": "kibana-int-6.4",
"type": "dashboard"
},
"script": {
"source": "if (ctx.type == 'temp') {ctx._source['type']='temp'} else {ctx._source['type']='dashboard'}",
"lang": "painless"
}
}