From a859d46af96a262fa16ee582e4457c701343ad49 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Thu, 23 Sep 2021 08:50:34 -0700 Subject: [PATCH] Fixes to fleetctl debug archive docs (#2203) --- docs/01-Using-Fleet/06-Monitoring-Fleet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-Using-Fleet/06-Monitoring-Fleet.md b/docs/01-Using-Fleet/06-Monitoring-Fleet.md index 391db88122..f7534f6a01 100644 --- a/docs/01-Using-Fleet/06-Monitoring-Fleet.md +++ b/docs/01-Using-Fleet/06-Monitoring-Fleet.md @@ -68,7 +68,7 @@ For performance issues in the Fleet server process, please [file an issue](https ##### Generate debug archive (Fleet 3.4.0+) -Use the `fleetctl archive` command to generate an archive of Fleet's full suite of debug profiles. See the [fleetctl setup guide](./02-fleetctl-CLI.md)) for details on configuring `fleetctl`. +Use the `fleetctl debug archive` command to generate an archive of Fleet's full suite of debug profiles. See the [fleetctl setup guide](./02-fleetctl-CLI.md)) for details on configuring `fleetctl`. The generated `.tar.gz` archive will be available in the current directory. @@ -86,4 +86,4 @@ fleetctl debug archive --context server-a ###### Confidential information -The `fleetctl archive` command retrieves information generated by Go's [`net/http/pprof`](https://golang.org/pkg/net/http/pprof/) package. In most scenarios this should not include sensitive information, however it does include command line arguments to the Fleet server. If the Fleet server receives sensitive credentials via CLI argument (not environment variables or config file), this information should be scrubbed from the archive in the `cmdline` file. +The `fleetctl debug archive` command retrieves information generated by Go's [`net/http/pprof`](https://golang.org/pkg/net/http/pprof/) package. In most scenarios this should not include sensitive information, however it does include command line arguments to the Fleet server. If the Fleet server receives sensitive credentials via CLI argument (not environment variables or config file), this information should be scrubbed from the archive in the `cmdline` file.