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.

ADD NEW FEEDBACK

All feedback

Allow us to use paste to put numbers in the min and max values in filters instead of having to type it in.

The min and max fields in the filter do not let you paste a number. I happen to be using millisecond timestamp numbers and they are long. It would be great to just paste them in from the epoch converter or my database fields.
Guest almost 3 years ago in Charts 0 Submitted

viem shard key

If you are in clustered mode, can view information about the collection's slice keys
Guest almost 3 years ago in Compass & Data Explorer 1 Submitted

Add truncate collection button, delete documents older than...

In the old interface we can truncate collections without using additional software, just using WEB GUI to keep small database size. It would be nice to have the ability to delete older documents. This option is usable for IOT or medical implementa...
Guest over 5 years ago in Atlas Search 3 Submitted

The "Date field to archive on" option under Archiving Rule tab should also accept date in timestamp format.

The "Date field to archive on" option under Archiving Rule tab in Online Archive should also accept date field having timestamp format instead of only having date format.
Guest over 5 years ago in Data Federation 0 Submitted

Add support for XML

I would like to be able to query XML files using my Atlas Data Lake
Guest over 5 years ago in Data Federation 0 Submitted

DB Snapshot triggers when RDS Snapshot starts.

Looking for a feature regarding DB Snapshots, so that we can configure a Snapshot Policy to be triggered whenever a specific AWS RDS snapshot starts (for the daily schedule). Thank you in advance.
Guest almost 3 years ago in Database 0 Submitted

LDAP support for Atlas Organization

This is a request to support LDAP for Atlas Organizations, not just Atlas Projects. The reason would be for easier access management - when someone leaves the company and their access to the Atlas Org (or in general cloud.mongodb.com / the Atlas p...
Guest over 5 years ago in Atlas 1 Submitted

mms.ldap.bindPassword

We need to deploy ops manager with LDAP settings via yaml file where one of the setting "mms.ldap.bindPassword=" requires clear text password. Is there any secure option to this?
Guest over 5 years ago in Enterprise Advanced 0 Submitted

Incremental backup on Serverless Instances

Hey, I would like to know when the access read/write of the "oplog" collection in the "local" database will be enabled in Serverless instances. I need this access for making an incremental backup/restore of the database. The doc does not explain ...
Guest almost 3 years ago in Atlas 0 Submitted

Fetching data issue from browser to console

I have created a page where users must enter the data and give it a path. I did this with MongoDB compass. I used this mongoose.connect("mongodb+srv://gabyjudge07:********@cluster0.nucdve3.mongodb.net/", {useNewUrlParser:true}); app.post('/posts/...
Guest almost 3 years ago in Compass & Data Explorer 0 Will Not Implement