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

Search results

Showing 315 of 315

Atlas does not automatically rotate the Key Version Resource ID used for Google Cloud key management.

Basically, when a new version of the key is being created in GCP, Atlas Terraform provider does not accept primary or newest value for version argument. We cannot use the data source to filter on the version that is primary or the "newest" https...
Guest about 4 years ago in Atlas 1 Will Not Implement

2 problems in Atlas metrics webUI

There are two annoying bugs in the metrics page on Atlas web related to the browsers refresh button: 1) Try to rearrange the different metric graphs (panels) to anything other than the default order (like move them up and down to a different orde...
Guest 9 months ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Unique index in sharded cluster

For enforcing uniqueness in a sharded cluster, the officially recommended approach provided here https://docs.mongodb.com/manual/tutorial/unique-constraints-on-arbitrary-fields/#std-label-shard-key-arbitrary-uniqueness is simplistic and in product...
Guest over 4 years ago in Replication & Sharding 0 Submitted

Add `atlas backups restores watch` command

I like the ability to monitor snapshot progress with `atlas snapshot watch`. It lets me wait for the snapshot to finish up before progressing on to some future step of an automated workflow. Could we add the same watch command to atlas backup re...
Guest over 3 years ago in Atlas CLI 6 Completed

Due to some non production workloads it would nice to have the option to choose the number of replica nodes you want. I.e. 1 or 0 vs 2.

It would be nice to have a development environment that had no replica nodes and a staging environment with 1 and maybe even a production environment with 3. The ability to choose how many replication nodes you can have would be nice.
Guest over 3 years ago in Atlas 1 Submitted

Allow editing default project alerts via terraform

For instance, the default Query Targeting alert is set at a 1000:1 ratio. I would like to have the default alert set to 5000:1 for a project via terraform.
David Walker over 4 years ago in Atlas 1 Completed

Addition to search Index disk space used metrics

It would have been great if Atlas search disk metrics shares below information as well. 1. which field(s) inside the index taking more space 2. what is the frequency of index fields usage.
Guest 9 months ago in Atlas Search 0 Submitted

Change Object ID display format from '{$oid: 'xxxx'}' to ObjectId('xxxxx')

It just uses only 1 line instead 3 lines. And we can copy it directly.
Guest almost 4 years ago in IDEs 1 Submitted

Dual Scroll in Query editor

When you looking at a stage in the query builder it would be great to somehow have both sides scroll at the same time - input stage and output stage so I know that if I'm looking at doc 1 on input its also going to be doc 1 on output.
Guest 9 months ago in Compass & Data Explorer 0 Submitted

Standardize case for region values

Depending on the resource, the case for the region value changes from uppercase with underscores (US_ EAST _1) to lowercase with dashes (us-east-1). This presents an unnecessary challenge when working with the provider. It would be much cleaner, e...
Andrew Raczka over 4 years ago in Atlas 3 Will Not Implement