Skip to content

Commit f397487

Browse files
raghavgarg1257Guy Boertje
authored and
Guy Boertje
committed
Corrected the meaning of the statement.
1 parent 34ffe84 commit f397487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/jdbc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require "logstash/plugin_mixins/jdbc"
55
require "yaml" # persistence
66

7-
# This plugin was created as a way to ingest data in any database
7+
# This plugin was created as a way to ingest data from any database
88
# with a JDBC interface into Logstash. You can periodically schedule ingestion
99
# using a cron syntax (see `schedule` setting) or run the query one time to load
1010
# data into Logstash. Each row in the resultset becomes a single event.

0 commit comments

Comments
 (0)