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
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELASTIC_AGENT_FLAVOR=servers` parameter. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details about the different flavors.
69
+
70
+
You can use either of the two command formats to set the `ELASTIC_AGENT_FLAVOR` environment variable:
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.
84
+
::::
85
+
67
86
:::
68
87
69
88
:::{tab-item} RPM
@@ -77,6 +96,21 @@ To install and run {{agent}} standalone:
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELASTIC_AGENT_FLAVOR=servers` parameter. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details about the different flavors.
101
+
102
+
You can use either of the two command formats to set the `ELASTIC_AGENT_FLAVOR` environment variable:
@@ -166,8 +200,6 @@ To install and run {{agent}} standalone:
166
200
167
201
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`.
168
202
169
-
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELASTIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
170
-
171
203
::::
172
204
173
205
::::{tab-item} RPM
@@ -179,8 +211,6 @@ To install and run {{agent}} standalone:
179
211
180
212
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`.
181
213
182
-
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELASTIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
0 commit comments