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