Skip to content

Commit

Permalink
[DOCS] Moves X-Pack setup to docs (#31145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jun 6, 2018
1 parent 4158387 commit 7f0c2e8
Show file tree
Hide file tree
Showing 17 changed files with 14 additions and 69 deletions.
6 changes: 3 additions & 3 deletions docs/reference/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ include::getting-started.asciidoc[]

include::setup.asciidoc[]

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

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

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

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

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

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

:edit_url:
include::upgrade.asciidoc[]
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/setup/install.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ include::install/rpm.asciidoc[]

include::install/windows.asciidoc[]

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

2 changes: 1 addition & 1 deletion docs/reference/setup/install/deb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ifdef::include-xpack[]
==== Enable automatic creation of {xpack} indices

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

endif::include-xpack[]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[role="xpack"]
[[docker]]
=== Install {es} with Docker

Expand Down
7 changes: 3 additions & 4 deletions docs/reference/setup/install/next-steps.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[role="exclude"]
==== Next steps

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

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

2 changes: 1 addition & 1 deletion docs/reference/setup/install/rpm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ifdef::include-xpack[]
==== Enable automatic creation of {xpack} indices

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

endif::include-xpack[]

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/install/windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ ifdef::include-xpack[]
==== Enable automatic creation of {xpack} indices

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

endif::include-xpack[]

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/reference/setup/install/zip-targz.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ifdef::include-xpack[]
==== Enable automatic creation of {xpack} indices

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

endif::include-xpack[]

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/install/zip-windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ifdef::include-xpack[]
==== Enable automatic creation of {xpack} indices

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

endif::include-xpack[]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[role="xpack"]
[testenv="basic"]
[[setup-xpack-client]]
== Configuring {xpack} Java Clients

Expand Down
File renamed without changes.
Binary file removed x-pack/docs/en/setup/images/ElasticsearchFlow.jpg
Binary file not shown.
10 changes: 0 additions & 10 deletions x-pack/docs/en/setup/next-steps.asciidoc

This file was deleted.

27 changes: 0 additions & 27 deletions x-pack/docs/en/setup/xpack-passwords.asciidoc

This file was deleted.

16 changes: 0 additions & 16 deletions x-pack/docs/en/setup/xpack-tls.asciidoc

This file was deleted.

0 comments on commit 7f0c2e8

Please sign in to comment.