Skip to content

Commit 13cf8c8

Browse files
author
Dave Cuthbert
authored
DOCSP-24388 set cluster parameter (#1913)
* DOCSP-24388 setClusterParameter * DOCSP-24388 setClusterParameter * Review feedback * Review feedback
1 parent a628ccc commit 13cf8c8

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The ``setClusterParameter`` command is only available in self-managed
2+
installations. The ``setClusterParameter`` command is not available in
3+
:atlas:`MongoDB Atlas </>`.
4+

source/reference/cluster-parameters.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ To view the current values of cluster parameters, use the
3030

3131
db.adminCommand( { getClusterParameter: <parameter> } )
3232

33+
.. include:: /includes/reference/fact-setClusterParameter-availability.rst
34+
3335
Parameters
3436
----------
3537

source/reference/command/setClusterParameter.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Definition
2424
You must issue the ``setClusterParameter`` command against the ``admin``
2525
database.
2626

27+
.. include:: /includes/reference/fact-setClusterParameter-availability.rst
28+
29+
2730
Syntax
2831
------
2932

0 commit comments

Comments
 (0)