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 4026

Enhanced Access to Secrets in the context.environment Object

We would like to see an improvement where secrets can be accessed as environment variables directly through the context.environment object. For example, if we have a secret called myApiKey, we would like to be able to access it in a function using...
Guest over 2 years ago in Atlas 0 Submitted

Visualize polygons and points on the same map

Capability to visualize GeoJSON polygons and points from data collection on the same map view. That would allow user to create custom grid on a map. IMHO it'd be very helpful feature when working with geolocation helping to visualize things and ...
Guest over 5 years ago in Charts 0 Submitted

Export Files from GridFS

A nice reature would be to be able to export stored binary files in GridFS via the Atlas UI. It will allow the users to click an export button on the fs.files collection and would stream out the file using gridfs in the drivers.
Guest over 5 years ago in Compass & Data Explorer 0 Submitted

Show Mongos Connection Number in Overview.

Currently, the connection number shown in Overview is shard connection, it is the connection from Mongos to Mongod, which should usually be lower than the Mongos connection. The connection limit for MongoDB is referring to Mongos connection which...
Guest over 1 year ago in Atlas Monitoring, Alerts & Observability 0 Submitted

aggregation pipeline verification before deleting

When opening a saved pipeline - the "open" button is adjacent to the bin (cancel) button and clicking on the bin deletes the pipeline without a chance to regret.
Guest about 4 years ago in Compass & Data Explorer 0 Submitted

Live streaming logs in Atlas cluster /Compass

When using Linux machines we can get logs through tail commands with live streaming like that if you are implement in Atlas cluster/Compass it is very easy to identify issues instantly.
Guest over 2 years ago in Compass & Data Explorer 0 Submitted

Include full date/time stamps to OpsManager's logfiles: mms0-startup.log and daemon-startup.log

Currently records in `mms0-startup.log` and `daemon-startup.log` only have time stamp in the format: `hour:min:sec,milliseconds`. eg. `08:28:09,558 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xm...
Guest about 4 years ago in Enterprise Advanced 0 Submitted

Avoid running queries on an ongoing condition writing. (match, lookup...)

when performing a match, lookup or other similar ops, Don't run the query as I write the conditions but only when I'm done. this will improve speed significantly and will prevent crashes due to lack of memory on very large sets. when an operation...
Guest almost 3 years ago in Compass & Data Explorer 1 Submitted

Change collection on a saved query

In the My Queries section it would be nice to be able to select which collection you want to be able to run the query against or to be able to copy the query to another collection. At the moment each query is 'locked' to the collection it was ori...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Extend db.collection.distinct() to work with multiple fields in a compound key

Currently the distinct() command finds the unique set of values for a SINGLE specified field across a collection or view. For example: db.staff.distinct("last_name" ) If there is an index on the last_name field, the DISTINCT_SCAN plan can use th...
Guest over 5 years ago in Database 1 Submitted