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 34ffe84 commit f397487Copy full SHA for f397487
lib/logstash/inputs/jdbc.rb
@@ -4,7 +4,7 @@
4
require "logstash/plugin_mixins/jdbc"
5
require "yaml" # persistence
6
7
-# This plugin was created as a way to ingest data in any database
+# This plugin was created as a way to ingest data from any database
8
# with a JDBC interface into Logstash. You can periodically schedule ingestion
9
# using a cron syntax (see `schedule` setting) or run the query one time to load
10
# data into Logstash. Each row in the resultset becomes a single event.
0 commit comments