Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Database
Created by Guest
Created on Jun 16, 2022

add view,index,user,role to mongodb Change Stream

I tested the changeStream of mongodb. The changes of adding view, index, user and role to mongodb are not reflected in changeStream, but the corresponding log can be found in oplog. I have an issue on https://jira.mongodb.org/browse/SERVER-66460 and got it confirmed, but Chris Kelly thinks this should be a feature. Hopes to add this feature in future versions
  • Attach files
  • Guest
    Jun 21, 2022
    In MongoDB 6.0 there will be an ability to watch for views and indexes with showExpandedEvents option. https://jira.mongodb.org/browse/SERVER-46414 There's nothing planned as of today regarding the users and roles. Could you tell a little bit more about your need for users and roles, what is the use case?