Skip to content

Commit 6a5c2d0

Browse files
Merge branch 'main' into rn-9.0.1
2 parents fbd5f0c + cf8d465 commit 6a5c2d0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ To install and run {{agent}} standalone:
2525

2626
1. On your host, download and extract the installation package.
2727

28-
::::{tab-set}
28+
:::::::{tab-set}
2929

30-
:::{tab-item} macOS
30+
::::::{tab-item} macOS
3131
```shell subs=true
3232
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz
3333
tar xzvf elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz
3434
```
35-
:::
35+
::::::
3636

37-
:::{tab-item} Linux
37+
::::::{tab-item} Linux
3838
```shell subs=true
3939
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-linux-x86_64.tar.gz
4040
tar xzvf elastic-agent-{{stack-version}}-linux-x86_64.tar.gz
4141
```
42-
:::
42+
::::::
4343

44-
:::{tab-item} Windows
44+
::::::{tab-item} Windows
4545
```shell subs=true
4646
# PowerShell 5.0+
4747
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
@@ -52,14 +52,14 @@ To install and run {{agent}} standalone:
5252
1. Download the {{agent}} Windows zip file from the [download page](https://www.elastic.co/downloads/beats/elastic-agent).
5353

5454
2. Extract the contents of the zip file.
55-
:::
55+
::::::
5656

57-
:::{tab-item} DEB
57+
::::::{tab-item} DEB
5858

59-
::::::{important}
59+
:::::{important}
6060
* To simplify upgrading to future versions of {{agent}}, we recommended that you use the tarball distribution instead of the DEB distribution.
6161
* You can install {{agent}} in an `unprivileged` mode that does not require `root` privileges. Refer to [Run {{agent}} without administrative privileges](./elastic-agent-unprivileged.md) for details.
62-
::::::
62+
:::::
6363

6464
```shell subs=true
6565
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-amd64.deb
@@ -80,18 +80,18 @@ To install and run {{agent}} standalone:
8080
ELASTIC_AGENT_FLAVOR=servers sudo -E dpkg -i elastic-agent-{{stack-version}}-amd64.deb
8181
```
8282

83-
::::::{note}
83+
:::::{note}
8484
If you need to uninstall an {{agent}} package on Debian Linux, note that the `dpkg -r` command to remove a package leaves the flavor file in place. Instead, `dpkg -P` must to be used to purge all package content and reset the flavor.
85-
::::::
85+
:::::
8686

87-
:::
87+
::::::
8888

89-
:::{tab-item} RPM
89+
::::::{tab-item} RPM
9090

91-
::::::{important}
91+
:::::{important}
9292
* To simplify upgrading to future versions of {{agent}}, we recommended that you use the tarball distribution instead of the RPM distribution.
9393
* You can install {{agent}} in an `unprivileged` mode that does not require `root` privileges. Refer to [Run {{agent}} without administrative privileges](./elastic-agent-unprivileged.md) for details.
94-
::::::
94+
:::::
9595

9696
```shell subs=true
9797
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-x86_64.rpm
@@ -112,11 +112,11 @@ To install and run {{agent}} standalone:
112112
ELASTIC_AGENT_FLAVOR=servers sudo -E rpm -vi elastic-agent-{{stack-version}}-x86_64.rpm
113113
```
114114

115-
:::
116-
117-
::::
115+
::::::
118116

119-
The commands shown are for AMD platforms, but ARM packages are also available. Refer to the {{agent}} [downloads page](https://www.elastic.co/downloads/elastic-agent) for the full list of available packages.
117+
:::::::
118+
119+
The commands shown are for Intel platforms, but ARM packages are also available. Refer to the {{agent}} [downloads page](https://www.elastic.co/downloads/elastic-agent) for the full list of available packages.
120120

121121

122122

0 commit comments

Comments
 (0)