Skip to content

[DOCS] Remove X-Pack terminology from installation pages #44973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/setup/install/deb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/setup/install/rpm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/setup/install/targz.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/setup/install/windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/setup/install/xpack-indices.asciidoc
Original file line number Diff line number Diff line change
@@ -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
<<index-creation,`action.auto_create_index`>> in `elasticsearch.yml` to allow
{xpack} to create the following indices:
the commercial features to create the following indices:

[source,yaml]
-----------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/setup/install/zip-windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down