From 0781bafac10ec5629eebb380f55c43b4afd2cbed Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:25:10 -0600 Subject: [PATCH] [DOC+][Hot Spotting] Pull detailed Node Tasks (#98879) Co-authored-by: David Turner --- .../troubleshooting/common-issues/hotspotting.asciidoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/reference/troubleshooting/common-issues/hotspotting.asciidoc b/docs/reference/troubleshooting/common-issues/hotspotting.asciidoc index f4b5ce3deb74..a8ca4c7d851d 100644 --- a/docs/reference/troubleshooting/common-issues/hotspotting.asciidoc +++ b/docs/reference/troubleshooting/common-issues/hotspotting.asciidoc @@ -259,8 +259,14 @@ direct indices:data/read/eql 10m node_1 true // TEST[skip:illustrative response only] This surfaces a problematic <>. We can gain -further insight on it via <>. Its response -contains a `description` that reports this query: +further insight on it via <>, + +[source,console] +---- +GET _tasks?human&detailed +---- + +Its response contains a `description` that reports this query: [source,eql] ----