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

Allow $search to be a later stage in the aggregation pipeline

Currently $search is required to be the first stage in the aggregation pipeline. It would be more intuitive if we could use after other operators, such as $match.
Guest over 5 years ago in Atlas Search 9 Submitted

MongoDB Atlas web panel bait and switches database accounts leading to accidental misconfiguration of accounts.

When clicking [ Edit ] on a database user, the MongoDB Atlas panel shows settings dialog for database user A, but then quickly switches the information to database user B. The dialog title (etc) says "database user A" and then half a second later ...
Andreas Boon 23 days ago in Atlas 0 Submitted

Ensure critical cursor options such as sort, skip and limit are logged when a command is truncated

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. When diagnosing a slow query options such as sort, limit and skip will have an impact on the palnner. These options are tr...
Peter Williamson about 1 month ago in Security, IAM, and Compliance 0 Future Consideration

Propagation of NodeType via Prometheus metrics

Context: we rely on Prometheus metrics for various systems in the company. The setup of clusters until now was pretty standard, so basically we had replica sets and sharded clusters with electable nodes only – clusters with three nodes per RS or s...
Guest about 2 years ago in Atlas 2 Submitted

New mongodb-atlas-auth Github Action to use OIDC flow for GitHub

As discussed in MongoDB support case 01433340: When configuring GitHub Actions to manage control plane configurations in public cloud environments (e.g., GCP, Azure, AWS, et cetera), we set up OpenID Connect ("OIDC") to allow the GHA workflows th...
Guest 10 months ago in Atlas CLI 0 Submitted

Allow the creation of an Atlas Resource Policy based on database user authentication type

We would like to create Atlas Resource Policies based on the user authentication type. In a more specific example, we would like to allow ip("0.0.0.0/0") only when the database user authentication type available is Federated Auth. Another way to l...
Guest 5 months ago in Infra-as-code & APIs 0 Submitted

Include cluster labels in the billing usage details

Similar to how AWS includes tags/labels in their billing dashboard, I'd like the ability for my cluster labels to be included as a column in my billing usage details (or even the exported CSV). This will allow me to categorize my billing usage as...
Guest over 4 years ago in Billing & Account Management 6 Submitted

Proposal for an Optimized Load Mechanism in MongoDB Atlas via Spark + Databricks

Content: I currently use the Spark connector in Databricks jobs to load data into MongoDB Atlas. To handle large volumes and minimize the impact of writing to active collections, I developed a mechanism that significantly accelerates the ingesti...
Leonardo Meneguim 3 months ago in Spark Connector 0 Submitted

Filter Continuous Line chart by selecting item in Series Legend

In a Continuous Line chart, we see an endless sea of data and then the Series Legend (typically to the right). Our users would like to be able to click one of the items in the Series Legend and then ONLY show the data for what was selected. It's p...
Guest 6 months ago in Charts 0 Submitted

Allow autocomplete search on multiple fields using a wildcard path or by specifying multiple fields in the path

Currently, (unlike the text operator) the autocomplete operator does not accept a path which is an array of field names. Also, a wildcard path ("path": {"wildcard": "*"}) cannot be specified for an autocomplete query. Therefore, the only way to pe...
Guest almost 5 years ago in Atlas Search 10 Will Not Implement