@@ -45,7 +45,7 @@ decide whether you need to take actions:
45
45
* System events -- events related to modification or configuration of resources.
46
46
For example, such logs record the replacement of a space.
47
47
48
- * :ref: `User-defined events <audit-log-custom >`-- any events added manually using
48
+ * :ref: `Custom events <audit-log-custom >`-- any events added manually using
49
49
the audit module API.
50
50
51
51
The full list of available audit log events is provided in the table below:
@@ -62,7 +62,7 @@ The full list of available audit log events is provided in the table below:
62
62
* - Audit log enabled for events
63
63
- ``audit_enable ``
64
64
-
65
- * - :ref: `User-defined events <audit-log-custom >`
65
+ * - :ref: `Custom events <audit-log-custom >`
66
66
- ``custom ``
67
67
-
68
68
* - User authorized successfully
@@ -223,7 +223,7 @@ They are described in the following table.
223
223
- console
224
224
* - ``module ``
225
225
- Audit log module. Set to ``tarantool `` for system events;
226
- can be overwritten for user-defined events
226
+ can be overwritten for custom events
227
227
- tarantool
228
228
* - ``user ``
229
229
- User who triggered the event
@@ -563,7 +563,7 @@ To add a new event, use the ``audit.log()`` function that takes one of the follo
563
563
Using the field ``audit.new() ``, you can create a new log module that allows you
564
564
to avoid passing all custom audit log fields each time ``audit.log() `` is called.
565
565
It takes a table of audit log field values (same as ``audit.log() ``). The ``type ``
566
- of the log module for writing user-defined events must either be ``message `` or
566
+ of the log module for writing custom events must either be ``message `` or
567
567
have the ``custom_ `` prefix.
568
568
569
569
Example
0 commit comments