Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions source/reference/audit-message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,23 @@ associated ``param`` details and the ``result`` values, if any.

.. versionadded:: 5.0


- ``0`` - Success

* - :authaction:`startup`

- .. code-block:: none
:copyable: false

{ options: <document> }

The ``options`` document contains the options the instance was
started with.

.. versionadded:: 5.0


- ``0`` - Success

.. [#performance]

Expand Down
7 changes: 7 additions & 0 deletions source/release-notes/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ Networking
General Improvements
--------------------

Audit Events
~~~~~~~~~~~~

Starting in MongoDB 5.0, ``startup`` and ``logout`` audit action types
are available in
:doc:`System Event Audit Messages </reference/audit-message>`.

``mongosShutdownTimeoutMillisForSignaledShutdown`` Parameter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down