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

Showing 3874 of 3874

take snapshots off of the activity tab for maintenance.

When I select the maintenance filter on the activity feed all the daily snapshots show up. I feel like there should be a backup screen that shows all the snapshots on the activity feed. this would make the maintenance screen more precise and relev...
Guest almost 5 years ago in Atlas Backups & Online Archive 0 Submitted

Diacritic insensitive contains search on a single field

I would like to perform a "contains" query on a single text field in a case insensitive and diacritic insensitive way. I would like the query to have the performance of the field being in a text index by itself (assuming that this gives the maximu...
Guest almost 5 years ago in Database 0 Submitted

Add an option for $addToSet to use a specific field in the array for uniqueness

Currently, the $addToSet for upserting to an array checks for object equality (when the array elements are objects). We sometimes need to check for uniqueness based on a specific field of the object rather than the object as a whole, and the only ...
Guest almost 5 years ago in Database 0 Submitted

Extended JSON

Add support for Extended JSON (EJSON. For example, {$date: "2021-01-01T00:00:00.000Z"} ) such that we do not have to resort to using the ISODate helper function in the MongoDB Shell and in Compass.
Guest almost 5 years ago in Database 0 Submitted

Clear default values for New Replica Set and Cluster Component names in UI

Clear default values for New Replica Set and Cluster Component names in UI Replica Set and Cluster Component names cannot be changed after deployment. The names are often overlooked while deploying and the defaults accepted configuring the names...
Guest almost 5 years ago in Enterprise Advanced 0 Submitted

Ability to define a custom CA PEM file for Webhook configuration on Ops Manager

Currently, Ops Manager user may require to add the CA for the TLS enabled Webhook Endpoint directly to the Java Trust Store. Adding CA to Java Trust Store also requires to re-apply if Ops Manager Application is upgraded or re-install. It would be...
Guest almost 5 years ago in Enterprise Advanced 0 Submitted

Abiity to configure Global Deployment Alerts in Cloud Manager similar to Ops Manager

What is the problem that needs to be solved? Ability to set alerts at a global level for all projects, similar to functionality currently in Ops Manager Why is it a problem? (the pain) There is a basic set of alerting for all clusters that we use...
Guest almost 5 years ago in Enterprise Advanced 0 Submitted

Arrow function support

Is there any plan to implement arrow functions support? The current way to use functions (BSON type 13) is using traditional javascript functions: ```function() { ... emit(key, value); } ``` It would be great to support also arrow functions: ...
Guest almost 5 years ago in Database 0 Submitted

SNMP

Enable SNMP setup on Atlas Resources.
Guest almost 5 years ago in Atlas 1 Submitted

Allow using other port than 8080 (or 8443) when deploy Ops Manager

The default port is 8080 or 8443 (for https) and cannot be changed
Guest almost 5 years ago in Kubernetes 0 Under Consideration