Skip to content

Commit 41d53b6

Browse files
authored
Add reference to JDBC integration plugin (#813)
* Add reference to JDBC integration plugin Adds link and reference to the JDBC integration plugin to the integration plugin index page. * Fix typo
1 parent 95e6d22 commit 41d53b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/plugins/integrations.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ filters and codecs--into one package.
66

77
|=======================================================================
88
| Integration Plugin | Description | Github repository
9+
| <<plugins-integrations-jdbc,jdbc>> | Plugins for use with databases that provide JDBC drivers. | https://github.com/logstash-plugins/logstash-integration-jdbc[logstash-integration-jdbc]
910
| <<plugins-integrations-kafka,kafka>> | Plugins for use with the Kafka distributed streaming platform. | https://github.com/logstash-plugins/logstash-integration-kafka[logstash-integration-kafka]
1011
| <<plugins-integrations-rabbitmq,rabbitmq>> | Plugins for processing events to or from a RabbitMQ broker. | https://github.com/logstash-plugins/logstash-integration-rabbitmq[logstash-integration-rabbitmq]
1112
|=======================================================================
1213

14+
:edit_url: https://github.com/logstash-plugins/logstash-integration-jdbc/edit/master/docs/index.asciidoc
15+
include::integrations/jdbc.asciidoc[]
16+
1317
:edit_url: https://github.com/logstash-plugins/logstash-integration-kafka/edit/master/docs/index.asciidoc
1418
include::integrations/kafka.asciidoc[]
1519

0 commit comments

Comments
 (0)