mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
* Fix external URI images (#124350) * [DOCS] Plugin management reference cleanup (#124578) * add content to plugin management * add content to Plugin Management * Update docs/reference/elasticsearch-plugins/plugin-management.md Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> * fix applies-to tag * add ech to docset.yml --------- Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> --------- Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
18 lines
477 B
Markdown
18 lines
477 B
Markdown
---
|
|
mapped_pages:
|
|
- https://www.elastic.co/guide/en/elasticsearch/plugins/current/mandatory-plugins.html
|
|
applies_to:
|
|
deployment:
|
|
self: ga
|
|
---
|
|
|
|
# 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:
|
|
|
|
```yaml
|
|
plugin.mandatory: analysis-icu,lang-js
|
|
```
|
|
|
|
For safety reasons, a node will not start if it is missing a mandatory plugin.
|
|
|