I am designing a centralize syslog server, to receive logs from different device, and write them to MySQL. While there are too many repeated messages, I am trying to find a solution.
I found syslog-ng >= 2.1 has added support for suppressing duplicate messages (Change log). But it seems can't work with SQL destination?
I can find suppress option in file destination (file-destination-doc) , but in SQL destination, I can't find this option (sql-destination-doc)
Is there any way to suppress repeated messages, to SQL destination in syslog-ng ?