@@ -59,7 +59,7 @@ The command has the following fields:
5959
6060 * - ``filter``
6161 - document
62- - An :doc :`audit filter </tutorial/configure- audit-filters >`
62+ - An :ref :`audit filter <audit-filter >`
6363
6464 * - ``auditAuthorizationSuccess``
6565 - boolean
@@ -69,16 +69,16 @@ The command has the following fields:
6969Behavior
7070--------
7171
72- Enable :doc:`Auditing </core/ auditing>` to use
72+ Enable :ref:`auditing < auditing>` to use
7373:dbcommand:`setAuditConfig` at runtime.
7474
75- :parameter:`auditAuthorizationSuccess` enables :doc:` auditing
76- </core/auditing>` of authorization success for the :ref:`authCheck
75+ :parameter:`auditAuthorizationSuccess` enables auditing of
76+ authorization success for the :ref:`authCheck
7777<audit-action-details-results>` action. The parameter value must be
7878``true`` to audit read and write operations. However, when
7979:parameter:`auditAuthorizationSuccess` is ``false`` auditing has less
80- performance impact because the :doc:` audit system </core/auditing>` only
81- logs authorization failures.
80+ performance impact because the audit system only logs authorization
81+ failures.
8282
8383Configuration updates are distributed via the :term:`oplog` mechanism
8484which means updates on :binary:`~bin.mongod` nodes are distributed to
@@ -88,8 +88,8 @@ have to :parameter:`poll <auditConfigPollingFrequencySecs>` the primary
8888server at regular intervals for configuration updates. You may see
8989stale data due to polling delay if you run :dbcommand:`setAuditConfig`
9090on the primary server and :dbcommand:`getAuditConfig` on a
91- :doc :`shard </ sharding>` before the shard has polled the primary server
92- for updated configuration details.
91+ :ref :`shard <sharding-introduction >` before the shard has polled the
92+ primary server for updated configuration details.
9393
9494Examples
9595--------
@@ -211,6 +211,7 @@ Search the ``inventory`` collection in the ``sales`` database using the
211211
212212.. seealso::
213213
214- :method:`db.adminCommand`, :dbcommand:`getAuditConfig`,
215- :doc:`configure audit filters</tutorial/configure-audit-filters>`
214+ - :method:`db.adminCommand`
215+ - :dbcommand:`getAuditConfig`
216+ - :ref:`configure audit filters <audit-filter>`
216217
0 commit comments