Skip to content

Commit c2dbd72

Browse files
authored
(DOCSP-14257) Fixes table cutoff and adds auditLogFilter setting (#794) (#801)
* (DOCSP-14257) Fixes table cutoff and adds auditLogFilter setting * Attempts to fix table by removing notes * Revert "Attempts to fix table by removing notes" This reverts commit edaf831f8bc6975f4f35947ef00dcbd00c1d70a8. * Includes changes from copy review
1 parent ae6a811 commit c2dbd72

File tree

1 file changed

+55
-23
lines changed

1 file changed

+55
-23
lines changed

source/reference/mms-cluster-settings-file.txt

Lines changed: 55 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ replica set member:
9797

9898
.. list-table::
9999
:header-rows: 1
100-
:widths: 20 10 60 10
100+
:widths: 20 20 50 10
101101

102102
* - Field
103103
- Type
@@ -127,6 +127,19 @@ replica set member:
127127
This setting corresponds to the :manual:`auditLog.destination</reference/configuration-options/#auditLog.destination>`
128128
configuration file option.
129129
- no
130+
131+
* - ``auditLogFilter``
132+
- string
133+
- Setting that filters which events are audited. The filter limits
134+
results to match the query you specify.
135+
136+
To learn more about creating filters, see
137+
:manual:`Configure Audit Filters
138+
</tutorial/configure-audit-filters/>`.
139+
140+
This setting corresponds to the :manual:`auditLog.filter
141+
</reference/configuration-options/#mongodb-setting-auditLog.filter>` configuration file option.
142+
- no
130143

131144
* - ``auditLogFormat``
132145
- string
@@ -251,7 +264,8 @@ replica set member:
251264
host on which |mms| deploys the |mongod| process.
252265
- yes
253266

254-
* - ``inMemory.engineConfig.inMemorySizeGB``
267+
* - ``inMemory.engineConfig.``
268+
``inMemorySizeGB``
255269
- float
256270
- Maximum amount of memory to allocate for
257271
:manual:`in-memory storage engine </core/inmemory>` data,
@@ -266,7 +280,8 @@ replica set member:
266280
Available for MongoDB Enterprise only.
267281

268282
This setting corresponds to the
269-
:setting:`storage.inMemory.engineConfig.inMemorySizeGB`
283+
:setting:`inMemorySizeGB
284+
<storage.inMemory.engineConfig.inMemorySizeGB>`
270285
|mongod| replica set configuration option.
271286
- no
272287

@@ -342,7 +357,8 @@ replica set member:
342357
replica set configuration option.
343358
- no
344359

345-
* - ``tls.certificateKeyFile``
360+
* - ``tls.``
361+
``certificateKeyFile``
346362
- string
347363
- ``.pem`` file that contains both the TLS certificate and key.
348364

@@ -354,7 +370,8 @@ replica set member:
354370
|mongod| replica set configuration option.
355371
- no
356372

357-
* - ``tls.certificateKeyFilePassword``
373+
* - ``tls.``
374+
``certificateKeyFilePassword``
358375
- string
359376
- Password to de-crypt the certificate-key file.
360377

@@ -380,6 +397,7 @@ replica set member:
380397

381398
.. list-table::
382399
:header-rows: 1
400+
:widths: 10 10 10
383401

384402
* - Key
385403
- Value type
@@ -404,7 +422,8 @@ replica set member:
404422
|mongod| replica set configuration option.
405423
- no
406424

407-
* - ``tls.clusterCertificateSelector``
425+
* - ``tls.``
426+
``clusterCertificateSelector``
408427
- string
409428
- Certificate property that the {+mdbagent+} uses to select a
410429
matching certificate from the operating system’s certificate
@@ -417,6 +436,7 @@ replica set member:
417436

418437
.. list-table::
419438
:header-rows: 1
439+
:widths: 10 10 10
420440

421441
* - Key
422442
- Value type
@@ -509,7 +529,7 @@ replica set member:
509529

510530
.. list-table::
511531
:header-rows: 1
512-
:widths: 20 40
532+
:widths: 10 20
513533

514534
* - Value
515535
- Description
@@ -559,7 +579,8 @@ replica set member:
559579
</reference/replica-configuration/#rsconf.members[n].votes>`.
560580
- yes
561581

562-
* - ``wiredTiger.engineConfig.cacheSizeGB``
582+
* - ``wiredTiger.engineConfig.``
583+
``cacheSizeGB``
563584
- float
564585
- Maximum size of the internal cache that WiredTiger
565586
uses for all data.
@@ -575,11 +596,13 @@ replica set member:
575596
default value.
576597

577598
This setting corresponds to the
578-
:setting:`storage.wiredTiger.engineConfig.journalCompressor`
599+
:setting:`journalCompressor
600+
<storage.wiredTiger.engineConfig.journalCompressor>`
579601
|mongod| replica set configuration option.
580602
- no
581603

582-
* - ``wiredTiger.engineConfig.journalCompressor``
604+
* - ``wiredTiger.engineConfig.``
605+
``journalCompressor``
583606
- string
584607
- Type of compression to use to compress WiredTiger
585608
journal data.
@@ -598,11 +621,13 @@ replica set member:
598621
By default, WiredTiger uses :term:`snappy`.
599622

600623
This setting corresponds to the
601-
:setting:`storage.wiredTiger.engineConfig.journalCompressor`
624+
:setting:`journalCompressor
625+
<storage.wiredTiger.engineConfig.journalCompressor>`
602626
|mongod| replica set configuration option.
603627
- no
604628

605-
* - ``wiredTiger.engineConfig.directoryForIndexes``
629+
* - ``wiredTiger.engineConfig.``
630+
``directoryForIndexes``
606631
- boolean
607632
- Flag that indicates whether |mongod| stores indexes and collections in
608633
separate subdirectories under the data
@@ -616,15 +641,17 @@ replica set member:
616641
destination and create a symbolic link named ``index`` under the
617642
data directory to the new destination.
618643

619-
By default ``wiredTiger.engineConfig.directoryForIndexes`` is
620-
``false``.
644+
By default ``wiredTiger.engineConfig.``
645+
``directoryForIndexes`` is ``false``.
621646

622647
This setting corresponds to the
623-
:setting:`storage.wiredTiger.engineConfig.directoryForIndexes`
648+
:setting:`directoryForIndexes
649+
<storage.wiredTiger.engineConfig.directoryForIndexes>`
624650
|mongod| replica set configuration option.
625651
- no
626652

627-
* - ``wiredTiger.engineConfig.maxCacheOverflowFileSizeGB``
653+
* - ``wiredTiger.engineConfig.``
654+
``maxCacheOverflowFileSizeGB``
628655
- float
629656
- .. note:: Limited version support
630657

@@ -643,7 +670,7 @@ replica set member:
643670

644671
.. list-table::
645672
:header-rows: 1
646-
:widths: 20 80
673+
:widths: 10 20
647674

648675
* - Value
649676
- Description
@@ -664,11 +691,13 @@ replica set member:
664691
:parameter:`wiredTigerMaxCacheOverflowSizeGB` parameter.
665692

666693
This setting corresponds to the
667-
:setting:`storage.wiredTiger.engineConfig.maxCacheOverflowFileSizeGB`
694+
:setting:`maxCacheOverflowSizeGB
695+
<storage.wiredTiger.engineConfig.maxCacheOverflowFileSizeGB>`
668696
|mongod| replica set configuration option.
669697
- no
670698

671-
* - ``wiredTiger.collectionConfig.blockCompressor``
699+
* - ``wiredTiger.collectionConfig.``
700+
``blockCompressor``
672701
- string
673702
- Default compression for collection data. You can
674703
override this on a per-collection basis when creating
@@ -694,11 +723,13 @@ replica set member:
694723
were created, or the default compressor at that time.
695724

696725
This setting corresponds to the
697-
:setting:`storage.wiredTiger.collectionConfig.blockCompressor`
726+
:setting:`blockCompressor
727+
<storage.wiredTiger.collectionConfig.blockCompressor>`
698728
|mongod| replica set configuration option.
699729
- no
700730

701-
* - ``wiredTiger.indexConfig.prefixCompression``
731+
* - ``wiredTiger.indexConfig.``
732+
``prefixCompression``
702733
- boolean
703734
- Flag that indicates whether to enable or disable :term:`prefix compression` for index data.
704735

@@ -714,7 +745,8 @@ replica set member:
714745
are not affected.
715746

716747
This setting corresponds to the
717-
:setting:`storage.wiredTiger.indexConfig.prefixCompression`
748+
:setting:`prefixCompression
749+
<storage.wiredTiger.indexConfig.prefixCompression>`
718750
|mongod| replica set configuration option.
719751
- no
720752

@@ -729,7 +761,7 @@ shard:
729761

730762
.. list-table::
731763
:header-rows: 1
732-
:widths: 20 10 60 10
764+
:widths: 20 10 30 10
733765

734766
* - Field
735767
- Type

0 commit comments

Comments
 (0)