[MDEV-10380] Allow the audit plugin to log to different files for different server_audit_events Created: 2016-07-15 Updated: 2023-04-24 Resolved: 2023-04-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - Audit |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | Alexey Botchkov |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Allow each plugin event to be logged to a different file for allowing different types of analysis and still able to keep a durable connection log. |
| Comments |
| Comment by Sergei Golubchik [ 2016-07-18 ] |
|
I wonder whether MariaDB audit plugin really needs to duplicate all of the syslog functionality. Modern syslog implementations can log to different files, can log to remove servers (with SSL, if desired), support complex log rotation, and so on. MariaDB audit plugin can log to syslog. |
| Comment by Ralf Gebhardt [ 2023-04-24 ] |
|
As commented already, syslog can be used in this case |