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

Allow --removeAutoIndexId option to Atlas live migration as default

Apparently Atlas live migration does not support --removeAutoIndexId option due to which some collections having `autoIndexId set to false` does not allow live migration to work successfully. Please add --removeAutoIndexId option to live migration.
Guest almost 4 years ago in Atlas 0 Submitted

Limit the Cloud Providers and Regions available for a given org/project or role

A large financial customer wants to ensure that clusters can only be deployed to specific cloud providers and regions based on policy. Could we add an Atlas security control that limited the available cloud providers and regions for cluster creati...
Charlie Little almost 4 years ago in Atlas 0 Submitted

Re-run a query from the profiler tab

When using the profiler tab, if there is a $regex expression specified, it comes back in the logs as $regularExpression. Similar issues for ObjectID() vs generated $oid. For some reason, you can’t take the query the profiler outputs and just plug...
Guest almost 4 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Cache last aggregation query for each collection

For each collection – on the aggregation tab, cache the last query which was run – keep it pre-populated in the textboxes. It’s so easy to accidentally click away from this page and when you come back, having to start from scratch always takes a ...
Guest almost 4 years ago in Atlas 0 Submitted

Change how document size is calculated

Disclaimer: I'm aware that this is a pretty big feature request. Currently a document has a max size of 16 mb. I'm not suggesting changing that. However, I'm suggesting changing how that size is calculated. I'm designing a database in which docu...
Guest almost 4 years ago in Data Modeling & Indexing 0 Submitted

Make Load() support Regex Patterns or make a new loadRegex() function

## Problem Statement/Rationale Let's say you have a directory full of scripts. For now, I need to do a load('script path') for each script. Wouldn't it be great if I could do load('*') within the directory, and load them all one after the other...
Guest almost 4 years ago in MongoDB Shell 0 Submitted

Can MongoAtlas calculate required index creation disk space before executing the creation, MongoAtlas hung if there is no enough space

No description provided
Guest almost 4 years ago in Atlas 0 Submitted

Add support for AWS SSO when authMechanism is MONGODB-AWS

Currently MONGODB-AWS authentication mechanism doesn't support AWS SSO. User has to manually run `aws sso get-role-credentials` to retrieve the temporary credentials first. All AWS SDK support SSO out of the box, therefore mongosh should add sup...
Guest almost 4 years ago in MongoDB Shell 0 Submitted

Logging: attr.error field type conflicts

Hey! We are using fluent-bit to push MongoDB logs to Elasticsearch. When there are already logs in the elastic index, where attr.error is an object, then it does not accept log lines in which this field is a string: “error”:{“type”:“mapper_parsi...
Guest almost 4 years ago in Under Review 1 Submitted

Change mongosh to process and use arguments only up to a "--" sentinel

Getting command line arguments into mongosh is virtually impossible.  The --eval option insists on printing the last eval expr evaluated to the console despite the --quiet switch.  Allowing a script to self parse and manage any args foll...
Guest almost 4 years ago in MongoDB Shell 4 Submitted