Default search timeout not applying on search and msearch calls

I've configured ES 7.1 with a default_search_timeout of 120s, however when I list all search or msearch tasks (*search) I can still see long running tasks of more than 20,000 seconds. I can cancel them just fine, but was wondering why does that happen. In all cases those tasks were coming from Kibana dashboards.

"search" : {
  "default_search_timeout" : "120s",
  "max_buckets" : "20000"
}

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