Skip to content

Commit 629301b

Browse files
authored
Add ES6
1 parent 9b6370f commit 629301b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/supported-connectors.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,17 @@ var supportedConnectorsTemplates = [
213213
docs: "//lenses.stream/connectors/sink/elastic5.html",
214214
author:'Landoop - Stream Reactor'
215215
},
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+
},
216227
{
217228
name: "MQTT",
218229
color: "#5CB85C",
@@ -444,4 +455,4 @@ var supportedConnectorsTemplates = [
444455
class: "",
445456
docs: "unknown.html"
446457
};
447-
458+

0 commit comments

Comments
 (0)