mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[Doc] Update plugins intro about categories of plugins core/community
This commit is contained in:
parent
a4ea7e7223
commit
807da19150
@ -14,11 +14,25 @@ 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
|
must be installed on every node in the cluster. After installation, each
|
||||||
node must be restarted before the plugin becomes visible.
|
node must be restarted before the plugin becomes visible.
|
||||||
|
|
||||||
IMPORTANT: Site plugins -- plugins containing HTML, CSS and Javascript -- are
|
This documentation distinguishes two categories of plugins:
|
||||||
no longer supported.
|
|
||||||
|
Core Plugins:: 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
|
||||||
|
https://github.com/elastic/elasticsearch[Github project page].
|
||||||
|
|
||||||
|
Community contributed:: 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.
|
||||||
|
|
||||||
For advice on writing your own plugin, see <<plugin-authors>>.
|
For advice on writing your own plugin, see <<plugin-authors>>.
|
||||||
|
|
||||||
|
IMPORTANT: Site plugins -- plugins containing HTML, CSS and Javascript -- are
|
||||||
|
no longer supported.
|
||||||
|
|
||||||
include::plugin-script.asciidoc[]
|
include::plugin-script.asciidoc[]
|
||||||
|
|
||||||
include::api.asciidoc[]
|
include::api.asciidoc[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user