Hello,
it seems like the following settings do not work for elasticsearch 7.17.10:
PUT _cluster/settings
{
"persistent": {
"search.default_search_timeout": "300s",
"search.low_level_cancellation": "true"
}
}
Long running searches are still not cancelled. Is there anything I can configure additionally?
Thanks