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/fleet/install-elastic-agents.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ If you are using {{agent}} with [{{serverless-full}}](/deploy-manage/deploy/elas
68
68
When you set up {{agent}}, you might not yet have all input configuration details available. To solve this problem, the input configuration accepts variables and conditions that get evaluated at runtime using information from the running environment, allowing you to apply configurations dynamically. To learn more, refer to [Variables and conditions in input configurations](./dynamic-input-configuration.md).
{{agent}} distribution packages are offered in multiple flavors. This gives you control over the set of components included in the package and the size of the package footprint when it's installed.
Copy file name to clipboardExpand all lines: reference/fleet/install-standalone-elastic-agent.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ To install and run {{agent}} standalone:
83
83
84
84
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.
85
85
86
+
87
+
86
88
2. Modify settings in the `elastic-agent.yml` as required.
87
89
88
90
To get started quickly and avoid errors, use {{kib}} to create and download a standalone configuration file rather than trying to build it by hand. For more information, refer to [Create a standalone {{agent}} policy](/reference/fleet/create-standalone-agent-policy.md).
@@ -122,6 +124,9 @@ To install and run {{agent}} standalone:
122
124
```shell
123
125
sudo ./elastic-agent install
124
126
```
127
+
128
+
By default the {{agent}} basic flavor is installed. To install the servers flavor, add the `--ìnstall-servers` parameter. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
129
+
125
130
::::
126
131
127
132
::::{tab-item} Linux
@@ -132,7 +137,10 @@ To install and run {{agent}} standalone:
132
137
133
138
```shell
134
139
sudo ./elastic-agent install
135
-
```
140
+
```
141
+
142
+
By default the {{agent}} basic flavor is installed. To install the servers flavor, add the `--ìnstall-servers` parameter. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
143
+
136
144
::::
137
145
138
146
::::{tab-item} Windows
@@ -144,6 +152,9 @@ To install and run {{agent}} standalone:
144
152
```shell
145
153
.\elastic-agent.exe install
146
154
```
155
+
156
+
By default the {{agent}} basic flavor is installed. To install the servers flavor, add the `--ìnstall-servers` parameter. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
157
+
147
158
::::
148
159
149
160
::::{tab-item} DEB
@@ -154,6 +165,9 @@ To install and run {{agent}} standalone:
154
165
```
155
166
156
167
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
+
169
+
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELATIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
170
+
157
171
::::
158
172
159
173
::::{tab-item} RPM
@@ -164,6 +178,9 @@ To install and run {{agent}} standalone:
164
178
```
165
179
166
180
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
+
182
+
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELATIC_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