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 docs for MSI install #1039

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Add docs for MSI install #1039

merged 2 commits into from
Apr 23, 2024

Conversation

kilfoyle
Copy link
Contributor

@kilfoyle kilfoyle commented Apr 22, 2024

Adds docs for installing Elastic Agent via the newly supported MSI packages, which will GA in 8.14.

Thanks for the nice draft, Amit! Please see PREVIEW PAGE

Closes: #1036

@kilfoyle kilfoyle requested a review from a team as a code owner April 22, 2024 23:05
Copy link

A documentation preview will be available soon.

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.


[source,shell]
----
msiexec /i "<full path to msi file>" INSTALLDIR="<path of custom folder>"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not clear enough. I'd change to have the example from line 17 with the addition of INSTALLDIR="<path of custom folder>" at the end

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea! Fixed in 135fd6a and changed to:

elastic-agent-<VERSION>-windows-x86_64.msi INSTALLARGS="--url=<URL> --enrollment-token=<TOKEN>" INSTALLDIR="<path of custom folder>"

@kilfoyle kilfoyle requested a review from amitkanfer April 23, 2024 13:47
@amitkanfer
Copy link
Contributor

🚀

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 a009f73 into elastic:main Apr 23, 2024
3 checks passed
mergify bot pushed a commit that referenced this pull request Apr 23, 2024
* Add docs for MSI install

* Fix custom install example

(cherry picked from commit a009f73)
kilfoyle added a commit that referenced this pull request Apr 23, 2024
* Add docs for MSI install

* Fix custom install example

(cherry picked from commit a009f73)

Co-authored-by: David Kilfoyle <[email protected]>
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.

Add docs for MSI support
3 participants