mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOC+][Hot Spotting] Pull detailed Node Tasks (#98879)
Co-authored-by: David Turner <david.turner@elastic.co>
This commit is contained in:
parent
de380ea2af
commit
0781bafac1
1 changed files with 8 additions and 2 deletions
|
@ -259,8 +259,14 @@ direct indices:data/read/eql 10m node_1 true
|
|||
// TEST[skip:illustrative response only]
|
||||
|
||||
This surfaces a problematic <<eql-search-api,EQL query>>. We can gain
|
||||
further insight on it via <<tasks,the task management API>>. Its response
|
||||
contains a `description` that reports this query:
|
||||
further insight on it via <<tasks,the task management API>>,
|
||||
|
||||
[source,console]
|
||||
----
|
||||
GET _tasks?human&detailed
|
||||
----
|
||||
|
||||
Its response contains a `description` that reports this query:
|
||||
|
||||
[source,eql]
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue