How do I write a database query for a DB Collector that uses state-tracking for MS SQL?
Solved
How do I write a database query for a DB Collector that uses state-tracking for MS SQL?
Best answer by Tony R
Looking at https://docs.cribl.io/stream/collectors-database#tracking-column, the example is: SELECT * FROM my_table WHERE ${state && state.id ? id > ${state.id.value} : '1 = 1'} ORDER BY id
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
