Skip to content

Commit 5b0ebd0

Browse files
committed
DOCS-12054: audit event replSetReconfig
1 parent a2b5c96 commit 5b0ebd0

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

source/reference/audit-message.txt

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ associated ``param`` details and the ``result`` values, if any.
8282
args: <command object>
8383
}
8484

85-
``ns`` field is optional.
86-
87-
``args`` field may be redacted.
85+
| ``ns`` field is optional.
86+
| ``args`` field may be redacted.
8887

8988
- | ``0`` - Success
9089
| ``13`` - Unauthorized to perform the operation.
@@ -457,6 +456,33 @@ associated ``param`` details and the ``result`` values, if any.
457456

458457
- ``0`` - Success
459458

459+
* - ``replSetReconfig``
460+
461+
- .. code-block:: none
462+
:copyable: false
463+
464+
{
465+
old: {
466+
_id: <replicaSetName>,
467+
version: <number>,
468+
...
469+
members: [ ... ],
470+
settings: { ... }
471+
},
472+
new: {
473+
_id: <replicaSetName>,
474+
version: <number>,
475+
...
476+
members: [ ... ],
477+
settings: { ... }
478+
}
479+
}
480+
481+
For details on the replica set configuration document, see
482+
:doc:`/reference/replica-configuration`.
483+
484+
- ``0`` - Success
485+
460486
* - :authaction:`enableSharding`
461487

462488
- .. code-block:: none

0 commit comments

Comments
 (0)