Consume from dB then update/delete?

Hello,

we have logs being written to a database - I can consume these using the jdbc plugin, but wanted to update the corresponding DB table with some flag like "consumed" or even delete the rows that are consumed .
Does anyone do this already and could suggest how I could go about this or some other strategy perhaps?

thanks

There's no way to do this natively in LS.

Maybe you can setup a stored proc that LS can call that reads and does this?

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