Implement SYSLOG handler support for Audit Log v2 plugin
General
Escalation
General
Escalation
Description
None
Environment
None
Activity
Show:

Eleonora Zinchenko June 27, 2023 at 1:58 PM

Oleksandr Kachan June 19, 2023 at 5:00 PM
Made some additional changes in scope of this task - https://github.com/percona/percona-server/pull/4602/commits/7fa8e43a3a4a325cf459f5f62fc0fed92d2c6d62.
In general, plugin's message format changed to the following:
Now audit plugin doesn't set its own syslog ident and uses the one provided by the server. This helps to avoid situations when the audit plugin rewrites ident for server's messages. The audit_log_filter_syslog_ident sysvar is replaced with audit_log_filter_syslog_tag{}, which is used as a prefix for a message (test_audit in example above).
Done
Details
Details
Assignee
Unassigned
UnassignedReporter

Labels
Needs QA
Yes
Needs Doc
Yes
Time tracking
2h 30m logged
Fix versions
Affects versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created November 30, 2022 at 10:40 AM
Updated March 6, 2024 at 9:54 AM
Resolved November 20, 2023 at 10:21 AM
Hi,
The new feature was verified. The logs are written to syslog. Vars changes are applied as expected.