From 9226b0835ca301b84cba9375656115f547608552 Mon Sep 17 00:00:00 2001 From: Rohit <59366992+Rohit-code14@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:57:11 +0530 Subject: [PATCH] Updated docs about the new flag --skip-fleet-audit to skip fleet audit/unenroll during agent uninstall (#1525) * Added flags to skip audit/unenroll with fleet * Added flags to skip audit/unenroll with fleet * Added flags to skip audit/unenroll with fleet Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --------- Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> (cherry picked from commit 1c47fc4ee597b3f1d4188ce62ca2d2eada20f776) --- docs/en/ingest-management/commands.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/ingest-management/commands.asciidoc b/docs/en/ingest-management/commands.asciidoc index daa6f3812..4eb6eb75b 100644 --- a/docs/en/ingest-management/commands.asciidoc +++ b/docs/en/ingest-management/commands.asciidoc @@ -1164,6 +1164,9 @@ elastic-agent uninstall [--force] [--help] [global-flags] Uninstall {agent} and do not prompt for confirmation. This flag is helpful when using automation software or scripted deployments. +`--skip-fleet-audit`:: +Skip auditing with the {fleet-server}. + `--help`:: Show help for the `uninstall` command.