From a8be87cd03ecf79d1fe37b149f5ba6539b380153 Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Wed, 17 Feb 2021 15:43:06 -0500 Subject: [PATCH] DOCS-14072 adds Audit Event for startup --- source/reference/audit-message.txt | 15 +++++++++++++++ source/release-notes/5.0.txt | 7 +++++++ 2 files changed, 22 insertions(+) diff --git a/source/reference/audit-message.txt b/source/reference/audit-message.txt index 5f0b2c3a675..f495cbaab99 100644 --- a/source/reference/audit-message.txt +++ b/source/reference/audit-message.txt @@ -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: } + + The ``options`` document contains the options the instance was + started with. + + .. versionadded:: 5.0 + + + - ``0`` - Success .. [#performance] diff --git a/source/release-notes/5.0.txt b/source/release-notes/5.0.txt index 5589bf20ebd..7c10b02f04b 100644 --- a/source/release-notes/5.0.txt +++ b/source/release-notes/5.0.txt @@ -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 `. + ``mongosShutdownTimeoutMillisForSignaledShutdown`` Parameter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~