File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
docs/en/ingest-management/elastic-agent Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,24 @@ The MSI package installer must be run by an administrator account. The installer
1010
1111. Download the latest Elastic Agent MSI binary from the link:https://www.elastic.co/downloads/elastic-agent[{agent} download page].
1212
13- . Run the installer:
13+ . Run the installer. The command varies slightly depending on whether you're using the default Windows command prompt or PowerShell.
14+ +
15+ ====
16+ ** Using the default command prompt:
1417+
1518[source,shell]
1619----
1720elastic-agent-<VERSION>-windows-x86_64.msi INSTALLARGS="--url=<URL> --enrollment-token=<TOKEN>"
1821----
1922+
23+ ** Using PowerShell:
24+ +
25+ [source,shell]
26+ ----
27+ ./elastic-agent-<VERSION>-windows-x86_64.msi --% INSTALLARGS="--url=<URL> --enrollment-token=<TOKEN>"
28+ ----
29+ ====
30+ +
2031Where:
2132
2233* `VERSION` is the {stack} version you're installing, indicated in the MSI package name. For example, `8.13.2`.
You can’t perform that action at this time.
0 commit comments