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 @@ -79,12 +79,18 @@ including the entry for the operation.
79
79
These auditing guarantees require that MongoDB run with
80
80
:setting:`journaling <storage.journal.enabled>` enabled.
81
81
82
- .. warning:: MongoDB may lose events **if** the server terminates
83
- before it commits the events to the audit log. The client may
84
- receive confirmation of the event before MongoDB commits to the
85
- audit log. For example, while auditing an aggregation operation, the
86
- server might crash after returning the result but before the audit
87
- log flushes.
82
+ .. warning::
83
+
84
+ MongoDB may lose events **if** the server terminates before it
85
+ commits the events to the audit log. The client may receive
86
+ confirmation of the event before MongoDB commits to the audit log.
87
+ For example, while auditing an aggregation operation, the server
88
+ might terminate after returning the result but before the audit log
89
+ flushes.
90
+
91
+ In addition, if the server cannot write to the audit log at the
92
+ :option:`audit destination <mongod --auditDestination>`, the server
93
+ will terminate.
88
94
89
95
.. [#filter] Audit configuration can include a :ref:`filter
90
96
<audit-filter>` to limit events to audit.
You can’t perform that action at this time.
0 commit comments