I am trying to reindex using following line:
POST _reindex
{
"source": {
"index": "poi_201705"
},
"dest": {
"index": "poi_dev_2"
}
}
But I am getting following error in kibana console:
{
"statusCode": 504,
"error": "Gateway Time-out",
"message": "Client request timeout"
}
Can anybody tell me what is this issue and how can get rid of it.