Details
-
Task
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
Description
Description
Downstream Change Summary
Prior to 4.9, audit logs resulting from creating a view would look like a simple collection creation:
\{atype: 'createCollection', params: \{ns: 'viewName'} }
|
With this change, view creations now indicate that they are a view by including the `viewOn` and `pipeline` parameters:
\{atype: 'createCollection', params: \{ns: 'viewName', viewOn: 'collName', pipeline: [{...}]} }
|
Description of Linked Ticket
null
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
Attachments
Issue Links
- documents
-
SERVER-50992 Include viewOn and pipeline in createCollection audit entry for views
-
- Closed
-