From 4dbd91aa8c92027b9a0e736b8c1ef4cbf6cb5be9 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 5 Apr 2019 11:55:21 -0700 Subject: [PATCH] [Docs] Change example to show col headers (#40822) Command needs `?v` so user can see the column headers. Otherwise the instructions in the note about checking the init and relo columns don't make sense --- docs/reference/upgrade/rolling_upgrade.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/upgrade/rolling_upgrade.asciidoc b/docs/reference/upgrade/rolling_upgrade.asciidoc index 063581974e9f4..064c4b9bda165 100644 --- a/docs/reference/upgrade/rolling_upgrade.asciidoc +++ b/docs/reference/upgrade/rolling_upgrade.asciidoc @@ -105,7 +105,7 @@ You can check progress by submitting a <> request: [source,sh] -------------------------------------------------- -GET _cat/health +GET _cat/health?v -------------------------------------------------- // CONSOLE