@@ -11,18 +11,9 @@ Integrations are not plugins, but are external tools or modules that make it eas
11
11
[discrete]
12
12
==== Supported by the community:
13
13
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
-
20
14
* https://wordpress.org/plugins/elasticpress/[ElasticPress]:
21
15
Elasticsearch WordPress Plugin
22
16
23
- * https://wordpress.org/plugins/wpsolr-search-engine/[WPSOLR]:
24
- Elasticsearch (and Apache Solr) WordPress Plugin
25
-
26
17
* https://doc.tiki.org/Elasticsearch[Tiki Wiki CMS Groupware]:
27
18
Tiki has native support for Elasticsearch. This provides faster & better
28
19
search (facets, etc), along with some Natural Language Processing features
@@ -53,22 +44,16 @@ releases 2.0 and later do not support rivers.
53
44
[discrete]
54
45
==== Supported by the community:
55
46
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.
58
49
59
50
* https://github.com/BigDataDevs/kafka-elasticsearch-consumer[Kafka Standalone Consumer (Indexer)]:
60
51
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.
61
52
62
- * https://github.com/ozlerhakan/mongolastic[Mongolastic]:
63
- A tool that clones data from Elasticsearch to MongoDB and vice versa
64
-
65
53
* https://github.com/Aconex/scrutineer[Scrutineer]:
66
54
A high performance consistency checker to compare what you've indexed
67
55
with your source of truth content (e.g. DB)
68
56
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
-
72
57
* https://github.com/dadoonet/fscrawler[FS Crawler]:
73
58
The File System (FS) crawler allows to index documents (PDF, Open Office...) from your local file system and over SSH. (by David Pilato)
74
59
@@ -112,9 +97,6 @@ releases 2.0 and later do not support rivers.
112
97
* https://plugins.grails.org/plugin/puneetbehl/elasticsearch[Grails]:
113
98
Elasticsearch Grails plugin.
114
99
115
- * https://haystacksearch.org/[Haystack]:
116
- Modular search for Django
117
-
118
100
* https://hibernate.org/search/[Hibernate Search]
119
101
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.
120
102
@@ -124,9 +106,6 @@ releases 2.0 and later do not support rivers.
124
106
* https://github.com/dadoonet/spring-elasticsearch[Spring Elasticsearch]:
125
107
Spring Factory for Elasticsearch
126
108
127
- * https://github.com/twitter/storehaus[Twitter Storehaus]:
128
- Thin asynchronous Scala client for Storehaus.
129
-
130
109
* https://zeebe.io[Zeebe]:
131
110
An Elasticsearch exporter acts as a bridge between Zeebe and Elasticsearch
132
111
@@ -143,9 +122,6 @@ releases 2.0 and later do not support rivers.
143
122
* https://metamodel.apache.org/[Apache MetaModel]:
144
123
Providing a common interface for discovery, exploration of metadata and querying of different types of data sources.
145
124
146
- * https://jooby.org/doc/elasticsearch/[Jooby Framework]:
147
- Scalable, fast and modular micro web framework for Java.
148
-
149
125
* https://micrometer.io[Micrometer]:
150
126
Vendor-neutral application metrics facade. Think SLF4j, but for metrics.
151
127
@@ -174,9 +150,6 @@ releases 2.0 and later do not support rivers.
174
150
[discrete]
175
151
==== Supported by the community:
176
152
177
- * https://github.com/radu-gheorghe/check-es[check-es]:
178
- Nagios/Shinken plugins for checking on Elasticsearch
179
-
180
153
* https://sematext.com/spm/index.html[SPM for Elasticsearch]:
181
154
Performance monitoring with live charts showing cluster and node stats, integrated
182
155
alerts, email reports, etc.
0 commit comments