From 946a3ca89c7fa75cafbf365d74dd7d521380bd74 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:37:03 -0500 Subject: [PATCH] PS-10137 [DOC] Component audit_log_filter does not log on replica server in MySQL 8.4.5 On branch ps-10137-8.4 modified: docs/audit-log-filter-restrictions.md --- docs/audit-log-filter-restrictions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/audit-log-filter-restrictions.md b/docs/audit-log-filter-restrictions.md index 6de0d7f944f..8be051b26a8 100644 --- a/docs/audit-log-filter-restrictions.md +++ b/docs/audit-log-filter-restrictions.md @@ -18,3 +18,5 @@ The Audit Log Filter has the following general restrictions: * Hold the application or user responsible for aggregating all the data from each server used in the cluster if used with a cluster. + +* Each server must have its own audit log filter rules. If you do not set up the rules on the replica server, that server does not record the corresponding entries in the audit log. This design requires that the audit log configuration be performed separately for each server.