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 Testing
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | Audit-Plugin | Audit-Plugin audit-plugin |
Labels | Audit-Plugin audit-plugin | audit-plugin |
Workflow | MariaDB v3 [ 91000 ] | MariaDB v4 [ 130952 ] |
Assignee | Alexey Botchkov [ holyfoot ] |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Assignee | Alexey Botchkov [ holyfoot ] |
Link | This issue blocks MENT-1895 [ MENT-1895 ] |
Assignee | Rucha Deodhar [ rucha174 ] |
Link | This issue relates to MDEV-33834 [ MDEV-33834 ] |
Zendesk Related Tickets | 167537 |
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.