Skip to content

Commit b7235dc

Browse files
authored
[DOCS] Audit community plugins and integrations (#69378) (#69390)
1 parent 247627e commit b7235dc

File tree

5 files changed

+2
-56
lines changed

5 files changed

+2
-56
lines changed

docs/plugins/analysis.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ A number of analysis plugins have been contributed by our community:
5252
* https://github.com/medcl/elasticsearch-analysis-ik[IK Analysis Plugin] (by Medcl)
5353
* https://github.com/medcl/elasticsearch-analysis-pinyin[Pinyin Analysis Plugin] (by Medcl)
5454
* https://github.com/duydo/elasticsearch-analysis-vietnamese[Vietnamese Analysis Plugin] (by Duy Do)
55-
* https://github.com/ofir123/elasticsearch-network-analysis[Network Addresses Analysis Plugin] (by Ofir123)
56-
* https://github.com/ZarHenry96/elasticsearch-dandelion-plugin[Dandelion Analysis Plugin] (by ZarHenry96)
5755
* https://github.com/medcl/elasticsearch-analysis-stconvert[STConvert Analysis Plugin] (by Medcl)
5856

5957
include::analysis-icu.asciidoc[]

docs/plugins/api.asciidoc

-11
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,5 @@ A number of plugins have been contributed by our community:
1717
* https://github.com/wikimedia/search-highlighter[Elasticsearch Experimental Highlighter]:
1818
(by Wikimedia Foundation/Nik Everett)
1919

20-
* https://github.com/YannBrrd/elasticsearch-entity-resolution[Entity Resolution Plugin]:
21-
Uses https://github.com/larsga/Duke[Duke] for duplication detection (by Yann Barraud)
22-
2320
* https://github.com/zentity-io/zentity[Entity Resolution Plugin] (https://zentity.io[zentity]):
2421
Real-time entity resolution with pure Elasticsearch (by Dave Moore)
25-
26-
* https://github.com/ritesh-kapoor/elasticsearch-pql[PQL language Plugin]:
27-
Allows Elasticsearch to be queried with simple pipeline query syntax.
28-
29-
* https://github.com/codelibs/elasticsearch-taste[Elasticsearch Taste Plugin]:
30-
Mahout Taste-based Collaborative Filtering implementation (by CodeLibs Project)
31-
32-
* https://github.com/jurgc11/es-change-feed-plugin[WebSocket Change Feed Plugin] (by ForgeRock/Chris Clifton)

docs/plugins/discovery.asciidoc

-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ addresses of seed hosts.
2525
The Google Compute Engine discovery plugin uses the GCE API to identify the
2626
addresses of seed hosts.
2727

28-
[discrete]
29-
==== Community contributed discovery plugins
30-
31-
The following discovery plugins have been contributed by our community:
32-
33-
* https://github.com/fabric8io/elasticsearch-cloud-kubernetes[Kubernetes Discovery Plugin] (by Jimmi Dyson, https://fabric8.io[fabric8])
34-
3528
include::discovery-ec2.asciidoc[]
3629

3730
include::discovery-azure-classic.asciidoc[]

docs/plugins/ingest.asciidoc

-7
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,4 @@ A processor that extracts details from the User-Agent header value. The
2929
distributed by default with Elasticsearch. See
3030
{ref}/user-agent-processor.html[User Agent processor] for more details.
3131

32-
[discrete]
33-
=== Community contributed ingest plugins
34-
35-
The following plugin has been contributed by our community:
36-
37-
* https://github.com/johtani/elasticsearch-ingest-csv[Ingest CSV Processor Plugin] (by Jun Ohtani)
38-
3932
include::ingest-attachment.asciidoc[]

docs/plugins/integrations.asciidoc

+2-29
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,9 @@ Integrations are not plugins, but are external tools or modules that make it eas
1111
[discrete]
1212
==== Supported by the community:
1313

14-
* https://drupal.org/project/search_api_elasticsearch[Drupal]:
15-
Drupal Elasticsearch integration via Search API.
16-
17-
* https://drupal.org/project/elasticsearch_connector[Drupal]:
18-
Drupal Elasticsearch integration.
19-
2014
* https://wordpress.org/plugins/elasticpress/[ElasticPress]:
2115
Elasticsearch WordPress Plugin
2216

23-
* https://wordpress.org/plugins/wpsolr-search-engine/[WPSOLR]:
24-
Elasticsearch (and Apache Solr) WordPress Plugin
25-
2617
* https://doc.tiki.org/Elasticsearch[Tiki Wiki CMS Groupware]:
2718
Tiki has native support for Elasticsearch. This provides faster & better
2819
search (facets, etc), along with some Natural Language Processing features
@@ -53,22 +44,16 @@ releases 2.0 and later do not support rivers.
5344
[discrete]
5445
==== Supported by the community:
5546

56-
* https://github.com/jprante/elasticsearch-jdbc[JDBC importer]:
57-
The Java Database Connection (JDBC) importer allows to fetch data from JDBC sources for indexing into Elasticsearch (by Jörg Prante)
47+
* https://github.com/spinscale/cookiecutter-elasticsearch-ingest-processor[Ingest processor template]:
48+
A template for creating new ingest processors.
5849

5950
* https://github.com/BigDataDevs/kafka-elasticsearch-consumer[Kafka Standalone Consumer (Indexer)]:
6051
Kafka Standalone Consumer [Indexer] will read messages from Kafka in batches, processes(as implemented) and bulk-indexes them into Elasticsearch. Flexible and scalable. More documentation in above GitHub repo's Wiki.
6152

62-
* https://github.com/ozlerhakan/mongolastic[Mongolastic]:
63-
A tool that clones data from Elasticsearch to MongoDB and vice versa
64-
6553
* https://github.com/Aconex/scrutineer[Scrutineer]:
6654
A high performance consistency checker to compare what you've indexed
6755
with your source of truth content (e.g. DB)
6856

69-
* https://github.com/salyh/elasticsearch-imap[IMAP/POP3/Mail importer]:
70-
The Mail importer allows to fetch data from IMAP and POP3 servers for indexing into Elasticsearch (by Hendrik Saly)
71-
7257
* https://github.com/dadoonet/fscrawler[FS Crawler]:
7358
The File System (FS) crawler allows to index documents (PDF, Open Office...) from your local file system and over SSH. (by David Pilato)
7459

@@ -112,9 +97,6 @@ releases 2.0 and later do not support rivers.
11297
* https://plugins.grails.org/plugin/puneetbehl/elasticsearch[Grails]:
11398
Elasticsearch Grails plugin.
11499

115-
* https://haystacksearch.org/[Haystack]:
116-
Modular search for Django
117-
118100
* https://hibernate.org/search/[Hibernate Search]
119101
Integration with Hibernate ORM, from the Hibernate team. Automatic synchronization of write operations, yet exposes full Elasticsearch capabilities for queries. Can return either Elasticsearch native or re-map queries back into managed entities loaded within transaction from the reference database.
120102

@@ -124,9 +106,6 @@ releases 2.0 and later do not support rivers.
124106
* https://github.com/dadoonet/spring-elasticsearch[Spring Elasticsearch]:
125107
Spring Factory for Elasticsearch
126108

127-
* https://github.com/twitter/storehaus[Twitter Storehaus]:
128-
Thin asynchronous Scala client for Storehaus.
129-
130109
* https://zeebe.io[Zeebe]:
131110
An Elasticsearch exporter acts as a bridge between Zeebe and Elasticsearch
132111

@@ -143,9 +122,6 @@ releases 2.0 and later do not support rivers.
143122
* https://metamodel.apache.org/[Apache MetaModel]:
144123
Providing a common interface for discovery, exploration of metadata and querying of different types of data sources.
145124

146-
* https://jooby.org/doc/elasticsearch/[Jooby Framework]:
147-
Scalable, fast and modular micro web framework for Java.
148-
149125
* https://micrometer.io[Micrometer]:
150126
Vendor-neutral application metrics facade. Think SLF4j, but for metrics.
151127

@@ -174,9 +150,6 @@ releases 2.0 and later do not support rivers.
174150
[discrete]
175151
==== Supported by the community:
176152

177-
* https://github.com/radu-gheorghe/check-es[check-es]:
178-
Nagios/Shinken plugins for checking on Elasticsearch
179-
180153
* https://sematext.com/spm/index.html[SPM for Elasticsearch]:
181154
Performance monitoring with live charts showing cluster and node stats, integrated
182155
alerts, email reports, etc.

0 commit comments

Comments
 (0)