-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
It's possible for a bulkWrite or similar operation to overflow the BSON limits of audit writes. Detect this and respond by either:
- Truncating document writes when the limit is exceeded
- Splitting the document payloads across multiple audit entries.
This may mean creating a setParameter to control this behavior.