@@ -238,6 +238,10 @@ audit log events.
238238 - Authentication successful
239239 * - ``access.denied ``
240240 - An attempt to access an object without the required permission
241+ * - ``crud.insert ``
242+ - Data inserted via CRUD operations
243+ * - ``crud.delete ``
244+ - Data deleted via CRUD operations
241245 * - ``user.add ``
242246 - User added
243247 * - ``user.update ``
@@ -263,14 +267,6 @@ audit log events.
263267 * - ``explorer.insert ``
264268 - Data inserted in a cluster
265269 * - ``explorer.delete ``
266- - Data deleted from a cluster
267- * - ``explorer.replace ``
268- - Data replaced in a cluster
269- * - ``explorer.call ``
270- - Stored function called on a cluster
271- * - ``explorer.evaluate ``
272- - Code executed on a cluster
273- * - ``explorer.switchover ``
274270 - Master switched manually
275271 * - ``test.devmode ``
276272 - Switched to development mode
@@ -279,7 +275,7 @@ audit log events.
279275 * - ``passwordpolicy.save ``
280276 - Password policy changed
281277 * - ``passwordpolicy.resetpasswords ``
282- - All passwords expired by an administrator
278+ - All passwords are expired by an administrator
283279 * - ``ddl.save ``
284280 - Cluster data model saved
285281 * - ``ddl.apply ``
@@ -311,9 +307,9 @@ audit log events.
311307 * - ``cluster.delete ``
312308 - Cluster removed
313309 * - ``ldap.testlogin ``
314- - Login test executed for a LDAP configuration
310+ - Login test executed for an LDAP configuration
315311 * - ``ldap.testconnection ``
316- - Connection test executed for a LDAP configuration
312+ - Connection test executed for an LDAP configuration
317313 * - ``ldap.add ``
318314 - LDAP configuration added
319315 * - ``ldap.update ``
0 commit comments