You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-5Lines changed: 40 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,41 @@
1
1
# kafka-connect-elasticsearch-source
2
-
Kafka Connect Elasticsearch Source: fetch data from elasting indices using scroll API, fetch only new data using an incremental / temporal field, dynamic schema generation with support of nested objects/ arrays.
2
+
Kafka Connect Elasticsearch Source: fetch data from elasting indices using scroll API. Fetch only new data using a strictly incremental / temporal field.
3
+
It supports dynamic schema and nested objects/ arrays.
3
4
4
-
## Elasticsearch Configuration
5
+
## Installation:
6
+
7
+
Download (https://github.com/DarioBalinzo/kafka-connect-elasticsearch-source/raw/master/target/kafka-connect-elastic-source-connect-0.1.jar) the jar and put into the connect classpath (e.g ``/usr/share/java/kafka-connect-elasticsearch`` ) or set ``plugin.path`` parameter appropriately.
8
+
9
+
## Example
10
+
Using kafka connect in distributed way, a sample config file to fetch ``metric*`` indices and to produce output topics with ``es_`` prefix:
0 commit comments