Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-14319

Investigate changes in SERVER-50992: Include viewOn and pipeline in createCollection audit entry for views

    XMLWordPrintableJSON

Details

    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

        Activity

          People

            jason.price@mongodb.com Jason Price
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              2 years, 31 weeks, 6 days ago