Skip to content

Commit f5a8de6

Browse files
committed
[DOCS] organize a bit the repository plugins
(cherry picked from commit 88e1c20)
1 parent 593f98a commit f5a8de6

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

docs/reference/modules/plugins.asciidoc

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,15 @@ bin/plugin --install mobz/elasticsearch-head --timeout 0
168168
* https://github.com/medcl/elasticsearch-analysis-pinyin[Pinyin Analysis Plugin] (by Medcl)
169169
* https://github.com/medcl/elasticsearch-analysis-string2int[String2Integer Analysis Plugin] (by Medcl)
170170

171+
[float]
172+
[[discovery-plugins]]
173+
==== Discovery Plugins
174+
175+
.Supported by Elasticsearch
176+
* https://github.com/elasticsearch/elasticsearch-cloud-aws[AWS Cloud Plugin] - EC2 discovery and S3 Repository
177+
* https://github.com/elasticsearch/elasticsearch-cloud-azure[Azure Cloud Plugin] - Azure discovery
178+
* https://github.com/elasticsearch/elasticsearch-cloud-gce[Google Compute Engine Cloud Plugin] - GCE discovery
179+
171180
[float]
172181
[[river]]
173182
==== River Plugins
@@ -236,16 +245,21 @@ bin/plugin --install mobz/elasticsearch-head --timeout 0
236245
* https://github.com/karmi/elasticsearch-paramedic[Paramedic Plugin] (by Karel Minařík)
237246
* https://github.com/polyfractal/elasticsearch-segmentspy[SegmentSpy Plugin] (by Zachary Tong)
238247

248+
[float]
249+
[[repository-plugins]]
250+
==== Snapshot/Restore Repository Plugins
251+
252+
.Supported by Elasticsearch
253+
254+
* https://github.com/elasticsearch/elasticsearch-hadoop/tree/master/repository-hdfs[Hadoop HDFS] Repository
255+
* https://github.com/elasticsearch/elasticsearch-cloud-aws#s3-repository[AWS S3] Repository
256+
239257
[float]
240258
[[misc]]
241259
==== Misc Plugins
242260

243261
.Supported by Elasticsearch
244262
* https://github.com/elasticsearch/elasticsearch-mapper-attachments[Mapper Attachments Type plugin]
245-
* https://github.com/elasticsearch/elasticsearch-hadoop/tree/master/repository-hdfs[Hadoop HDFS Snapshot/Restore Plugin]
246-
* https://github.com/elasticsearch/elasticsearch-cloud-aws[AWS Cloud Plugin] - EC2 discovery and S3 Repository
247-
* https://github.com/elasticsearch/elasticsearch-cloud-azure[Azure Cloud Plugin] - Azure discovery
248-
* https://github.com/elasticsearch/elasticsearch-cloud-gce[Google Compute Engine Cloud Plugin] - GCE discovery
249263

250264
.Supported by the community
251265
* https://github.com/carrot2/elasticsearch-carrot2[carrot2 Plugin]: Results clustering with carrot2 (by Dawid Weiss)

docs/reference/modules/snapshots.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ point to the root of the shared filesystem repository. The following settings ar
9191
Other repository backends are available in these official plugins:
9292

9393
* https://github.com/elasticsearch/elasticsearch-cloud-aws#s3-repository[AWS Cloud Plugin] for S3 repositories
94-
* https://github.com/elasticsearch/elasticsearch-hdfs[HDFS Plugin]
94+
* https://github.com/elasticsearch/elasticsearch-hadoop/tree/master/repository-hdfs[HDFS Plugin] for Hadoop environments
9595

9696
[float]
9797
=== Snapshot

0 commit comments

Comments
 (0)