Explorar o código

[DOCS] Moves X-Pack setup to docs (#31145)

Lisa Cawley %!s(int64=7) %!d(string=hai) anos
pai
achega
7f0c2e89c2

+ 3 - 3
docs/reference/index.asciidoc

@@ -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[]

+ 0 - 0
x-pack/docs/en/setup/bootstrap-checks-xes.asciidoc → docs/reference/setup/bootstrap-checks-xes.asciidoc


+ 2 - 3
docs/reference/setup/install.asciidoc

@@ -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[]
+

+ 1 - 1
docs/reference/setup/install/deb.asciidoc

@@ -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[]
 

+ 0 - 1
x-pack/docs/en/setup/docker.asciidoc → docs/reference/setup/install/docker.asciidoc

@@ -1,4 +1,3 @@
-[role="xpack"]
 [[docker]]
 === Install {es} with Docker
 

+ 3 - 4
docs/reference/setup/install/next-steps.asciidoc

@@ -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>>.
-

+ 1 - 1
docs/reference/setup/install/rpm.asciidoc

@@ -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[]
 

+ 1 - 1
docs/reference/setup/install/windows.asciidoc

@@ -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[]
 

+ 0 - 0
x-pack/docs/en/setup/xpack-indices.asciidoc → docs/reference/setup/install/xpack-indices.asciidoc


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

@@ -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[]
 

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

@@ -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[]
 

+ 1 - 0
x-pack/docs/en/setup/setup-xclient.asciidoc → docs/reference/setup/setup-xclient.asciidoc

@@ -1,4 +1,5 @@
 [role="xpack"]
+[testenv="basic"]
 [[setup-xpack-client]]
 == Configuring {xpack} Java Clients
 

+ 0 - 0
x-pack/docs/en/setup/setup-xes.asciidoc → docs/reference/setup/setup-xes.asciidoc


BIN=BIN
x-pack/docs/en/setup/images/ElasticsearchFlow.jpg


+ 0 - 10
x-pack/docs/en/setup/next-steps.asciidoc

@@ -1,10 +0,0 @@
-[role="exclude"]
-==== Next steps
-
-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>>.

+ 0 - 27
x-pack/docs/en/setup/xpack-passwords.asciidoc

@@ -1,27 +0,0 @@
-
-. Set the passwords for all built-in users.
-+
---
-If you have enabled {security}, it provides built-in user credentials to help you
-get up and running. The +elasticsearch-setup-passwords+ command is the simplest
-method to set the built-in users' passwords for the first time.
-
-For example, you can run the command in an "interactive" mode, which prompts you
-to enter new passwords for the `elastic`, `kibana`, and `logstash_system` users:
-
-[source,shell]
---------------------------------------------------
-bin/elasticsearch-setup-passwords interactive
---------------------------------------------------
-
-For more information about the command options, see <<setup-passwords>>.
-
-IMPORTANT: The `elasticsearch-setup-passwords` command uses a transient
-bootstrap password that is no longer valid after the command runs successfully.
-You cannot run the `elasticsearch-setup-passwords` command a second time.
-Instead, you can update passwords from the **Management > Users** UI in {kib} or
-use the security user API.
-
-For more information, see
-{xpack-ref}/setting-up-authentication.html#set-built-in-user-passwords[Setting Built-in User Passwords].
---

+ 0 - 16
x-pack/docs/en/setup/xpack-tls.asciidoc

@@ -1,16 +0,0 @@
-
-. Configure Transport Layer Security (TLS/SSL).
-+
---
-If have enabled {security}, you must configure TLS for internode-communication.
-
-NOTE: This requirement applies to clusters with more than one node and to
-clusters with a single node that listens on an external interface. Single-node
-clusters that use a loopback interface do not have this requirement.  For more
-information, see
-{xpack-ref}/encrypting-communications.html[Encrypting Communications].
-
---
-.. <<node-certificates,Generate node certificates for each of your {es} nodes>>.
-
-.. <<tls-transport, Enable TLS on each {es} node>>.