Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.7] [DOCS] Relocate "Plugins" page (#54974) #57420

Merged
merged 1 commit into from
Jun 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/reference/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
6 changes: 0 additions & 6 deletions docs/reference/modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -83,8 +79,6 @@ include::modules/network.asciidoc[]

include::modules/node.asciidoc[]

include::modules/plugins.asciidoc[]

include::modules/threadpool.asciidoc[]

include::modules/transport.asciidoc[]
Expand Down
9 changes: 5 additions & 4 deletions docs/reference/modules/plugins.asciidoc
Original file line number Diff line number Diff line change
@@ -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].
10 changes: 9 additions & 1 deletion docs/reference/setup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]