Backport of Fixes docs of Consul Debug - Adds info about Since Flag into release/1.16.x (#19074)

backport of commit 63a5831bfa71a121a6484d066ce1d601e0a9b1bd

Co-authored-by: absolutelightning <ashesh.vidyut@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-10-05 01:48:25 -04:00 committed by GitHub
parent fbfc7090a2
commit b650e861ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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
...
```