@@ -238,6 +238,10 @@ audit log events.
238
238
- Authentication successful
239
239
* - ``access.denied ``
240
240
- 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
241
245
* - ``user.add ``
242
246
- User added
243
247
* - ``user.update ``
@@ -263,14 +267,6 @@ audit log events.
263
267
* - ``explorer.insert ``
264
268
- Data inserted in a cluster
265
269
* - ``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 ``
274
270
- Master switched manually
275
271
* - ``test.devmode ``
276
272
- Switched to development mode
@@ -279,7 +275,7 @@ audit log events.
279
275
* - ``passwordpolicy.save ``
280
276
- Password policy changed
281
277
* - ``passwordpolicy.resetpasswords ``
282
- - All passwords expired by an administrator
278
+ - All passwords are expired by an administrator
283
279
* - ``ddl.save ``
284
280
- Cluster data model saved
285
281
* - ``ddl.apply ``
@@ -311,9 +307,9 @@ audit log events.
311
307
* - ``cluster.delete ``
312
308
- Cluster removed
313
309
* - ``ldap.testlogin ``
314
- - Login test executed for a LDAP configuration
310
+ - Login test executed for an LDAP configuration
315
311
* - ``ldap.testconnection ``
316
- - Connection test executed for a LDAP configuration
312
+ - Connection test executed for an LDAP configuration
317
313
* - ``ldap.add ``
318
314
- LDAP configuration added
319
315
* - ``ldap.update ``
0 commit comments