lib/logstash/inputs/jdbc.rb in logstash-input-jdbc-4.2.0 vs lib/logstash/inputs/jdbc.rb in logstash-input-jdbc-4.2.1
- old
+ new
@@ -2,10 +2,10 @@
require "logstash/inputs/base"
require "logstash/namespace"
require "logstash/plugin_mixins/jdbc"
require "yaml" # persistence
-# 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
# with a JDBC interface into Logstash. You can periodically schedule ingestion
# using a cron syntax (see `schedule` setting) or run the query one time to load
# data into Logstash. Each row in the resultset becomes a single event.
# Columns in the resultset are converted into fields in the event.
#