Skip to content
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
8 changes: 5 additions & 3 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,11 @@ Comma-separated list of root certificates used for server verification.
Timeout waiting for {agent} daemon.

`--delay-enroll`::
Delays enrollment to occur on first start of the {agent} service. This setting
is useful when you don't want the {agent} to enroll until the next reboot or manual start of the service, for
example, when you're preparing an image that includes {agent}.
Delays enrollment to occur on first start of the {agent} service. This setting
is useful when you don't want the {agent} to enroll until the next reboot or manual start of the service, for
example, when you're preparing an image that includes {agent} or deploying to environments where network access
may not be immediately available. If {fleet-server} is unreachable when the service starts, {agent} will retry
enrollment indefinitely until it succeeds.

`--elastic-agent-cert`::
Certificate to use as the client certificate for the {agent}'s connections to {fleet-server}.
Expand Down
Loading