Assume that I have to monitoring MySQL and I need to interception some specific queries by specific users on specific tables .(I known that I can configure from MySQL but just for example to describe my question)
Example : Query issue :
SELECT * FROM Salary WHERE user = 'CEO'
Does packetbeat support someway interception those illegal queries or packets when sniffing ?