I updated some indices mapping to simply add a keyword
field to a text property and reloaded Kibana's index patterns. I was told I should run this command at the end:
POST 11ad.pi.prod.test-case-18/_update_by_query?conflicts=proceed
after doing it I get an error:
{
"statusCode": 504,
"error": "Gateway Time-out",
"message": "Client request timeout"
}
does it mean the timeout is too short? how can it be changed?
It's normal if your index has a substantial size. You don't need to see any timeout, the task is still ongoing in the background.
You can check the status of the update by query task by running GET _tasks?actions=*byquery&detailed
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With