Skip to content

Commit 2c2767e

Browse files
yumwebSuyog Rao
authored andcommitted
tracking_colum parameter uses a string (#153)
1 parent 98b10f6 commit 2c2767e

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
@@ -117,7 +117,7 @@
117117
# jdbc {
118118
# statement => "SELECT id, mycolumn1, mycolumn2 FROM my_table WHERE id > :sql_last_value"
119119
# use_column_value => true
120-
# tracking_column => id
120+
# tracking_column => "id"
121121
# # ... other configuration bits
122122
# }
123123
# }

0 commit comments

Comments
 (0)