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 3959 of 3959

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support for AWS KMS CMK per cluster (instead of on a project level)

Hi Team, Currently, we have KMS CMK configuration available on the project level. We are hoping to see if that can be changed on cluster level. Reason: Once we update the key, all the clusters will get re-encrypted with new key, but snapshots wi...
Guest over 5 years ago in Atlas 2 Submitted

custom atlas role with specific permissions

Atlas admin can assign specific permissions to a custom Atlas role which will be very useful to control users for the project/org level. This is the same concept of the custom role of database user.
Guest almost 2 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Single tool for shell, mongodump, mongorestore, mongoexport, mongoimport

Single tool for the basic database usage, namely, mongodb shell (mongosh), mongodump, mongorestore, mongoexport, mongoimport
Felicia Hsieh almost 2 years ago in MongoDB Shell 0 Submitted

Plugin for Moogsoft monitoring tools.

Currently, Ops Manager does not have the plugin for Moogsoft monitoring tools, it would be great to add the feature to the future release of Ops Manager.
Guest over 5 years ago in Enterprise Advanced 0 Submitted

mode of payment

Please include a column for mode of payment made in the invoice.
Guest over 5 years ago in Billing & Account Management 0 Submitted

Add an option for a "moving averages" trendline to scatter splots

I have data that doesn't follow a linear or polynominal shape and is more cyclical. I'd like to have another trend line type called "moving average" that plots the average of a window of data.
Guest almost 4 years ago in Charts 0 Submitted

Make Real Time Performance Panel, Data Explorer and Performance Advisor and Profiler GDPR compliant

As the data used for Real Time Performance Panel, Data Explorer and Performance Advisor and Profiler are processed/routed in/over the USA european customers that need to be GDPR compliant can't activate those three options. Unfortunately these thr...
Guest almost 4 years ago in Atlas 0 Submitted

Define the secret name for the connection string output from the operator

Hello all, instead of using a predictable naming convention for secrets: $project-$cluster-$username I'd like to be able to nominate the output secret name similar to how crossplane does this. More details found at the Github Issue: https://git...
Guest almost 2 years ago in Atlas 0 Submitted

Mongo to recognize arrays during import

Mongo is unable to recognize arrays, even from it's own exported documents that are manually formatted as arrays. The options available are not compatible with complicated datasets with more than one column that contain arrays. This should be stan...
Guest almost 4 years ago in Compass 1 Submitted