I've already tested the sql_last_value
with an integer
and datetime
type of fields in my jdbc
plugin within the logstash
input and it's working perfectly.
I'm just curios, is there any possibility of using a varchar/string
type of field, in order to update the sql_last_value
time to time in case if there aren't any datetime
or int
field in my table.
Any help could be appreciated.