@@ -97,7 +97,7 @@ replica set member:
97
97
98
98
.. list-table::
99
99
:header-rows: 1
100
- :widths: 20 10 60 10
100
+ :widths: 20 20 50 10
101
101
102
102
* - Field
103
103
- Type
@@ -127,6 +127,19 @@ replica set member:
127
127
This setting corresponds to the :manual:`auditLog.destination</reference/configuration-options/#auditLog.destination>`
128
128
configuration file option.
129
129
- 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
130
143
131
144
* - ``auditLogFormat``
132
145
- string
@@ -251,7 +264,8 @@ replica set member:
251
264
host on which |mms| deploys the |mongod| process.
252
265
- yes
253
266
254
- * - ``inMemory.engineConfig.inMemorySizeGB``
267
+ * - ``inMemory.engineConfig.``
268
+ ``inMemorySizeGB``
255
269
- float
256
270
- Maximum amount of memory to allocate for
257
271
:manual:`in-memory storage engine </core/inmemory>` data,
@@ -266,7 +280,8 @@ replica set member:
266
280
Available for MongoDB Enterprise only.
267
281
268
282
This setting corresponds to the
269
- :setting:`storage.inMemory.engineConfig.inMemorySizeGB`
283
+ :setting:`inMemorySizeGB
284
+ <storage.inMemory.engineConfig.inMemorySizeGB>`
270
285
|mongod| replica set configuration option.
271
286
- no
272
287
@@ -342,7 +357,8 @@ replica set member:
342
357
replica set configuration option.
343
358
- no
344
359
345
- * - ``tls.certificateKeyFile``
360
+ * - ``tls.``
361
+ ``certificateKeyFile``
346
362
- string
347
363
- ``.pem`` file that contains both the TLS certificate and key.
348
364
@@ -354,7 +370,8 @@ replica set member:
354
370
|mongod| replica set configuration option.
355
371
- no
356
372
357
- * - ``tls.certificateKeyFilePassword``
373
+ * - ``tls.``
374
+ ``certificateKeyFilePassword``
358
375
- string
359
376
- Password to de-crypt the certificate-key file.
360
377
@@ -380,6 +397,7 @@ replica set member:
380
397
381
398
.. list-table::
382
399
:header-rows: 1
400
+ :widths: 10 10 10
383
401
384
402
* - Key
385
403
- Value type
@@ -404,7 +422,8 @@ replica set member:
404
422
|mongod| replica set configuration option.
405
423
- no
406
424
407
- * - ``tls.clusterCertificateSelector``
425
+ * - ``tls.``
426
+ ``clusterCertificateSelector``
408
427
- string
409
428
- Certificate property that the {+mdbagent+} uses to select a
410
429
matching certificate from the operating system’s certificate
@@ -417,6 +436,7 @@ replica set member:
417
436
418
437
.. list-table::
419
438
:header-rows: 1
439
+ :widths: 10 10 10
420
440
421
441
* - Key
422
442
- Value type
@@ -509,7 +529,7 @@ replica set member:
509
529
510
530
.. list-table::
511
531
:header-rows: 1
512
- :widths: 20 40
532
+ :widths: 10 20
513
533
514
534
* - Value
515
535
- Description
@@ -559,7 +579,8 @@ replica set member:
559
579
</reference/replica-configuration/#rsconf.members[n].votes>`.
560
580
- yes
561
581
562
- * - ``wiredTiger.engineConfig.cacheSizeGB``
582
+ * - ``wiredTiger.engineConfig.``
583
+ ``cacheSizeGB``
563
584
- float
564
585
- Maximum size of the internal cache that WiredTiger
565
586
uses for all data.
@@ -575,11 +596,13 @@ replica set member:
575
596
default value.
576
597
577
598
This setting corresponds to the
578
- :setting:`storage.wiredTiger.engineConfig.journalCompressor`
599
+ :setting:`journalCompressor
600
+ <storage.wiredTiger.engineConfig.journalCompressor>`
579
601
|mongod| replica set configuration option.
580
602
- no
581
603
582
- * - ``wiredTiger.engineConfig.journalCompressor``
604
+ * - ``wiredTiger.engineConfig.``
605
+ ``journalCompressor``
583
606
- string
584
607
- Type of compression to use to compress WiredTiger
585
608
journal data.
@@ -598,11 +621,13 @@ replica set member:
598
621
By default, WiredTiger uses :term:`snappy`.
599
622
600
623
This setting corresponds to the
601
- :setting:`storage.wiredTiger.engineConfig.journalCompressor`
624
+ :setting:`journalCompressor
625
+ <storage.wiredTiger.engineConfig.journalCompressor>`
602
626
|mongod| replica set configuration option.
603
627
- no
604
628
605
- * - ``wiredTiger.engineConfig.directoryForIndexes``
629
+ * - ``wiredTiger.engineConfig.``
630
+ ``directoryForIndexes``
606
631
- boolean
607
632
- Flag that indicates whether |mongod| stores indexes and collections in
608
633
separate subdirectories under the data
@@ -616,15 +641,17 @@ replica set member:
616
641
destination and create a symbolic link named ``index`` under the
617
642
data directory to the new destination.
618
643
619
- By default ``wiredTiger.engineConfig.directoryForIndexes`` is
620
- ``false``.
644
+ By default ``wiredTiger.engineConfig.``
645
+ ``directoryForIndexes`` is `` false``.
621
646
622
647
This setting corresponds to the
623
- :setting:`storage.wiredTiger.engineConfig.directoryForIndexes`
648
+ :setting:`directoryForIndexes
649
+ <storage.wiredTiger.engineConfig.directoryForIndexes>`
624
650
|mongod| replica set configuration option.
625
651
- no
626
652
627
- * - ``wiredTiger.engineConfig.maxCacheOverflowFileSizeGB``
653
+ * - ``wiredTiger.engineConfig.``
654
+ ``maxCacheOverflowFileSizeGB``
628
655
- float
629
656
- .. note:: Limited version support
630
657
@@ -643,7 +670,7 @@ replica set member:
643
670
644
671
.. list-table::
645
672
:header-rows: 1
646
- :widths: 20 80
673
+ :widths: 10 20
647
674
648
675
* - Value
649
676
- Description
@@ -664,11 +691,13 @@ replica set member:
664
691
:parameter:`wiredTigerMaxCacheOverflowSizeGB` parameter.
665
692
666
693
This setting corresponds to the
667
- :setting:`storage.wiredTiger.engineConfig.maxCacheOverflowFileSizeGB`
694
+ :setting:`maxCacheOverflowSizeGB
695
+ <storage.wiredTiger.engineConfig.maxCacheOverflowFileSizeGB>`
668
696
|mongod| replica set configuration option.
669
697
- no
670
698
671
- * - ``wiredTiger.collectionConfig.blockCompressor``
699
+ * - ``wiredTiger.collectionConfig.``
700
+ ``blockCompressor``
672
701
- string
673
702
- Default compression for collection data. You can
674
703
override this on a per-collection basis when creating
@@ -694,11 +723,13 @@ replica set member:
694
723
were created, or the default compressor at that time.
695
724
696
725
This setting corresponds to the
697
- :setting:`storage.wiredTiger.collectionConfig.blockCompressor`
726
+ :setting:`blockCompressor
727
+ <storage.wiredTiger.collectionConfig.blockCompressor>`
698
728
|mongod| replica set configuration option.
699
729
- no
700
730
701
- * - ``wiredTiger.indexConfig.prefixCompression``
731
+ * - ``wiredTiger.indexConfig.``
732
+ ``prefixCompression``
702
733
- boolean
703
734
- Flag that indicates whether to enable or disable :term:`prefix compression` for index data.
704
735
@@ -714,7 +745,8 @@ replica set member:
714
745
are not affected.
715
746
716
747
This setting corresponds to the
717
- :setting:`storage.wiredTiger.indexConfig.prefixCompression`
748
+ :setting:`prefixCompression
749
+ <storage.wiredTiger.indexConfig.prefixCompression>`
718
750
|mongod| replica set configuration option.
719
751
- no
720
752
@@ -729,7 +761,7 @@ shard:
729
761
730
762
.. list-table::
731
763
:header-rows: 1
732
- :widths: 20 10 60 10
764
+ :widths: 20 10 30 10
733
765
734
766
* - Field
735
767
- Type
0 commit comments