From 2791c699601f7294fa342b51eb27f4266dc1acb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Mon, 16 Jan 2017 16:19:07 +0100 Subject: [PATCH] Update profile.asciidoc Making the "Human readable output" section a note instead of an own section. --- docs/reference/search/profile.asciidoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/reference/search/profile.asciidoc b/docs/reference/search/profile.asciidoc index 7a0296d4d1fa..6b48d9c31987 100644 --- a/docs/reference/search/profile.asciidoc +++ b/docs/reference/search/profile.asciidoc @@ -216,11 +216,9 @@ a `query` array and a `collector` array. Alongside the `search` object is an `a There will also be a `rewrite` metric showing the total time spent rewriting the query (in nanoseconds). -=== Human readable output - -As with other statistics apis, the Profile API supports human readable outputs for the time values. This can be turned on by adding -`?human=true` to the query string. In this case, in addition to the `"time_in_nanos"` field, the output contains the additional `"time"` -field with containing a rounded, human readable time value , (e.g. `"time": "391,9ms"`, `"time": "123.3micros"`). +NOTE: As with other statistics apis, the Profile API supports human readable outputs. This can be turned on by adding +`?human=true` to the query string. In this case, the output contains the additional `"time"` field containing rounded, +human readable timing information (e.g. `"time": "391,9ms"`, `"time": "123.3micros"`). === Profiling Queries