Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.4](backport #2096) Update commands.asciidoc (#2093) #2099

Merged
merged 1 commit into from
Aug 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ elastic-agent enroll --url <string>
[--certificate-authorities <string>]
[--delay-enroll]
[--force]
[--non-interactive]
[--help]
[--insecure ]
[--tag <string>]
Expand All @@ -193,6 +194,7 @@ elastic-agent enroll --fleet-server-es <string>
[--fleet-server-policy <string>]
[--fleet-server-port <uint16>]
[--force]
[--non-interactive]
[--help]
[--tag <string>]
[--url <string>] <3>
Expand Down Expand Up @@ -282,6 +284,14 @@ Service token to use for communication with {es}.
Force overwrite of current configuration without prompting for confirmation.
This flag is helpful when using automation software or scripted deployments.

Note: if the {agent} is already installed on the host, using --force may result in
unpredictable behaviour with duplicate {agent}s appearing in {fleet}

`--non-interactive`::
Install {agent} in a non-interactive mode. This flag is helpful when
using automation software or scripted deployments. If {agent} is
already installed on the host, the installation will terminate.

`--help`::
Show help for the `enroll` command.

Expand Down