Forcefully reindex more than 1000 properties

Hi Team,

I have to do reindex in ES. My index containts total 278 records where 7 records having properties more than 1000. Am not able to reindex by running kibana query

POST _reindex
{
"source": {
"index": "rochesc_49"
},
"dest": {
"index": "rochesc_49_11122020"
}
}
can we do it forcefully without doing any changes manually under index mappings settings.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.