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

Improve error message when index definition exceeds 3KB

hen you create an index definition on the free plan that exceeds 3KB you get the following message: {"detail":"A tenant FTS index may not exceed 3 KB in size.","error":400,"errorCode":"TENANT_FTS_INDEX_TOO_LARGE","parameters":[],"reason":"Bad Req...
Guest about 4 years ago in Atlas Search 0 Submitted

Multiple collection ACID transactions

Currently we can update multiple documents with one query if all documents belong to the same collection as shown below; dB.collection.bulkWrite([ query1, query2, query3, query4 ]) This feature is wonderful but it is paramount if mongodb can ena...
Guest about 4 years ago in Drivers & Frameworks 0 Submitted

Disable/Enable all triggers at once

It would be very useful to be able to disable/enable all triggers of realm application at once. It useful for instance when you restore data from backup or make some big changes, and it is not needed to run triggers on every change
Guest about 4 years ago in Atlas Triggers and Functions 0 Submitted

Allow the image export using Atlas Admin API

For the report purpose, we need to get the exported images of Status/Hardware/DBStast. With personal authentication, I can get these images via URL: https://cloud.mongodb.com/export/v2/charts/{status/hardware/dbstast}/{clusterID}/{hostID}/{format}...
Guest about 4 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Generate Security Reports in Ops Manager

1. Create report about Mongo OPS users (ability to filter by Admin roles, Last Login, Created, Status) 2. Create user report for All Mongo OPS Projects. Mongo DB Users (Filter by Organization, Project Name, MongoDB role, Auth database Synched/Not ...
Dmitrij Barkin about 4 years ago in Enterprise Advanced 0 Submitted

Need network whitelisting of API key for CI and Terraform

Hi great Mongo people. The API key under organizational settings operates under a whitelisting model. There is currently no way (I can see) to open the key to 0.0.0.0/0. But in use cases where you make calls to Atlas to manage infrastructure t...
Guest about 4 years ago in Atlas 3 Submitted

$populate stage

Please provide a $populate stage that allows to resolve single referenced documents. Internally it could use the combination of $lookup and $unwind: https://stackoverflow.com/questions/41482559/how-to-return-single-object-instead-of-array-in-look...
Guest about 4 years ago in Querying & Aggregations 0 Submitted

Add other operators (range/TO, NOT) in queryString

I like lucene query string syntax (https://lucene.apache.org/core/8_10_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description). I think it is more human-readable. So, please add the range operator to it and if...
Guest about 4 years ago in Atlas Search 0 Submitted

Enhanced alerting for Atlas Search

I am looking to set up alerts for the following criteria related to Atlas Search: - Alert and metrics based on search index queue size (when we expect results to be slow to appear) - Alert when a search index is being rebuilt (when we expect degra...
Guest about 4 years ago in Atlas Search 0 Submitted

when making backups don't have the banner say "deploying your changes"

I was very confused recently when I logged in and saw the message "We are deploying your changes" despite nobody having made any changes to the cluster. Apparently what was happening was our scheduled backup was happening. This was a really confus...
Guest about 4 years ago in Atlas Backups 0 Submitted