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