mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Move plugin.mandatory to installing plugins docs
This commit moves the plugin.mandatory settings from the plugin directory page in the docs to the installing plugins page in the docs.
This commit is contained in:
parent
42c7449832
commit
1be991de07
1 changed files with 14 additions and 14 deletions
|
@ -54,6 +54,20 @@ 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
|
||||
|
||||
|
@ -229,17 +243,3 @@ The default location of the `plugins` directory depends on which package you ins
|
|||
* {ref}/zip-windows.html#windows-layout[Directory layout of Windows `.zip` archives]
|
||||
* {ref}/deb.html#deb-layout[Directory layout of Debian package]
|
||||
* {ref}/rpm.html#rpm-layout[Directory layout of RPM]
|
||||
|
||||
[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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue