Skip to content

Commit b12d483

Browse files
authored
Update troubleshoot/es/task-queue-backlog.md (#1961)
👋 baby edit again (sorry) to standardize task investigation to both bulk+individual for both ingest+searches on [this doc](https://www.elastic.co/docs/troubleshoot/elasticsearch/task-queue-backlog#diagnose-task-queue-long-running-node-tasks) to match Slow Logs parity
1 parent fb5f307 commit b12d483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

troubleshoot/elasticsearch/task-queue-backlog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ You can filter on a specific `action`, such as [bulk indexing](https://www.elast
6969
* Filter on [bulk index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk) actions:
7070

7171
```console
72-
GET /_tasks?human&detailed&actions=indices:data/write/bulk
72+
GET /_tasks?human&detailed&actions=indices:*write*
7373
```
7474

7575
* Filter on search actions:
7676

7777
```console
78-
GET /_tasks?human&detailed&actions=indices:*/search
78+
GET /_tasks?human&detailed&actions=indices:*search*
7979
```
8080

8181

0 commit comments

Comments
 (0)