Skip to content

Commit 15f15ff

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
Docs-15382 audit log abort (#1452) (#1465)
* 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 65e1661 commit 15f15ff

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

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

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

0 commit comments

Comments
 (0)