Skip to content

Commit

Permalink
Revert "Remove redirects page for 7.16 (#1168) (#1177)"
Browse files Browse the repository at this point in the history
This reverts commit 8182306.
  • Loading branch information
dedemorton authored Oct 19, 2021
1 parent 8182306 commit 2d12444
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To remove {agent} manually from your system:

. For standalone agents, back up any configuration files you want to preserve.

. On your host, <<stop-elastic-agent-service,stop the agent>>. If any {agent}-related
. On your host, <<stop-elastic-agent,stop the agent>>. If any {agent}-related
processes are still running, stop them too.
+
TIP: Search for these processes and stop them if they're still running:
Expand Down
2 changes: 2 additions & 0 deletions docs/en/ingest-management/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@ include::troubleshooting/troubleshooting.asciidoc[leveloffset=+2]
include::troubleshooting/faq.asciidoc[leveloffset=+2]

include::release-notes/release-notes-7.15.asciidoc[leveloffset=+1]

include::redirects.asciidoc[leveloffset=+1]
45 changes: 45 additions & 0 deletions docs/en/ingest-management/redirects.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
["appendix",role="exclude",id="agent-redirects"]
= Deleted pages

The following pages have moved or been deleted.

[role="exclude",id="run-elastic-agent"]
== Run {agent}

See <<install-standalone-elastic-agent>>.

[role="exclude",id="fleet-limitations"]
== Limitations of this release

See <<beats-agent-comparison>>.

[role="exclude",id="elastic-agent-installation-configuration"]
= Elastic {agent}s

See <<elastic-agent-installation>>.

[role="exclude",id="run-elastic-agent-standalone"]
= Run {agent} standalone (advanced users)

See <<install-standalone-elastic-agent>>

[role="exclude",id="start-elastic-agent"]
= Start {agent}

See <<start-elastic-agent-service>>.

[role="exclude",id="stop-elastic-agent"]
= Stop {agent}

See <<stop-elastic-agent-service>>.

[role="exclude",id="fleet-quick-start-traces"]
== Quick start: Get application traces into the {stack}

See {observability-guide}/ingest-traces.html[Get application traces into the {stack}]

[role="exclude",id="fleet-quick-start"]
== Quick start: Get logs, metrics, and uptime data into the Elastic Stack

See {observability-guide}/ingest-logs-metrics-uptime.html[Ingest logs, metrics, and uptime data with {agent}]

2 changes: 1 addition & 1 deletion docs/en/ingest-management/security/certificates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The following command installs {agent} as a service, enrolls it in the

NOTE: If you're using DEB or RPM, or already have the {agent} installed, use the
`enroll` command along with the following options, then start the service as
described in <<start-elastic-agent-service>>.
described in <<start-elastic-agent>>.

[source,shell]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/en/ingest-management/troubleshooting/faq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ problem with {agent}, and you should report it.
== How do I restore an {agent} that I deleted from {fleet}?

It's ok, we've got your back! The data is still in {es}. To add {agent}
to {fleet} again, <<stop-elastic-agent-service>>, re-enroll it on the host, then
to {fleet} again, <<stop-elastic-agent>>, re-enroll it on the host, then
run {agent}.

[discrete]
Expand Down

0 comments on commit 2d12444

Please sign in to comment.