Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-34085

Add ability to watch all changes for the entire cluster

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Aggregation Framework
    • Labels:
      None
    • Query

      Changes to the "admin", "config", and "local" databases will be excluded, along with any changes to system collections.

      Proposed Syntax

      db.adminCommand({
        aggregate: 1,
        pipeline: [
          {$changeStream: {allChangesForCluster: true, ...}},
          ...
        ],
        ...
      });
      

            Assignee:
            backlog-server-query Backlog - Query Team (Inactive)
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: