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

Add missing options for Elastic Agent 'enroll' and 'install' commands #860

Merged
merged 3 commits into from
Feb 2, 2024

Conversation

kilfoyle
Copy link
Contributor

@kilfoyle kilfoyle commented Jan 25, 2024

This adds options that were missing in the docs for the Elastic Agent enroll and install commands. Options have been confirmed using sudo elastic-agent install -h and sudo elastic-agent enroll -h in an 8.12 image. This also re-orders a few items to be alphabetical.

DOCS PREVIEW

ADDITIONS

enroll command:
--daemon-timeout
--fleet-server-timeout
--header
--proxy-disabled
--proxy-header
--proxy-url
--staging

install command:
--daemon-timeout
--delay-enroll
--fleet-server-timeout
--header
--proxy-disabled
--proxy-header
--proxy-url
--staging

Closes: #290

@kilfoyle kilfoyle requested a review from a team as a code owner January 25, 2024 17:58
Copy link

A documentation preview will be available soon.

Help us out by validating the Buildkite preview and reporting issues here.
Please also be sure to double check all images to ensure they are correct in the preview.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

Copy link
Contributor

@karenzone karenzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kilfoyle kilfoyle merged commit 4f97874 into elastic:main Feb 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REQUEST]: Elastic Agent CLI options/flsgs need to be updated
2 participants