diff --git a/troubleshoot/elasticsearch/task-queue-backlog.md b/troubleshoot/elasticsearch/task-queue-backlog.md index 556ef60b69..4380d1d3da 100644 --- a/troubleshoot/elasticsearch/task-queue-backlog.md +++ b/troubleshoot/elasticsearch/task-queue-backlog.md @@ -75,7 +75,7 @@ You can filter on a specific `action`, such as [bulk indexing](https://www.elast * Filter on search actions: ```console - GET /_tasks?human&detailed&actions=indices:data/write/search + GET /_tasks?human&detailed&actions=indices:*/search ```