I am linking my old post of same
Try
POST _reindex
{
"source": {
"index": ["twitter", "twitter2"]
},
"dest": {
"index": "new_twitter"
},
"script": {
"source": "ctx._id=null",
"lang": "painless"
}
}
I am linking my old post of same
Try
POST _reindex
{
"source": {
"index": ["twitter", "twitter2"]
},
"dest": {
"index": "new_twitter"
},
"script": {
"source": "ctx._id=null",
"lang": "painless"
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.