From 83fcaf4fe76078c97a2ebea25375726284fbdba2 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Mon, 5 Oct 2020 12:02:23 -0400 Subject: [PATCH] [DOCS] [7.x] Add PGSync as community-supported integration (#63250) * Add PGSync as a new community supported tool (#62788) * Remvoing errant space in Kafka link. Co-authored-by: Tolu Aina <7848930+toluaina@users.noreply.github.com> --- docs/plugins/integrations.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/plugins/integrations.asciidoc b/docs/plugins/integrations.asciidoc index e69b769e958..76d335f56c1 100644 --- a/docs/plugins/integrations.asciidoc +++ b/docs/plugins/integrations.asciidoc @@ -56,7 +56,7 @@ releases 2.0 and later do not support rivers. * https://github.com/jprante/elasticsearch-jdbc[JDBC importer]: The Java Database Connection (JDBC) importer allows to fetch data from JDBC sources for indexing into Elasticsearch (by Jörg Prante) -* https://github.com/BigDataDevs/kafka-elasticsearch-consumer [Kafka Standalone Consumer(Indexer)]: +* https://github.com/BigDataDevs/kafka-elasticsearch-consumer[Kafka Standalone Consumer (Indexer)]: 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. * https://github.com/ozlerhakan/mongolastic[Mongolastic]: @@ -75,6 +75,9 @@ releases 2.0 and later do not support rivers. * https://github.com/senacor/elasticsearch-evolution[Elasticsearch Evolution]: A library to migrate elasticsearch mappings. +* https://pgsync.com[PGSync]: + A tool for syncing data from Postgres to Elasticsearch. + [discrete] [[deployment]] === Deployment