Skip to content

Commit 47f9c35

Browse files
lcawljkakavas
authored andcommitted
[DOCS] Remove xpack terminology from installation pages (#44973)
1 parent cd5bf44 commit 47f9c35

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/reference/setup/install/deb.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}
165165
endif::[]
166166

167167
ifdef::include-xpack[]
168+
[role="xpack"]
168169
[[deb-enable-indices]]
169-
==== Enable automatic creation of {xpack} indices
170+
==== Enable automatic creation of system indices
170171

171-
{xpack} will try to automatically create a number of indices within Elasticsearch.
172172
include::xpack-indices.asciidoc[]
173173

174174
endif::include-xpack[]

docs/reference/setup/install/rpm.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ endif::[]
152152
include::skip-set-kernel-parameters.asciidoc[]
153153

154154
ifdef::include-xpack[]
155+
[role="xpack"]
155156
[[rpm-enable-indices]]
156-
==== Enable automatic creation of {xpack} indices
157+
==== Enable automatic creation of system indices
157158

158-
{xpack} will try to automatically create a number of indices within {es}.
159159
include::xpack-indices.asciidoc[]
160160

161161
endif::include-xpack[]

docs/reference/setup/install/targz.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}
7777
endif::[]
7878

7979
ifdef::include-xpack[]
80+
[role="xpack"]
8081
[[targz-enable-indices]]
81-
==== Enable automatic creation of {xpack} indices
82+
==== Enable automatic creation of system indices
8283

83-
{xpack} will try to automatically create a number of indices within {es}.
8484
include::xpack-indices.asciidoc[]
8585

8686
endif::include-xpack[]

docs/reference/setup/install/windows.asciidoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,10 @@ Consult the https://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=
342342
for additional rules related to values containing quotation marks.
343343

344344
ifdef::include-xpack[]
345+
[role="xpack"]
345346
[[msi-installer-enable-indices]]
346-
==== Enable automatic creation of {xpack} indices
347+
==== Enable automatic creation of system indices
347348

348-
349-
The {stack} features try to automatically create a number of indices within {es}.
350349
include::xpack-indices.asciidoc[]
351350

352351
endif::include-xpack[]

docs/reference/setup/install/xpack-indices.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
Some commercial features automatically create system indices within {es}.
12
By default, {es} is configured to allow automatic index creation, and no
23
additional steps are required. However, if you have disabled automatic index
34
creation in {es}, you must configure
45
<<index-creation,`action.auto_create_index`>> in `elasticsearch.yml` to allow
5-
{xpack} to create the following indices:
6+
the commercial features to create the following indices:
67

78
[source,yaml]
89
-----------------------------------------------------------

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ cd c:\elasticsearch-{version}
5757
endif::[]
5858

5959
ifdef::include-xpack[]
60+
[role="xpack"]
6061
[[windows-enable-indices]]
61-
==== Enable automatic creation of {xpack} indices
62+
==== Enable automatic creation of system indices
6263

63-
{xpack} will try to automatically create a number of indices within {es}.
6464
include::xpack-indices.asciidoc[]
6565

6666
endif::include-xpack[]

0 commit comments

Comments
 (0)