@@ -66,8 +66,8 @@ On your host, download and extract the installation package that corresponds wit
6666
6767``` shell
6868
69- curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version}}-darwin-x86_64.tar.gz
70- tar xzvf elastic-agent-{{version}}-darwin-x86_64.tar.gz
69+ curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack- version}}-darwin-x86_64.tar.gz
70+ tar xzvf elastic-agent-{{stack- version}}-darwin-x86_64.tar.gz
7171
7272```
7373::::::
@@ -76,8 +76,8 @@ tar xzvf elastic-agent-{{version}}-darwin-x86_64.tar.gz
7676
7777``` shell
7878
79- curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version}}-linux-x86_64.tar.gz
80- tar xzvf elastic-agent-{{version}}-linux-x86_64.tar.gz
79+ curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack- version}}-linux-x86_64.tar.gz
80+ tar xzvf elastic-agent-{{stack- version}}-linux-x86_64.tar.gz
8181
8282```
8383
@@ -88,8 +88,8 @@ tar xzvf elastic-agent-{{version}}-linux-x86_64.tar.gz
8888``` powershell
8989
9090# PowerShell 5.0+
91- wget https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version}}-windows-x86_64.zip -OutFile elastic-agent-{{version}}-windows-x86_64.zip
92- Expand-Archive .\elastic-agent-{version}-windows-x86_64.zip
91+ wget https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack- version}}-windows-x86_64.zip -OutFile elastic-agent-{{stack- version}}-windows-x86_64.zip
92+ Expand-Archive .\elastic-agent-{{stack- version} }-windows-x86_64.zip
9393
9494```
9595
@@ -105,8 +105,8 @@ You can install Elastic Agent in an unprivileged mode that does not require root
105105
106106``` shell
107107
108- curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version}}-amd64.deb
109- sudo dpkg -i elastic-agent-{{version}}-amd64.deb
108+ curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack- version}}-amd64.deb
109+ sudo dpkg -i elastic-agent-{{stack- version}}-amd64.deb
110110
111111```
112112::::::
@@ -120,8 +120,8 @@ You can install Elastic Agent in an unprivileged mode that does not require root
120120
121121``` shell
122122
123- curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version}}-x86_64.rpm
124- sudo rpm -vi elastic-agent-{{version}}-x86_64.rpm
123+ curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack- version}}-x86_64.rpm
124+ sudo rpm -vi elastic-agent-{{stack- version}}-x86_64.rpm
125125
126126```
127127::::::
0 commit comments