Mandatory plugins
If you rely on certain plugins, you can define mandatory plugins by adding the plugin.mandatory setting to config/elasticsearch.yml. For example:
plugin.mandatory: analysis-icu,lang-js
For safety, a node will not start if it is missing a mandatory plugin.
To learn how settings are applied across deployment types, refer to Stack settings.