Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Hi Team,
Can you add feature for MariaDB audit plugin to produce JSON log format ?
Some other competitors like MySQL Enterprise Audit Plugin and Percona
Audit Log Plugin already have this feature.
https://www.mysql.com/products/enterprise/audit.html
https://www.percona.com/doc/percona-server/5.5/management/audit_log_plugin.html
Regards,
Attachments
Issue Links
- relates to
-
MDEV-33834 Add tls_version field for connection audit plugins
-
- In Review
-
Additionally make sure JSON messages are UTF8 encoded (as this is expected by many readers), no matter for charset is used from MariaDB server side. We may have to add option like:
server_audit_output_charset
to take this into account.