-
Notifications
You must be signed in to change notification settings - Fork 69
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 support #1036
Comments
For MSI, here's my suggestion: MSI is the file format and command line utility for the Windows Installer. Windows Installer (previously known as Microsoft Installer) is an interface for Microsoft Windows that’s used to install and manage software on Windows systems. This section covers installing Elastic Agent through the MSI package repository. Requirements:
Running from command line:In order to fully install and enroll Agent with Fleet, command line parameters are needed via the
For troubleshooting,
Installation notes:
Upgrades:Upgrades are not supported and prevented by the MSI itself. Agent upgrades shall happen via fleet. Custom location:Starting version 8.13 It's also possible to override the installation folder by executing the MSI from command line as such: |
Wow! This is amazing. Thanks Amit! You make it easy for me. :-) |
@cmacknz @strawgate if i can have your eyes on this one please. |
Should we note that install will fail if enrollment fails and if you do not want this behavior you should add --delay-enroll ? |
Yes, we probably should |
MSI installs for Elastic Agent are added via elastic/elastic-stack-installers#212. This will GA in 8.14.
The Install Elastic Agent section of the docs will need updates, and possible the install command parameters.
The text was updated successfully, but these errors were encountered: