Skip to content

Commit d90121f

Browse files
authored
Update es plugins landing page (#127682)
1 parent b90f374 commit d90121f

File tree

1 file changed

+11
-15
lines changed
  • docs/reference/elasticsearch-plugins

1 file changed

+11
-15
lines changed

docs/reference/elasticsearch-plugins/index.md

+11-15
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,26 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/plugins/current/intro.html
55
---
66

7-
# Elasticsearch plugins [intro]
7+
# {{es}} plugins [intro]
88

9-
:::{note}
10-
This section provides detailed **reference information** for Elasticsearch plugins.
9+
This section contains reference information for {{es}} plugins.
1110

12-
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.
13-
:::
11+
Refer to [Add plugins and extensions](docs-content://deploy-manage/deploy/elastic-cloud/add-plugins-extensions.md) for an overview, setup instructions, and conceptual details.
1412

15-
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.
13+
Plugins are a way to enhance the core {{es}} functionality in a custom manner. They range from adding custom mapping types, custom analyzers, native scripts, custom discovery and more.
1614

1715
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.
1816

19-
::::{note}
20-
A full cluster restart is required for installing plugins that have custom cluster state metadata. It is still possible to upgrade such plugins with a rolling restart.
21-
::::
22-
23-
24-
This documentation distinguishes two categories of plugins:
17+
There are two categories of plugins:
2518

2619
Core Plugins
27-
: This category identifies plugins that are part of Elasticsearch project. Delivered at the same time as Elasticsearch, their version number always matches the version number of Elasticsearch itself. These plugins are maintained by the Elastic team with the appreciated help of amazing community members (for open source plugins). Issues and bug reports can be reported on the [Github project page](https://github.com/elastic/elasticsearch).
20+
: This category identifies plugins that are part of {{es}} project. Delivered at the same time as Elasticsearch, their version number always matches the version number of Elasticsearch itself. These plugins are maintained by the Elastic team with the appreciated help of amazing community members (for open source plugins). Issues and bug reports can be reported on the [Github project page](https://github.com/elastic/elasticsearch).
2821

2922
Community contributed
30-
: This category identifies plugins that are external to the Elasticsearch project. They are provided by individual developers or private companies and have their own licenses as well as their own versioning system. Issues and bug reports can usually be reported on the community plugin’s web site.
23+
: This category identifies plugins that are external to the {{es}} project. They are provided by individual developers or private companies and have their own licenses as well as their own versioning system. Issues and bug reports can usually be reported on the community plugin’s web site.
3124

32-
For advice on writing your own plugin, refer to [*Creating an {{es}} plugin*](/extend/index.md).
25+
If you want to write your own plugin, refer to [Creating an {{es}} plugin](/extend/index.md).
3326

27+
:::{note}
28+
A full cluster restart is required for installing plugins that have custom cluster state metadata. It is still possible to upgrade such plugins with a rolling restart.
29+
:::

0 commit comments

Comments
 (0)