Skip to content

Commit 94e5ee9

Browse files
committed
fix variables
1 parent a9481da commit 94e5ee9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

reference/ingestion-tools/fleet/install-standalone-elastic-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To install and run {{agent}} standalone:
4444
:::{tab-item} Windows
4545
```shell subs=true
4646
# PowerShell 5.0+
47-
wget https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{version}-windows-x86_64.zip -OutFile elastic-agent-{{stack-version}}-windows-x86_64.zip
47+
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
4848
Expand-Archive .\elastic-agent-{{stack-version}}-windows-x86_64.zip
4949
```
5050
Or manually:

solutions/observability/logs/stream-any-log-file.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)