Skip to content

Commit fa04d2a

Browse files
authored
Remove deleted pages from Stack Overview (#700)
1 parent 87d94fb commit fa04d2a

File tree

6 files changed

+8
-938
lines changed

6 files changed

+8
-938
lines changed

docs/en/getting-started/get-started-stack.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ laptop.
2121
IMPORTANT: Implementing security is a critical step in setting up the {stack}.
2222
To get up and running quickly with a sample installation, you skip those steps
2323
right now. Before sending sensitive data across the network, make sure you
24-
{stack-ov}/elasticsearch-security.html[secure the {stack}] and enable
25-
{stack-ov}/encrypting-communications.html[encrypted communications].
24+
{ref}/elasticsearch-security.html[secure the {stack}] and enable
25+
{ref}/encrypting-communications.html[encrypted communications].
2626

2727
[float]
2828
[[install-prereqs]]
@@ -1020,7 +1020,7 @@ Next, you'll want to set up the {stack} {security-features} and activate your
10201020
trial license so you can unlock the full capabilities of the {stack}. To learn
10211021
how, read:
10221022

1023-
* {stack-ov}/elasticsearch-security.html[Securing the {stack}]
1023+
* {ref}/elasticsearch-security.html[Securing the {stack}]
10241024
* {stack-ov}/license-management.html[License Management]
10251025

10261026
Want to get up and running quickly with metrics monitoring and

docs/en/stack/introduction.asciidoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ any format and search, analyze, and visualize it in real time.
66

77
For a quick overview, see: https://www.elastic.co/products
88

9-
10-
[float]
11-
=== Where to Go Next
12-
13-
* {stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}]
14-
* <<security-getting-started, Getting Started with Security>>
15-
* {kibana-ref}/xpack-reporting.html[Getting Started with Reporting]
16-
* {kibana-ref}/graph-getting-started.html[Getting Started with Graph]
17-
189
[float]
1910
=== Have Comments, Questions, or Feedback?
2011

docs/en/stack/license.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ you install in {kib} or by using the {ref}/update-license.html[update license AP
3131

3232
TIP: If you are using a basic or trial license, {security-features} are disabled
3333
by default. In all other licenses, {security-features} are enabled by default;
34-
you must {stack-ov}/security-getting-started.html[secure the {stack}] or disable
34+
you must {ref}/security-getting-started.html[secure the {stack}] or disable
3535
the {security-features}.
3636

3737
--

docs/en/stack/ml/anomaly-detection/stopping-ml.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ POST _ml/datafeeds/feed1/_stop
3030
// TEST[skip:setup:server_metrics_startdf]
3131

3232
NOTE: You must have `manage_ml`, or `manage` cluster privileges to stop {dfeeds}.
33-
For more information, see <<security-privileges>>.
33+
For more information, see {ref}/security-privileges.html[Security privileges].
3434

3535
A {dfeed} can be started and stopped multiple times throughout its lifecycle.
3636

@@ -69,7 +69,7 @@ POST _ml/anomaly_detectors/job1/_close
6969
// TEST[skip:setup:server_metrics_openjob]
7070

7171
NOTE: You must have `manage_ml`, or `manage` cluster privileges to stop {dfeeds}.
72-
For more information, see <<security-privileges>>.
72+
For more information, see {ref}/security-privileges.html[Security privileges].
7373

7474
{anomaly-jobs-cap} can be opened and closed multiple times throughout their
7575
lifecycle.

docs/en/stack/ml/df-analytics/ecommerce-outliers.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ You also need `read` and `view_index_metadata` index privileges on the source
3030
indices and `read`, `create_index`, and `index` privileges on the destination
3131
indices.
3232

33-
For more information, see <<security-privileges>> and <<built-in-roles>>.
33+
For more information, see {ref}/security-privileges.html[Security privileges] and
34+
{ref}/built-in-roles.html[Built-in roles].
3435
--
3536

3637
. Create a {transform} that generates an entity-centric index with numeric or

0 commit comments

Comments
 (0)