mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
43ef469570
commit
8c0e7c8a6e
@ -16,12 +16,6 @@ include::getting-started.asciidoc[]
|
||||
|
||||
include::setup.asciidoc[]
|
||||
|
||||
include::setup/setup-xes.asciidoc[]
|
||||
|
||||
include::setup/setup-xclient.asciidoc[]
|
||||
|
||||
include::setup/bootstrap-checks-xes.asciidoc[]
|
||||
|
||||
include::upgrade.asciidoc[]
|
||||
|
||||
include::aggregations.asciidoc[]
|
||||
|
@ -46,10 +46,6 @@ The modules in this section are:
|
||||
|
||||
A Java node client joins the cluster, but doesn't hold data or act as a master node.
|
||||
|
||||
<<modules-plugins,Plugins>>::
|
||||
|
||||
Using plugins to extend Elasticsearch.
|
||||
|
||||
<<modules-threadpool,Thread pools>>::
|
||||
|
||||
Information about the dedicated thread pools used in Elasticsearch.
|
||||
@ -83,8 +79,6 @@ include::modules/network.asciidoc[]
|
||||
|
||||
include::modules/node.asciidoc[]
|
||||
|
||||
include::modules/plugins.asciidoc[]
|
||||
|
||||
include::modules/threadpool.asciidoc[]
|
||||
|
||||
include::modules/transport.asciidoc[]
|
||||
|
@ -1,12 +1,13 @@
|
||||
[[modules-plugins]]
|
||||
== Plugins
|
||||
|
||||
[float]
|
||||
=== Plugins
|
||||
|
||||
Plugins are a way to enhance the basic Elasticsearch functionality in a
|
||||
custom manner. They range from adding custom mapping types, custom
|
||||
analyzers (in a more built in fashion), custom script engines, custom discovery
|
||||
and more.
|
||||
|
||||
See the {plugins}/index.html[Plugins documentation] for more.
|
||||
For information about selecting and installing plugins, see
|
||||
{plugins}/index.html[{es} Plugins and Integrations].
|
||||
|
||||
For information about developing your own plugin, see
|
||||
{plugins}/plugin-authors.html[Help for plugin authors].
|
||||
|
@ -95,4 +95,12 @@ include::setup/stopping.asciidoc[]
|
||||
|
||||
include::setup/add-nodes.asciidoc[]
|
||||
|
||||
include::setup/restart-cluster.asciidoc[]
|
||||
include::setup/restart-cluster.asciidoc[]
|
||||
|
||||
include::setup/setup-xes.asciidoc[]
|
||||
|
||||
include::setup/setup-xclient.asciidoc[]
|
||||
|
||||
include::setup/bootstrap-checks-xes.asciidoc[]
|
||||
|
||||
include::modules/plugins.asciidoc[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user