- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Analysis Plugins
- Discovery Plugins
- Mapper Plugins
- Snapshot/Restore Repository Plugins
- Store Plugins
- Integrations
- Help for plugin authors
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Mandatory Plugins
editMandatory Plugins
editIf you rely on some plugins, you can define mandatory plugins by adding
plugin.mandatory
setting to the config/elasticsearch.yml
file, for
example:
plugin.mandatory: analysis-icu,lang-js
For safety reasons, a node will not start if it is missing a mandatory plugin.
Was this helpful?
Thank you for your feedback.