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 @@ -163,6 +163,8 @@ engine other than the one specified by :option:`--storageEngine <mongod --storag
163163:binary:`~bin.mongod` must possess read and write permissions for the specified
164164:setting:`~storage.dbPath`.
165165
166+ .. include:: /includes/security/fact-antivirus-scan.rst
167+
166168.. _prod-notes-concurrency:
167169
168170Concurrency
Original file line number Diff line number Diff line change @@ -193,6 +193,10 @@ Pre-production Checklist/Considerations
193193 to learn more about how you can use MongoDB's key security
194194 capabilities to build compliant application infrastructure.
195195
196+ Antivirus and Endpoint Detection and Response Scanning
197+ ------------------------------------------------------
198+
199+ .. include:: /includes/security/fact-antivirus-scan.rst
196200
197201Periodic/Ongoing Production Checks
198202----------------------------------
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