File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ engine other than the one specified by :option:`--storageEngine <mongod --storag
161
161
:binary:`~bin.mongod` must possess read and write permissions for the specified
162
162
:setting:`~storage.dbPath`.
163
163
164
+ .. include:: /includes/security/fact-antivirus-scan.rst
165
+
164
166
.. _prod-notes-concurrency:
165
167
166
168
Concurrency
Original file line number Diff line number Diff line change @@ -191,6 +191,10 @@ Pre-production Checklist/Considerations
191
191
to learn more about how you can use MongoDB's key security
192
192
capabilities to build compliant application infrastructure.
193
193
194
+ Antivirus and Endpoint Detection and Response Scanning
195
+ ------------------------------------------------------
196
+
197
+ .. include:: /includes/security/fact-antivirus-scan.rst
194
198
195
199
Periodic/Ongoing Production Checks
196
200
----------------------------------
Original file line number Diff line number Diff line change
1
+ If you use an antivirus (AV) scanner or an endpoint detection and
2
+ response (EDR) scanner, configure your scanner to exclude the
3
+ :setting: `database storage path <storage.dbPath> ` and the
4
+ :setting: `database log path <systemLog.path> ` from the scan.
5
+
6
+ The data files in the ``database storage path `` are compressed.
7
+ Additionally, if you use the :ref: `encrypted storage engine
8
+ <security-encryption-at-rest>`, the data files are also encrypted. The
9
+ I/O and CPU costs to scan these files may significantly decrease
10
+ performance without providing any security benefits.
11
+
12
+ If you don't exclude the directories in your ``database storage path ``
13
+ and ``database log path ``, the scanner could quarantine or delete
14
+ important files. Missing or quarantined files can corrupt your database
15
+ and crash your MongoDB instance.
You can’t perform that action at this time.
0 commit comments