@@ -126,8 +126,6 @@ To search for an event, use the search bar on the top of the page. Note that the
126
126
search is case-sensitive. For example, to find events with the ``ALARM `` severity,
127
127
enter ``ALARM ``, not ``alarm ``.
128
128
129
- If audit log is written to a syslog, use other tools to read it.
130
-
131
129
.. _tcm_audit_log_structure :
132
130
133
131
Structure of audit log events
@@ -151,7 +149,7 @@ All entries of the |tcm| audit log include the mandatory fields listed in the ta
151
149
- Event severity: ``VERBOSE ``, ``INFO ``, ``WARNING ``, or ``ALARM ``
152
150
- INFO
153
151
* - ``type ``
154
- - Audit event type. Possible values are listed in :ref: `Event types < tcm_audit_log_events_types >`.
152
+ - Audit :ref: `event type < tcm_audit_log_event_types >`
155
153
- user.update
156
154
* - ``description ``
157
155
- Human-readable event description
@@ -180,12 +178,12 @@ All entries of the |tcm| audit log include the mandatory fields listed in the ta
180
178
* - ``err ``
181
179
- Human-readable error description for events with ``nok `` result
182
180
- failed to login
183
-
184
- Additionally, there are fields that are written for specific types, for example:
185
-
186
- - ``clusterId `` is added to cluster-related events.
187
- - ``username `` for users' actions on their accounts and sessions.
188
- - ``payload `` for events that include sending data on the server.
181
+ * - `` fields ``
182
+ - Additional fields for specific event types in the key-value format
183
+ - Key examples:
184
+ - ``clusterId `` in cluster-related events.
185
+ - ``username `` in `` current.* `` or `` auth.* `` events
186
+ - ``payload `` in events that include sending data to the server
189
187
190
188
This is an example of an audit log entry on a successful login attempt:
191
189
0 commit comments