From 899c62ad02634bb6716ca7347755671563d969b2 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 30 Jul 2019 14:59:20 -0700 Subject: [PATCH] [DOCS] Remove xpack terminology from installation pages (#44973) --- docs/reference/setup/install/deb.asciidoc | 4 ++-- docs/reference/setup/install/rpm.asciidoc | 4 ++-- docs/reference/setup/install/targz.asciidoc | 4 ++-- docs/reference/setup/install/windows.asciidoc | 5 ++--- docs/reference/setup/install/xpack-indices.asciidoc | 3 ++- docs/reference/setup/install/zip-windows.asciidoc | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/reference/setup/install/deb.asciidoc b/docs/reference/setup/install/deb.asciidoc index 529c6b12ce5..feebc0cb794 100644 --- a/docs/reference/setup/install/deb.asciidoc +++ b/docs/reference/setup/install/deb.asciidoc @@ -165,10 +165,10 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version} endif::[] ifdef::include-xpack[] +[role="xpack"] [[deb-enable-indices]] -==== Enable automatic creation of {xpack} indices +==== Enable automatic creation of system indices -{xpack} will try to automatically create a number of indices within Elasticsearch. include::xpack-indices.asciidoc[] endif::include-xpack[] diff --git a/docs/reference/setup/install/rpm.asciidoc b/docs/reference/setup/install/rpm.asciidoc index 041784bb968..96127819338 100644 --- a/docs/reference/setup/install/rpm.asciidoc +++ b/docs/reference/setup/install/rpm.asciidoc @@ -152,10 +152,10 @@ endif::[] include::skip-set-kernel-parameters.asciidoc[] ifdef::include-xpack[] +[role="xpack"] [[rpm-enable-indices]] -==== Enable automatic creation of {xpack} indices +==== Enable automatic creation of system indices -{xpack} will try to automatically create a number of indices within {es}. include::xpack-indices.asciidoc[] endif::include-xpack[] diff --git a/docs/reference/setup/install/targz.asciidoc b/docs/reference/setup/install/targz.asciidoc index 75c9fdb4218..17e678cfba0 100644 --- a/docs/reference/setup/install/targz.asciidoc +++ b/docs/reference/setup/install/targz.asciidoc @@ -77,10 +77,10 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version} endif::[] ifdef::include-xpack[] +[role="xpack"] [[targz-enable-indices]] -==== Enable automatic creation of {xpack} indices +==== Enable automatic creation of system indices -{xpack} will try to automatically create a number of indices within {es}. include::xpack-indices.asciidoc[] endif::include-xpack[] diff --git a/docs/reference/setup/install/windows.asciidoc b/docs/reference/setup/install/windows.asciidoc index e53e8d41220..04fe974c613 100644 --- a/docs/reference/setup/install/windows.asciidoc +++ b/docs/reference/setup/install/windows.asciidoc @@ -342,11 +342,10 @@ Consult the https://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v= for additional rules related to values containing quotation marks. ifdef::include-xpack[] +[role="xpack"] [[msi-installer-enable-indices]] -==== Enable automatic creation of {xpack} indices +==== Enable automatic creation of system indices - -The {stack} features try to automatically create a number of indices within {es}. include::xpack-indices.asciidoc[] endif::include-xpack[] diff --git a/docs/reference/setup/install/xpack-indices.asciidoc b/docs/reference/setup/install/xpack-indices.asciidoc index f809aafd2aa..0303965fdda 100644 --- a/docs/reference/setup/install/xpack-indices.asciidoc +++ b/docs/reference/setup/install/xpack-indices.asciidoc @@ -1,8 +1,9 @@ +Some commercial features automatically create system indices within {es}. By default, {es} is configured to allow automatic index creation, and no additional steps are required. However, if you have disabled automatic index creation in {es}, you must configure <> in `elasticsearch.yml` to allow -{xpack} to create the following indices: +the commercial features to create the following indices: [source,yaml] ----------------------------------------------------------- diff --git a/docs/reference/setup/install/zip-windows.asciidoc b/docs/reference/setup/install/zip-windows.asciidoc index 669e3c72ea8..be37b8cb9e1 100644 --- a/docs/reference/setup/install/zip-windows.asciidoc +++ b/docs/reference/setup/install/zip-windows.asciidoc @@ -57,10 +57,10 @@ cd c:\elasticsearch-{version} endif::[] ifdef::include-xpack[] +[role="xpack"] [[windows-enable-indices]] -==== Enable automatic creation of {xpack} indices +==== Enable automatic creation of system indices -{xpack} will try to automatically create a number of indices within {es}. include::xpack-indices.asciidoc[] endif::include-xpack[]