File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,18 @@ including the entry for the operation.
69
69
These auditing guarantees require that MongoDB run with
70
70
:setting:`journaling <storage.journal.enabled>` enabled.
71
71
72
- .. warning:: MongoDB may lose events **if** the server terminates
73
- before it commits the events to the audit log. The client may
74
- receive confirmation of the event before MongoDB commits to the
75
- audit log. For example, while auditing an aggregation operation, the
76
- server might crash after returning the result but before the audit
77
- log flushes.
72
+ .. warning::
73
+
74
+ MongoDB may lose events **if** the server terminates before it
75
+ commits the events to the audit log. The client may receive
76
+ confirmation of the event before MongoDB commits to the audit log.
77
+ For example, while auditing an aggregation operation, the server
78
+ might terminate after returning the result but before the audit log
79
+ flushes.
80
+
81
+ In addition, if the server cannot write to the audit log at the
82
+ :option:`audit destination <mongod --auditDestination>`, the server
83
+ will terminate.
78
84
79
85
.. [#filter] Audit configuration can include a :ref:`filter
80
86
<audit-filter>` to limit events to audit.
You can’t perform that action at this time.
0 commit comments