integrations.asciidoc 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. [[integrations]]
  2. == Integrations
  3. Integrations are not plugins, but are external tools or modules that make it easier to work with Elasticsearch.
  4. [float]
  5. [[cms-integrations]]
  6. === CMS integrations
  7. [float]
  8. ==== Supported by the community:
  9. * http://drupal.org/project/search_api_elasticsearch[Drupal]:
  10. Drupal Elasticsearch integration via Search API.
  11. * https://drupal.org/project/elasticsearch_connector[Drupal]:
  12. Drupal Elasticsearch integration.
  13. * http://searchbox-io.github.com/wp-elasticsearch/[Wp-Elasticsearch]:
  14. Elasticsearch WordPress Plugin
  15. * https://github.com/wallmanderco/elasticsearch-indexer[Elasticsearch Indexer]:
  16. Elasticsearch WordPress Plugin
  17. * https://doc.tiki.org/Elasticsearch[Tiki Wiki CMS Groupware]:
  18. Tiki has native support for Elasticsearch. This provides faster & better
  19. search (facets, etc), along with some Natural Language Processing features
  20. (ex.: More like this)
  21. [float]
  22. [[data-integrations]]
  23. === Data import/export and validation
  24. NOTE: Rivers were used to import data from external systems into Elasticsearch prior to the 2.0 release. Elasticsearch
  25. releases 2.0 and later do not support rivers.
  26. [float]
  27. ==== Supported by the community:
  28. * https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html[Logstash output to Elasticsearch]:
  29. The Logstash `elasticsearch` output plugin.
  30. * https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html[Elasticsearch input to Logstash]
  31. The Logstash `elasticsearch` input plugin.
  32. * https://www.elastic.co/guide/en/logstash/current/plugins-filters-elasticsearch.html[Elasticsearch event filtering in Logstash]
  33. The Logstash `elasticearch` filter plugin.
  34. * https://www.elastic.co/guide/en/logstash/current/plugins-codecs-es_bulk.html[Elasticsearch bulk codec]
  35. The Logstash `es_bulk` plugin decodes the Elasticsearch bulk format into individual events.
  36. [float]
  37. ==== Supported by the community:
  38. * https://github.com/jprante/elasticsearch-jdbc[JDBC importer]:
  39. The Java Database Connection (JDBC) importer allows to fetch data from JDBC sources for indexing into Elasticsearch (by Jörg Prante)
  40. * https://github.com/reachkrishnaraj/kafka-elasticsearch-standalone-consumer[Kafka Standalone Consumer]:
  41. Easily Scalable & Extendable Kafka Standalone Consumer that reads messages from Kafka, then processes and indexes the messages in ElasticSearch
  42. * https://github.com/ozlerhakan/mongolastic[Mongolastic]:
  43. A tool that clones data from ElasticSearch to MongoDB and vice versa
  44. * https://github.com/Aconex/scrutineer[Scrutineer]:
  45. A high performance consistency checker to compare what you've indexed
  46. with your source of truth content
  47. [float]
  48. [[deployment]]
  49. === Deployment
  50. [float]
  51. ==== Supported by Elasticsearch:
  52. * https://github.com/elasticsearch/puppet-elasticsearch[Puppet]:
  53. Elasticsearch puppet module.
  54. [float]
  55. ==== Supported by the community:
  56. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]:
  57. Chef cookbook for Elasticsearch
  58. This project appears to have been abandoned:
  59. * https://github.com/medcl/salt-elasticsearch[SaltStack]:
  60. SaltStack Module for Elasticsearch
  61. [float]
  62. [[framework-integrations]]
  63. === Framework integrations
  64. [float]
  65. ==== Supported by the community:
  66. * http://www.searchtechnologies.com/aspire-for-elasticsearch[Aspire for Elasticsearch]:
  67. Aspire, from Search Technologies, is a powerful connector and processing
  68. framework designed for unstructured data. It has connectors to internal and
  69. external repositories including SharePoint, Documentum, Jive, RDB, file
  70. systems, websites and more, and can transform and normalize this data before
  71. indexing in Elasticsearch.
  72. * https://camel.apache.org/elasticsearch.html[Apache Camel Integration]:
  73. An Apache camel component to integrate elasticsearch
  74. * https://metacpan.org/release/Catmandu-Store-ElasticSearch[Catmanadu]:
  75. An Elasticsearch backend for the Catmandu framework.
  76. * https://github.com/tlrx/elasticsearch-test[elasticsearch-test]:
  77. Elasticsearch Java annotations for unit testing with
  78. http://www.junit.org/[JUnit]
  79. * https://github.com/FriendsOfSymfony/FOSElasticaBundle[FOSElasticaBundle]:
  80. Symfony2 Bundle wrapping Elastica.
  81. * http://grails.org/plugin/elasticsearch[Grails]:
  82. Elasticsearch Grails plugin.
  83. * http://haystacksearch.org/[Haystack]:
  84. Modular search for Django
  85. * https://github.com/cleverage/play2-elasticsearch[play2-elasticsearch]:
  86. Elasticsearch module for Play Framework 2.x
  87. * https://github.com/spring-projects/spring-data-elasticsearch[Spring Data Elasticsearch]:
  88. Spring Data implementation for Elasticsearch
  89. * https://github.com/dadoonet/spring-elasticsearch[Spring Elasticsearch]:
  90. Spring Factory for Elasticsearch
  91. * https://github.com/twitter/storehaus[Twitter Storehaus]:
  92. Thin asynchronous Scala client for Storehaus.
  93. These projects appear to have been abandoned:
  94. * https://metacpan.org/module/Catalyst::Model::Search::Elasticsearch[Catalyst]:
  95. Elasticsearch and Catalyst integration.
  96. * http://github.com/aparo/django-elasticsearch[django-elasticsearch]:
  97. Django Elasticsearch Backend.
  98. * https://github.com/kzwang/elasticsearch-osem[elasticsearch-osem]:
  99. A Java Object Search Engine Mapping (OSEM) for Elasticsearch
  100. * http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java[Play!Framework]:
  101. Integrate with Play! Framework Application.
  102. * http://code.google.com/p/terrastore/wiki/Search_Integration[Terrastore Search]:
  103. http://code.google.com/p/terrastore/[Terrastore] integration module with elasticsearch.
  104. [float]
  105. [[hadoop-integrations]]
  106. === Hadoop integrations
  107. [float]
  108. ==== Supported by Elasticsearch:
  109. * link:/guide/en/elasticsearch/hadoop/current/[es-hadoop]: Elasticsearch real-time
  110. search and analytics natively integrated with Hadoop. Supports Map/Reduce,
  111. Cascading, Apache Hive, Apache Pig, Apache Spark and Apache Storm.
  112. [float]
  113. ==== Supported by the community:
  114. These projects appear to have been abandoned:
  115. * http://github.com/Aconex/elasticflume[elasticflume]:
  116. http://github.com/cloudera/flume[Flume] sink implementation.
  117. * https://github.com/infochimps-labs/wonderdog[Wonderdog]:
  118. Hadoop bulk loader into elasticsearch.
  119. [float]
  120. [[monitoring-integrations]]
  121. === Health and Performance Monitoring
  122. [float]
  123. ==== Supported by the community:
  124. * https://github.com/anchor/nagios-plugin-elasticsearch[check_elasticsearch]:
  125. An Elasticsearch availability and performance monitoring plugin for
  126. Nagios.
  127. * https://github.com/radu-gheorghe/check-es[check-es]:
  128. Nagios/Shinken plugins for checking on elasticsearch
  129. * https://github.com/mattweber/es2graphite[es2graphite]:
  130. Send cluster and indices stats and status to Graphite for monitoring and graphing.
  131. * https://itunes.apple.com/us/app/elasticocean/id955278030?ls=1&mt=8[ElasticOcean]:
  132. Elasticsearch & DigitalOcean iOS Real-Time Monitoring tool to keep an eye on DigitalOcean Droplets or Elasticsearch instances or both of them on-a-go.
  133. * https://github.com/rbramley/Opsview-elasticsearch[opsview-elasticsearch]:
  134. Opsview plugin written in Perl for monitoring Elasticsearch
  135. * https://scoutapp.com[Scout]: Provides plugins for monitoring Elasticsearch https://scoutapp.com/plugin_urls/1331-elasticsearch-node-status[nodes], https://scoutapp.com/plugin_urls/1321-elasticsearch-cluster-status[clusters], and https://scoutapp.com/plugin_urls/1341-elasticsearch-index-status[indices].
  136. * http://sematext.com/spm/index.html[SPM for Elasticsearch]:
  137. Performance monitoring with live charts showing cluster and node stats, integrated
  138. alerts, email reports, etc.
  139. [[other-integrations]]
  140. [float]
  141. === Other integrations
  142. [float]
  143. ==== Supported by the community:
  144. * https://github.com/kodcu/pes[Pes]:
  145. A pluggable elastic Javascript query DSL builder for Elasticsearch
  146. * https://www.wireshark.org/[Wireshark]:
  147. Protocol dissection for Zen discovery, HTTP and the binary protocol
  148. These projects appear to have been abandoned:
  149. * http://www.github.com/neogenix/daikon[daikon]:
  150. Daikon Elasticsearch CLI
  151. * https://github.com/fullscale/dangle[dangle]:
  152. A set of AngularJS directives that provide common visualizations for elasticsearch based on
  153. D3.
  154. * https://github.com/OlegKunitsyn/eslogd[eslogd]:
  155. Linux daemon that replicates events to a central Elasticsearch server in realtime