Skip to content

Commit 7f0c2e8

Browse files
authored
[DOCS] Moves X-Pack setup to docs (#31145)
1 parent 4158387 commit 7f0c2e8

17 files changed

+14
-69
lines changed

docs/reference/index.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ include::getting-started.asciidoc[]
1414

1515
include::setup.asciidoc[]
1616

17-
include::{xes-repo-dir}/setup/setup-xes.asciidoc[]
17+
include::setup/setup-xes.asciidoc[]
1818

1919
include::{xes-repo-dir}/monitoring/configuring-monitoring.asciidoc[]
2020

2121
include::{xes-repo-dir}/security/configuring-es.asciidoc[]
2222

23-
include::{xes-repo-dir}/setup/setup-xclient.asciidoc[]
23+
include::setup/setup-xclient.asciidoc[]
2424

2525
include::settings/configuring-xes.asciidoc[]
2626

27-
include::{xes-repo-dir}/setup/bootstrap-checks-xes.asciidoc[]
27+
include::setup/bootstrap-checks-xes.asciidoc[]
2828

2929
:edit_url:
3030
include::upgrade.asciidoc[]

docs/reference/setup/install.asciidoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@ include::install/rpm.asciidoc[]
6565

6666
include::install/windows.asciidoc[]
6767

68-
ifdef::include-xpack[]
69-
include::{xes-repo-dir}/setup/docker.asciidoc[]
70-
endif::include-xpack[]
68+
include::install/docker.asciidoc[]
69+

docs/reference/setup/install/deb.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ifdef::include-xpack[]
139139
==== Enable automatic creation of {xpack} indices
140140

141141
{xpack} will try to automatically create a number of indices within Elasticsearch.
142-
include::{xes-repo-dir}/setup/xpack-indices.asciidoc[]
142+
include::xpack-indices.asciidoc[]
143143

144144
endif::include-xpack[]
145145

x-pack/docs/en/setup/docker.asciidoc renamed to docs/reference/setup/install/docker.asciidoc

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[role="xpack"]
21
[[docker]]
32
=== Install {es} with Docker
43

Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[role="exclude"]
22
==== Next steps
33

4-
You now have a test Elasticsearch environment set up. Before you start
5-
serious development or go into production with Elasticsearch, you will need to
6-
do some additional setup:
4+
You now have a test {es} environment set up. Before you start
5+
serious development or go into production with {es}, you must do some additional
6+
setup:
77

88
* Learn how to <<settings,configure Elasticsearch>>.
99
* Configure <<important-settings,important Elasticsearch settings>>.
1010
* Configure <<system-config,important system settings>>.
11-

docs/reference/setup/install/rpm.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ifdef::include-xpack[]
126126
==== Enable automatic creation of {xpack} indices
127127

128128
{xpack} will try to automatically create a number of indices within {es}.
129-
include::{xes-repo-dir}/setup/xpack-indices.asciidoc[]
129+
include::xpack-indices.asciidoc[]
130130

131131
endif::include-xpack[]
132132

docs/reference/setup/install/windows.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ ifdef::include-xpack[]
337337
==== Enable automatic creation of {xpack} indices
338338

339339
{xpack} will try to automatically create a number of indices within {es}.
340-
include::{xes-repo-dir}/setup/xpack-indices.asciidoc[]
340+
include::xpack-indices.asciidoc[]
341341

342342
endif::include-xpack[]
343343

docs/reference/setup/install/zip-targz.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ifdef::include-xpack[]
8585
==== Enable automatic creation of {xpack} indices
8686

8787
{xpack} will try to automatically create a number of indices within {es}.
88-
include::{xes-repo-dir}/setup/xpack-indices.asciidoc[]
88+
include::xpack-indices.asciidoc[]
8989

9090
endif::include-xpack[]
9191

docs/reference/setup/install/zip-windows.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ifdef::include-xpack[]
5353
==== Enable automatic creation of {xpack} indices
5454

5555
{xpack} will try to automatically create a number of indices within {es}.
56-
include::{xes-repo-dir}/setup/xpack-indices.asciidoc[]
56+
include::xpack-indices.asciidoc[]
5757

5858
endif::include-xpack[]
5959

x-pack/docs/en/setup/setup-xclient.asciidoc renamed to docs/reference/setup/setup-xclient.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[role="xpack"]
2+
[testenv="basic"]
23
[[setup-xpack-client]]
34
== Configuring {xpack} Java Clients
45

-47.1 KB
Binary file not shown.

x-pack/docs/en/setup/next-steps.asciidoc

-10
This file was deleted.

x-pack/docs/en/setup/xpack-passwords.asciidoc

-27
This file was deleted.

x-pack/docs/en/setup/xpack-tls.asciidoc

-16
This file was deleted.

0 commit comments

Comments
 (0)