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

Use external link in files used in multiple books #1161

Merged
merged 1 commit into from
Jul 10, 2024
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
4 changes: 2 additions & 2 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,9 @@ NOTE: Currently, there is no way to remove or edit existing tags. To change the
tags, you must unenroll the {agent}, then re-enroll it using new tags.

`--unprivileged`::
Run {agent} without full superuser privileges.
Run {agent} without full superuser privileges.
This option is useful in organizations that limit `root` access on Linux or macOS systems, or `admin` access on Windows systems.
For details and limitations for running {agent} in this mode, refer to <<elastic-agent-unprivileged>>.
For details and limitations for running {agent} in this mode, refer to {fleet-guide}/elastic-agent-unprivileged.html[Run {agent} without administrative privileges].

`--url <string>`::
{fleet-server} URL to use to enroll the {agent} into {fleet}.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/ingest-management/tab-widgets/download.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifeval::["{release-state}"!="unreleased"]
====
* To simplify upgrading to future versions of {agent}, we recommended
that you use the tarball distribution instead of the RPM distribution.
* You can install {agent} in an `unprivileged` mode that does not require `root` privileges. Refer to <<elastic-agent-unprivileged>> for details.
* You can install {agent} in an `unprivileged` mode that does not require `root` privileges. Refer to {fleet-guide}/elastic-agent-unprivileged.html[Run {agent} without administrative privileges] for details.
====

["source","sh",subs="attributes"]
Expand All @@ -36,7 +36,7 @@ ifeval::["{release-state}"!="unreleased"]
====
* To simplify upgrading to future versions of {agent}, we recommended
that you use the tarball distribution instead of the RPM distribution.
* You can install {agent} in an `unprivileged` mode that does not require `root` privileges. Refer to <<elastic-agent-unprivileged>> for details.
* You can install {agent} in an `unprivileged` mode that does not require `root` privileges. Refer to {fleet-guide}/elastic-agent-unprivileged.html[Run {agent} without administrative privileges] for details.
====

["source","sh",subs="attributes"]
Expand Down Expand Up @@ -95,7 +95,7 @@ ifeval::["{release-state}"!="unreleased"]
["source","powershell",subs="attributes"]
----
# PowerShell 5.0+
wget https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{version}-windows-x86_64.zip -OutFile elastic-agent-{version}-windows-x86_64.zip
wget https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{version}-windows-x86_64.zip -OutFile elastic-agent-{version}-windows-x86_64.zip
Expand-Archive .\elastic-agent-{version}-windows-x86_64.zip
----
Or manually:
Expand Down