You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/ingestion-tools/fleet/air-gapped.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,6 @@ There are different distributions available:
110
110
* production: `docker.elastic.co/package-registry/distribution:production` - Packages available in the production registry ([https://epr.elastic.co](https://epr.elastic.co)). Please note that this image is updated every time a new version of a package gets published.
111
111
* lite: `docker.elastic.co/package-registry/distribution:lite` - Subset of the most commonly used packages available in the production registry ([https://epr.elastic.co](https://epr.elastic.co)). Please note that this image is updated every time a new version of a package gets published.
112
112
113
-
::::{warning}
114
-
Version 9.0.0-beta1 of the {{package-registry}} distribution has not yet been released.
115
-
116
-
::::
117
-
118
113
119
114
To update the distribution image, re-pull the image and then restart the docker container.
1. Download the {{agent}} Windows zip file from the [download page](https://www.elastic.co/downloads/beats/elastic-agent).
53
+
54
+
2. Extract the contents of the zip file.
40
55
:::
41
56
42
57
:::{tab-item} DEB
43
-
Version 9.0.0-beta1 of {{agent}} has not yet been released.
58
+
IMPORTANT:
59
+
60
+
* To simplify upgrading to future versions of {{agent}}, we recommended that you use the tarball distribution instead of the DEB distribution.
61
+
* 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.
Version 9.0.0-beta1 of {{agent}} has not yet been released.
70
+
IMPORTANT:
71
+
72
+
* To simplify upgrading to future versions of {{agent}}, we recommended that you use the tarball distribution instead of the RPM distribution.
73
+
* 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.
@@ -83,20 +115,16 @@ To install and run {{agent}} standalone:
83
115
84
116
:::{tab-item} macOS
85
117
86
-
::::{tip}
87
-
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
88
-
::::
118
+
TIP: You must run this command as the root user because some integrations require root privileges to collect sensitive data.
89
119
90
120
```shell
91
121
sudo ./elastic-agent install
92
122
```
93
123
:::
94
124
95
125
:::{tab-item} Linux
96
-
97
-
::::{tip}
98
-
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
99
-
::::
126
+
127
+
TIP: You must run this command as the root user because some integrations require root privileges to collect sensitive data.
100
128
101
129
```shell
102
130
sudo ./elastic-agent install
@@ -116,30 +144,26 @@ To install and run {{agent}} standalone:
116
144
117
145
:::{tab-item} DEB
118
146
119
-
::::{tip}
120
-
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
121
-
::::
147
+
TIP: You must run this command as the root user because some integrations require root privileges to collect sensitive data.
122
148
123
149
```shell
124
150
sudo systemctl enable elastic-agent <1>
125
151
sudo systemctl start elastic-agent
126
152
```
127
-
1. The DEB package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
153
+
The DEB package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
128
154
:::
129
155
130
156
:::{tab-item} RPM
131
157
132
-
::::{tip}
133
-
You must run this command as the root user because some integrations require root privileges to collect sensitive data.
134
-
::::
158
+
TIP: You must run this command as the root user because some integrations require root privileges to collect sensitive data.
135
159
136
160
137
161
```shell
138
162
sudo systemctl enable elastic-agent <1>
139
163
sudo systemctl start elastic-agent
140
164
```
141
165
142
-
1. The RPM package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
166
+
The RPM package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
0 commit comments