From af9a486fdca079f0eb112269eada779a7460787e Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:05:18 +0530 Subject: [PATCH] Fixes docs of Consul Debug - Adds info about Since Flag (#19056) fix docs --- website/content/commands/debug.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/commands/debug.mdx b/website/content/commands/debug.mdx index 6aa04dfe84..6feeb685f4 100644 --- a/website/content/commands/debug.mdx +++ b/website/content/commands/debug.mdx @@ -64,6 +64,9 @@ all targets for 5 minutes. - `-archive` - Optional, if the tool show archive the directory of data into a compressed tar file. Defaults to true. +- `-since` - Optional, can be used to capture information since a particular time + in the past + #### API Options @include 'http_api_options_client.mdx' @@ -125,7 +128,7 @@ $ consul debug -interval=15s -duration=1m To capture information since a particular time in past `-since` flag can be used. -```shell-sesion +```shell-session $ consul debug -since 1h ... ```