Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add restriction that PowerShell ISE is not supported #751

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@
doing common tasks. The commands listed here apply to both <<manage-agents-in-fleet,{fleet}-managed>>
and <<elastic-agent-configuration,standalone>> {agent}.

NOTE: You might need to log in as a root user (or Administrator on Windows) to
run these commands. After the {agent} service is installed and running, make
sure you run these commands without prepending them with `./` to avoid
[IMPORTANT]
.Restrictions
====
Note the following restrictions for running {agent} commands:

* You might need to log in as a root user (or Administrator on Windows) to
run the commands described here. After the {agent} service is installed and running,
make sure you run these commands without prepending them with `./` to avoid
invoking the wrong binary.
* Running {agent} commands using the Windows PowerShell ISE is not supported.
====

* <<elastic-agent-diagnostics-command,diagnostics>>
* <<elastic-agent-enroll-command,enroll>>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
[[elastic-agent-installation]]
= Install {agent}s

[IMPORTANT]
.Restrictions
====
Note the following restrictions when installing {agent} on your system:

* You can install only a single {agent} per host. Due to the fact that the {agent} may read data sources that are only accessible by a superuser, {agent} will therefore also need to be executed with superuser permissions.
* You might need to log in as a root user (or Administrator on Windows) to
run the commands described here. After the {agent} service is installed and running,
make sure you run these commands without prepending them with `./` to avoid
invoking the wrong binary.
* Running {agent} commands using the Windows PowerShell ISE is not supported.
====


NOTE: You can install only a single {agent} per host. Due to the fact that the {agent} may read data sources that
are only accessible by a superuser, {agent} will therefore also need to be executed with superuser permissions.

Expand Down