Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/reference/fleet/elastic-agent-unprivileged
What happened?
The documentation on your website about the unprivileged command for Elastic Agent is wrong.
https://www.elastic.co/docs/reference/fleet/elastic-agent-unprivileged#unprivileged-preexisting-user
elastic-agent install --unprivileged --user="my.path\username" --password="mypassword"
This should be
elastic-agent install --unprivileged --user="my.path\username" --group="mygroup"
Additional info
No response