Skip to content

Commit 8efec3b

Browse files
Format note block with bullet points for better readability
Co-authored-by: vishaangelova <[email protected]>
1 parent cf0133d commit 8efec3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

reference/fleet/elastic-agent-unprivileged.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,11 @@ This functionality is in technical preview and may be changed or removed in a fu
251251
In certain cases you may want to install {{agent}} in `unprivileged` mode, with the agent running as a pre-existing user or as part of a pre-existing group. For example, on a Windows system you may have a service account in Active Directory and you’d like {{agent}} to run under that account.
252252
253253
::::{note}
254-
The `--password` parameter is only required on Windows. On Linux and macOS, the `--user` and `--group` parameters are optional. If you omit `--user`, {{agent}} uses (or creates) the default unprivileged user (`elastic-agent-user`). If you specify only `--group`, the agent runs unprivileged under its default user but with the requested group.
254+
The `--password` parameter is only required on Windows.
255+
256+
On Linux and macOS, the `--user` and `--group` parameters are optional:
257+
* If you omit `--user`, {{agent}} uses (or creates) the default unprivileged user (`elastic-agent-user`).
258+
* If you specify only `--group`, the agent runs unprivileged under its default user but with the requested group.
255259
::::
256260
257261
To install {{agent}} in `unprivileged` mode as a specific user or group, use the following commands:

0 commit comments

Comments
 (0)