mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
add signposts to docs-content (#124866)
This commit is contained in:
parent
51877bb33c
commit
c9724557a2
9 changed files with 53 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue