From 4170d85cd6e7253f9d7c7476f780f989d461840e Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Thu, 21 Sep 2023 15:54:43 +0200 Subject: [PATCH] PSMDB-1337 Updated audit log filter option (#771) modified: docs/audit-logging.md --- docs/audit-logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/audit-logging.md b/docs/audit-logging.md index 1b97d649..bd5c495f 100644 --- a/docs/audit-logging.md +++ b/docs/audit-logging.md @@ -109,7 +109,7 @@ Audit logging writes messages in JSON format with the following syntax: ## Audit filter examples -The following examples demonstrate the flexibility of audit log filters. +The following examples show the flexibility of audit log filters. ```yaml auditLog: @@ -117,7 +117,7 @@ auditLog: filter: '{atype: {$in: [ "authenticate", "authCheck", "renameCollection", "dropCollection", "dropDatabase", - "createUser", "dropUser", "dropAllUsersFromDatabase", "updateuser", + "createUser", "dropUser", "dropAllUsersFromDatabase", "updateUser", "grantRolesToUser", "revokeRolesFromUser", "createRole", "updateRole", "dropRole", "dropAllRolesFromDatabase", "grantRolesToRole", "revokeRolesFromRole", "grantPrivilegesToRole", "revokePrivilegesFromRole",