Move plugin.mandatory to its own page

This commit takes the reworking of plugin.mandatory docs even farther by
taking this setting to its own page.
This commit is contained in:
Jason Tedor 2019-08-30 11:00:42 -04:00
parent 196e0c78c0
commit b89b0d5f84
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 14 additions and 14 deletions

View File

@ -54,20 +54,6 @@ sudo bin/elasticsearch-plugin install analysis-icu
This command will install the version of the plugin that matches your This command will install the version of the plugin that matches your
Elasticsearch version and also show a progress bar while downloading. Elasticsearch version and also show a progress bar while downloading.
[float]
=== Mandatory Plugins
If you rely on some plugins, you can define mandatory plugins by adding
`plugin.mandatory` setting to the `config/elasticsearch.yml` file, for
example:
[source,yaml]
--------------------------------------------------
plugin.mandatory: analysis-icu,lang-js
--------------------------------------------------
For safety reasons, a node will not start if it is missing a mandatory plugin.
[[plugin-management-custom-url]] [[plugin-management-custom-url]]
=== Custom URL or file system === Custom URL or file system
@ -120,6 +106,20 @@ sudo ES_JAVA_OPTS="-Djavax.net.ssl.trustStore=/path/to/trustStore.jks" bin/elast
----------------------------------- -----------------------------------
-- --
[[mandatory-plugins]]
=== Mandatory Plugins
If you rely on some plugins, you can define mandatory plugins by adding
`plugin.mandatory` setting to the `config/elasticsearch.yml` file, for
example:
[source,yaml]
--------------------------------------------------
plugin.mandatory: analysis-icu,lang-js
--------------------------------------------------
For safety reasons, a node will not start if it is missing a mandatory plugin.
[[listing-removing-updating]] [[listing-removing-updating]]
=== Listing, Removing and Updating Installed Plugins === Listing, Removing and Updating Installed Plugins