- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Alerting Plugins
- Analysis Plugins
- Discovery Plugins
- Ingest Plugins
- Management Plugins
- Mapper Plugins
- Security Plugins
- Snapshot/Restore Repository Plugins
- Store Plugins
- Integrations
- Help for plugin authors
NOTE: You are looking at documentation for an older release. 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.