Skip to content

Commit 45c152e

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
Docs-15382 audit log abort (#1452)
* DOCS-15382-audit-log-abort * DOCS-15382-audit-log-abort * DOCS-15382-audit-log-abort Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 644fc13 commit 45c152e

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
@@ -82,12 +82,18 @@ including the entry for the operation.
8282
These auditing guarantees require that MongoDB run with
8383
:setting:`journaling <storage.journal.enabled>` enabled.
8484

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

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

0 commit comments

Comments
 (0)