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

Feedback

We would like to know the how to find out the inactive atlas cluster which are not actively using user more than two weeks and how to pause

We would like to know the how to find out the inactive atlas cluster which are not actively using user more than two weeks or some specific period and how to pause those cluster automatically which help us to save cost.
Guest 8 months ago in Billing & Account Management 0 Submitted

We would like to know the how to find out the inactive atlas cluster which are not actively using user more than two weeks and how to pause

We would like to know the how to find out the inactive atlas cluster which are not actively using user more than two weeks and how to pause those cluster automatically which help us to save cost.
Guest 8 months ago in Billing & Account Management 1 Submitted

Support external result viewers in interactive mode

The built-in viewer is basically unusable even for small result sets. I would like to be able open query results to neovim (where I have search, folding, infinite scrollback, etc.). Not sure how this would work with pagination (maybe just stream t...
Guest 9 months ago in MongoDB Shell 0 Submitted

details should to be returned from `atlas events projects` like that is visible in Atlas WebUI

The `Altas events project list` ought to return more details than the date/time and type. For example, I want to search for COMPUTE_AUTO_SCALE_INITIATED_BASE events and see the change being made and the cluster to which the change made in the list...
Steve Hand 9 months ago in Atlas CLI 2 Submitted

DataBases Prices

Several clients from Brazil frequently complain that MongoDB is expensive. One of the reasons is the need to create separate clusters (even M10-sized clusters) for development and/or staging for each production cluster. One alternative they are u...
Guest 9 months ago in Billing & Account Management 0 Submitted

invoice

Invoice should show the ClusterName combined with Cluster Tier and Server Hours same with Data Transfer. With these, it is easy to determine how much cost we are spending per ClusterName. Right now it only shows per ClusterTier which is hard to se...
Guest almost 4 years ago in Billing & Account Management 0 Submitted

Encrypt private_api_key in a mongocli configuration file

I would like to encrypt the value of private_api_key stored in $HOME/.config/mongocli/config.toml (part of mongocli config). private_api_key should be not visible in the open text as it gives access to the MongoOPS/Atlas to anyone who can access ...
Dmitrij Barkin about 3 years ago in CLI & Shell 2 Submitted

Billing breakdown by usage dimension for private endpoints

Since private endpoint billing is based on a "capacity unit" that has three dimensions (new connections, active connections, and processed bytes), and the bill is determined by the highest of the three, it is important to know how much of each of ...
Guest 10 months ago in Billing & Account Management 0 Submitted

Display List of Suggested Indexes to Drop via CLI

Allow users to view the list of suggested indexes to drop via the CLI. Since this functionality is already available in the Atlas UI, it would be beneficial to extend it to the CLI as well. This would align with the existing feature that lists sug...
Frederik Nosi over 1 year ago in Atlas CLI 0 Submitted

Add support for db.exists() and collections.exists()

Add a db.exists() and collections.exists() so that it is easy to check whether a database or a collection exists. This will help to reduce the propensity to inadvertently create new dbs and collections when running a script due to typos.
Guest about 5 years ago in MongoDB Shell 2 Future Consideration