mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[DOCS] Remove xpack terminology from installation pages (#44973)
This commit is contained in:
parent
1a1bb4707d
commit
899c62ad02
@ -165,10 +165,10 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}
|
|||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
ifdef::include-xpack[]
|
ifdef::include-xpack[]
|
||||||
|
[role="xpack"]
|
||||||
[[deb-enable-indices]]
|
[[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[]
|
include::xpack-indices.asciidoc[]
|
||||||
|
|
||||||
endif::include-xpack[]
|
endif::include-xpack[]
|
||||||
|
@ -152,10 +152,10 @@ endif::[]
|
|||||||
include::skip-set-kernel-parameters.asciidoc[]
|
include::skip-set-kernel-parameters.asciidoc[]
|
||||||
|
|
||||||
ifdef::include-xpack[]
|
ifdef::include-xpack[]
|
||||||
|
[role="xpack"]
|
||||||
[[rpm-enable-indices]]
|
[[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[]
|
include::xpack-indices.asciidoc[]
|
||||||
|
|
||||||
endif::include-xpack[]
|
endif::include-xpack[]
|
||||||
|
@ -77,10 +77,10 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}
|
|||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
ifdef::include-xpack[]
|
ifdef::include-xpack[]
|
||||||
|
[role="xpack"]
|
||||||
[[targz-enable-indices]]
|
[[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[]
|
include::xpack-indices.asciidoc[]
|
||||||
|
|
||||||
endif::include-xpack[]
|
endif::include-xpack[]
|
||||||
|
@ -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.
|
for additional rules related to values containing quotation marks.
|
||||||
|
|
||||||
ifdef::include-xpack[]
|
ifdef::include-xpack[]
|
||||||
|
[role="xpack"]
|
||||||
[[msi-installer-enable-indices]]
|
[[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[]
|
include::xpack-indices.asciidoc[]
|
||||||
|
|
||||||
endif::include-xpack[]
|
endif::include-xpack[]
|
||||||
|
@ -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
|
By default, {es} is configured to allow automatic index creation, and no
|
||||||
additional steps are required. However, if you have disabled automatic index
|
additional steps are required. However, if you have disabled automatic index
|
||||||
creation in {es}, you must configure
|
creation in {es}, you must configure
|
||||||
<<index-creation,`action.auto_create_index`>> in `elasticsearch.yml` to allow
|
<<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]
|
[source,yaml]
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
@ -57,10 +57,10 @@ cd c:\elasticsearch-{version}
|
|||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
ifdef::include-xpack[]
|
ifdef::include-xpack[]
|
||||||
|
[role="xpack"]
|
||||||
[[windows-enable-indices]]
|
[[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[]
|
include::xpack-indices.asciidoc[]
|
||||||
|
|
||||||
endif::include-xpack[]
|
endif::include-xpack[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user