Adds links to Logstash plugins under the Integrations page.

This commit is contained in:
Paul Echeverri 2015-09-09 17:57:23 -07:00
parent c1dd9b8a98
commit f8c86c7252
1 changed files with 20 additions and 12 deletions

View File

@ -2,8 +2,7 @@
== Integrations == Integrations
Integrations are not plugins, instead they are external tools or modules which Integrations are not plugins, but are external tools or modules that make it easier to work with Elasticsearch.
make it easier to work with Elasticsearch.
[float] [float]
[[cms-integrations]] [[cms-integrations]]
@ -29,13 +28,24 @@ make it easier to work with Elasticsearch.
search (facets, etc), along with some Natural Language Processing features search (facets, etc), along with some Natural Language Processing features
(ex.: More like this) (ex.: More like this)
[float] [float]
[[data-integrations]] [[data-integrations]]
=== Data import/export and validation === Data import/export and validation
NOTE: Rivers were used to import data from external systems into NOTE: Rivers were used to import data from external systems into Elasticsearch prior to the 2.0 release. Elasticsearch
Elasticsearch, but they are no longer supported in Elasticsearch 2.0. releases 2.0 and later do not support rivers.
[float]
==== Supported by the community:
* https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html[Logstash output to Elasticsearch]:
The Logstash `elasticsearch` output plugin.
* https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html[Elasticsearch input to Logstash]
The Logstash `elasticsearch` input plugin.
* https://www.elastic.co/guide/en/logstash/current/plugins-filters-elasticsearch.html[Elasticsearch event filtering in Logstash]
The Logstash `elasticearch` filter plugin.
* https://www.elastic.co/guide/en/logstash/current/plugins-codecs-es_bulk.html[Elasticsearch bulk codec]
The Logstash `es_bulk` plugin decodes the Elasticsearch bulk format into individual events.
[float] [float]
==== Supported by the community: ==== Supported by the community:
@ -44,15 +54,14 @@ Elasticsearch, but they are no longer supported in Elasticsearch 2.0.
The Java Database Connection (JDBC) importer allows to fetch data from JDBC sources for indexing into Elasticsearch (by Jörg Prante) The Java Database Connection (JDBC) importer allows to fetch data from JDBC sources for indexing into Elasticsearch (by Jörg Prante)
* https://github.com/reachkrishnaraj/kafka-elasticsearch-standalone-consumer[Kafka Standalone Consumer]: * https://github.com/reachkrishnaraj/kafka-elasticsearch-standalone-consumer[Kafka Standalone Consumer]:
Easily Scaleable & Extendable, Kafka Standalone Consumer that will read the messages from Kafka, processes and index them in ElasticSearch Easily Scalable & Extendable Kafka Standalone Consumer that reads messages from Kafka, then processes and indexes the messages in ElasticSearch
* https://github.com/ozlerhakan/mongolastic[Mongolastic]: * https://github.com/ozlerhakan/mongolastic[Mongolastic]:
A tool that clone data from ElasticSearch to MongoDB and vice versa A tool that clones data from ElasticSearch to MongoDB and vice versa
* https://github.com/Aconex/scrutineer[Scrutineer]: * https://github.com/Aconex/scrutineer[Scrutineer]:
A high performance consistency checker to compare what you've indexed A high performance consistency checker to compare what you've indexed
with your source of truth content (e.g. DB) with your source of truth content
[float] [float]
[[deployment]] [[deployment]]
@ -207,7 +216,7 @@ These projects appear to have been abandoned:
Protocol dissection for Zen discovery, HTTP and the binary protocol Protocol dissection for Zen discovery, HTTP and the binary protocol
These projects appears to have been abandoned: These projects appear to have been abandoned:
* http://www.github.com/neogenix/daikon[daikon]: * http://www.github.com/neogenix/daikon[daikon]:
Daikon Elasticsearch CLI Daikon Elasticsearch CLI
@ -216,5 +225,4 @@ These projects appears to have been abandoned:
A set of AngularJS directives that provide common visualizations for elasticsearch based on A set of AngularJS directives that provide common visualizations for elasticsearch based on
D3. D3.
* https://github.com/OlegKunitsyn/eslogd[eslogd]: * https://github.com/OlegKunitsyn/eslogd[eslogd]:
Linux daemon that replicates events to a central Elasticsearch server in real-time Linux daemon that replicates events to a central Elasticsearch server in realtime