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.x] [Elastic-Agent] Remove flag --non-interactive from the enroll documentation (backport #1668) #1690

Merged
merged 1 commit into from
Feb 21, 2025
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
6 changes: 0 additions & 6 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ elastic-agent enroll --fleet-server-es <string>
[--force]
[--header <strings>]
[--help]
[--non-interactive]
[--proxy-disabled]
[--proxy-header <strings>]
[--proxy-url <string>]
Expand Down Expand Up @@ -352,11 +351,6 @@ verified. The content is encrypted, but the certificate is not verified.
+
We strongly recommend that you use a secure connection.

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

`--proxy-disabled`::
Disable proxy support including environment variables.

Expand Down