Can I use update statement in jdbc output plugin logstash

I need to update specific row in my database.
Can i use update statement? If yes how do that
Or any other solution to achieve that.

As I understand it, angryangel's jdbc output is a third-party plugin last updated five years ago. The owner archived the github repo. It is not supported by Elastic, and is effectively not supported by anyone else.

But I'm not from Elastic so I'll give you my best guess :smiley: The plugin just prepares the statement and then calls statement.execute so I don't think it cares whether the statement is an INSERT or an UPDATE or anything else.

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