Skip to content

Commit

Permalink
Move plugin.mandatory to its own page
Browse files Browse the repository at this point in the history
This commit takes the reworking of plugin.mandatory docs even farther by
taking this setting to its own page.
  • Loading branch information
jasontedor committed Aug 30, 2019
1 parent 1be991d commit 2ced1b0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/plugins/plugin-script.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@ sudo bin/elasticsearch-plugin install analysis-icu
This command will install the version of the plugin that matches your
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]]
=== Custom URL or file system

Expand Down Expand Up @@ -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 and Updating Installed Plugins

Expand Down

0 comments on commit 2ced1b0

Please sign in to comment.