add signposts to docs-content (#124866)

This commit is contained in:
Charlotte Hoblik 2025-03-17 11:41:52 +01:00 committed by GitHub
parent 51877bb33c
commit c9724557a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 53 additions and 0 deletions

View file

@ -6,6 +6,12 @@ mapped_pages:
# Elasticsearch plugins [intro]
:::{note}
This section provides detailed **reference information** for Elasticsearch plugins.
Refer to [Add plugins and extensions](docs-content://deploy-manage/deploy/elastic-cloud/add-plugins-extensions.md) in the **Deploy and manage** section for overview, getting started and conceptual information.
:::
Plugins are a way to enhance the core Elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers, native scripts, custom discovery and more.
Plugins contain JAR files, but may also contain scripts and config files, and must be installed on every node in the cluster. After installation, each node must be restarted before the plugin becomes visible.