OpenSearch/docs/reference/cat/pending_tasks.asciidoc

20 lines
784 B
Plaintext
Raw Normal View History

2013-11-29 02:08:54 -05:00
[[cat-pending-tasks]]
== cat pending tasks
2013-11-29 02:08:54 -05:00
`pending_tasks` provides the same information as the
<<cluster-pending,`/_cluster/pending_tasks`>> API in a
convenient tabular format.
2013-11-29 02:08:54 -05:00
[source,shell]
--------------------------------------------------
% curl 'localhost:9200/_cat/pending_tasks?v'
insertOrder timeInQueue priority source
1685 855ms HIGH update-mapping [foo][t]
1686 843ms HIGH update-mapping [foo][t]
1693 753ms HIGH refresh-mapping [foo][[t]]
1688 816ms HIGH update-mapping [foo][t]
1689 802ms HIGH update-mapping [foo][t]
1690 787ms HIGH update-mapping [foo][t]
1691 773ms HIGH update-mapping [foo][t]
--------------------------------------------------