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

This commit is contained in:
Lisa Cawley 2018-06-06 14:46:20 -07:00 committed by GitHub
parent 4158387554
commit 7f0c2e89c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 14 additions and 69 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View File

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

View File

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

View File

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