From a53d136443eff2a97c672efb0e9e5ec0b4ee4759 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Thu, 5 Oct 2023 01:48:19 -0400 Subject: [PATCH] Backport of Fixes docs of Consul Debug - Adds info about Since Flag into release/1.15.x (#19073) backport of commit 63a5831bfa71a121a6484d066ce1d601e0a9b1bd Co-authored-by: absolutelightning --- 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 33c4206181e7..49e3fa4d5f06 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 ... ```