Sql_last_value

Hi! I have query in my logstash.config file. Where field "where" is:
where column."Id" > :sql_last_value
But, in result, after run this I have
column."Id" > '2018-08-13 17:02:41.489705+0300'
Why logstash get data last_value instead Id?

Have you set the use_column_value option to be true?

Yes.
use_column_value => true
tracking_column => "id"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.