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 3960

Add ability to have systemLog redirected to stdout (just have to remove systemLog.destination and path)

To be able to have MongoDB logs redirect to stdout and this having it into GKE CloudLogs, we should NOT configure a systemLog.destination nor a systemLog.path. In 0.6.0 release, systemLog.destination and path are hardcoded and cannot be nullable....
Guest over 4 years ago in Kubernetes 0 Submitted

Ability to create the resume token based on oplog item

CHoose an oplog event to set the resume token for, instead of needing to run the change stream for system to create a resume token Why: Concerns about many stream re-reading a full oplog if failure before finding first event
Guest over 4 years ago in Database 1 Submitted

real time connectivity metrics

Hello, in order to perform more accurate analysis, it would be helpful if the "RealTime" section is filled with more information. For example, the possibility to track from where which connection originates, at time X ( preferably in the past). ...
Guest over 4 years ago in Compass 0 Submitted

Playground Results should appear in same panel as Terminal

The current behavior is to place Playground Results in a new document tab. It would be much more user friendly to place results in the bottom panel (next to Terminal, Problems, etc) to take advantage of vertical space.
Guest over 4 years ago in IDEs 1 Will Not Implement

Paginate shell output

When running a query or a command that returns a long output, the content scrolls off the screen and cannot be seen without using the terminal scrollbar. It would be nice if the content would only scroll to screen boundaries and pause like `more`...
Guest over 4 years ago in MongoDB Shell 0 Submitted

improve error messaging

We are running into misleading error messages that learners are complaining about. This error appears when a user tries to use a $limit stage and forgets to add a $ while connected to a Free Tier Atlas cluster: "OperationFailure: limit is not all...
Guest over 4 years ago in Atlas 0 Submitted

Option to display only whole numbers for axes

No description provided
Guest over 4 years ago in Charts 0 Submitted

When doing a lookup, sort the remote data source names

Also, show the aliased remote data source name. If I have two data sources for the same collection, one with a pipeline filter, and the other without, and each named distinctly, show the manually entered name
Guest over 4 years ago in Charts 0 Submitted

Don't require path on search queries

It would be nice if a path defaults to all paths in the index. For example, imagine I have a customers collections with the fields "firstName" and "lastName" and I want to create a search based on user's full name. Then I create a search index on ...
Guest over 4 years ago in Atlas Search 0 Submitted

Handle 64bit numbers correctly

Javascript doesn't support 64bit internally, so if I try in Chrome/console: x = 285870311191169181, it becomes 285870311191169180, and the same thing happens in VS Code. The solution would be to return a NumberLong("285870311191169181") text resul...
Guest over 4 years ago in IDEs 0 Submitted