Thank you very much for your help David, I'm sorry that won't happen again, I'm going to edit the post, btw I run the following command at dev tools:
POST _reindex
{
"source": {
"size": 1000,
"remote": {
"host": "https://c97a616987f58b3a2d7c1c48412d6674.us-central1.gcp.cloud.es.io:9243/",
"username": "enyer.q",
"password": "Eny3rQ"
},
"index": "social__instagram__messi"
},
"dest": {
"index": "social__instagram__messi__dev"
}
}
and I got the same error:`
{
"took": 59633,
"timed_out": false,
"total": 1672,
"updated": 0,
"created": 0,
"deleted": 0,
"batches": 1,
"version_conflicts": 0,
"noops": 0,
"retries": {
"bulk": 11,
"search": 0
},
"throttled_millis": 0,
"requests_per_second": -1,
"throttled_until_millis": 0,
"failures": [
{
"index": "social__instagram__messi__dev",
"type": "doc",
"id": "WZTvymkBvul5dhct2pDE",
"cause": {
"type": "es_rejected_execution_exception",
"reason": "rejected execution of processing of [2186383][indices:data/write/bulk[s][p]]: request: BulkShardRequest [[social__instagram__messi__dev][0]] containing [201] requests, target allocation id: 4Q2kkMncSSySilsOquJB9g, primary term: 1 on EsThreadPoolExecutor[name = instance-0000000019/write, queue capacity = 200, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@455a5c64[Running, pool size = 2, active threads = 2, queued tasks = 200, completed tasks = 115574]]"
},
"status": 429