Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Co-authored-by: David Turner <david.turner@elastic.co>
  • Loading branch information
stefnestor and DaveCTurner authored Sep 11, 2024
1 parent 9fd490b commit 439a0fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ further insight on it via <<tasks,the task management API>>,

[source,console]
----
GET _tasks?human&detailed&pretty
GET _tasks?human&detailed
----

Its response contains a `description` that reports this query:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rejections, use the <<cluster-nodes-stats,node stats API>>.

[source,console]
----
GET _nodes/stats?human=true&filter_path=nodes.*.indexing_pressure
GET _nodes/stats?human&filter_path=nodes.*.indexing_pressure
----

These stats are cumulative from node startup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ If a particular `action` is suspected, you can filter the tasks further. The mos
+
[source,console]
----
GET /_tasks?pretty=true&human=true&detailed=true&actions=indices:data/write/bulk
GET /_tasks?human&detailed&actions=indices:data/write/bulk
----

* Filter for search actions:
+
[source,console]
----
GET /_tasks?pretty=true&human=true&detailed=true&actions=indices:data/write/search
GET /_tasks?human&detailed&actions=indices:data/write/search
----

The API response may contain additional tasks columns, including `description` and `header`, which provides the task parameters, target, and requestor. You can use this information to perform further diagnosis.
Expand Down

0 comments on commit 439a0fa

Please sign in to comment.