We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6370f commit 629301bCopy full SHA for 629301b
src/supported-connectors.js
@@ -213,6 +213,17 @@ var supportedConnectorsTemplates = [
213
docs: "//lenses.stream/connectors/sink/elastic5.html",
214
author:'Landoop - Stream Reactor'
215
},
216
+ {
217
+ name: "Elastic 6",
218
+ color: "#5CB85C",
219
+ icon: "elastic.png",
220
+ description: "Write data from Kafka to Elastic Search",
221
+ type: "Sink",
222
+ uiEnabled: true,
223
+ class: "com.datamountaineer.streamreactor.connect.elastic6.ElasticSinkConnector",
224
+ docs: "//lenses.stream/connectors/sink/elastic6.html",
225
+ author:'Landoop - Stream Reactor'
226
+ },
227
{
228
name: "MQTT",
229
color: "#5CB85C",
@@ -444,4 +455,4 @@ var supportedConnectorsTemplates = [
444
455
class: "",
445
456
docs: "unknown.html"
446
457
};
447
-
458
+
0 commit comments