Skip to content

Commit 19566b0

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
Docs-15382 audit log abort (#1452) (#1466)
* DOCS-15382-audit-log-abort * DOCS-15382-audit-log-abort * DOCS-15382-audit-log-abort Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 621776f commit 19566b0

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

source/core/auditing.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,18 @@ including the entry for the operation.
6969
These auditing guarantees require that MongoDB run with
7070
:setting:`journaling <storage.journal.enabled>` enabled.
7171

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.
7884

7985
.. [#filter] Audit configuration can include a :ref:`filter
8086
<audit-filter>` to limit events to audit.

0 commit comments

Comments
 (0)