Skip to content

Commit a0ba9cd

Browse files
committed
audit log: update info about overwritten fields
1 parent 68fdbd7 commit a0ba9cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/enterprise/audit_log.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ decide whether you need to take actions:
4545
* System events -- events related to modification or configuration of resources.
4646
For example, such logs record the replacement of a space.
4747

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
4949
the audit module API.
5050

5151
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:
6262
* - Audit log enabled for events
6363
- ``audit_enable``
6464
-
65-
* - :ref:`User-defined events <audit-log-custom>`
65+
* - :ref:`Custom events <audit-log-custom>`
6666
- ``custom``
6767
-
6868
* - User authorized successfully
@@ -223,7 +223,7 @@ They are described in the following table.
223223
- console
224224
* - ``module``
225225
- Audit log module. Set to ``tarantool`` for system events;
226-
can be overwritten for user-defined events
226+
can be overwritten for custom events
227227
- tarantool
228228
* - ``user``
229229
- 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
563563
Using the field ``audit.new()``, you can create a new log module that allows you
564564
to avoid passing all custom audit log fields each time ``audit.log()`` is called.
565565
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
567567
have the ``custom_`` prefix.
568568

569569
Example

0 commit comments

Comments
 (0)