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

Search results

Showing 315 of 315

New Playground Result tab for each query

When two playgrounds are run at once (e.g. two aggregations), the result of one overwrites the result of the other rather than opening a new 'Playground Result' tab. The desired behaviour is for a new Playground Result tab to be opened per run (p...
Guest about 5 years ago in IDEs 0 Submitted

Lock order or sort documents in Aggregation Pipeline Builder's preview area

When we create a pipeline, it'd help if we could check the same documents data in the different stages ( now their preview is from randomly selected documents AFAIK ), so it's inconvenient to inspect one specific documents preview phases through a...
Guest about 5 years ago in Compass & Data Explorer 0 Submitted

The ability to add a spider/radar chart

For our specific chart requirements (comparing different entities), it is imperative that we are able to plot the multivariate data in a spider chart. I have read on the developer community that "...we are also planning a spider/radar chart in up...
Guest about 5 years ago in Charts 0 Submitted

Dashboard refresh based on data

It would be nice if m dashboard would refresh based on data, if a certain condition from data is matched. I have a datasource for a dashboard that received ~ 10 records first 1 minute on every top of an hour. I need to refresh this ASAP. On the r...
Guest about 5 years ago in Charts 0 Submitted

Use word, not letter to define log levels in Ops Manager

The following log messages are "info" level messages which can be found in the kubernetes logs from the ops-manager-db pods: ```sh {"logType":"mongodb","contents":"2020-12-16T02:42:28.557+0000 I WRITE [conn7329] update monitoringstatus.config.age...
Guest over 5 years ago in Enterprise Advanced 0 Submitted

more aws eventbridge options

- Push multiple triggers to 1 Eventbridge eventbus - Use the eventbridge SDK from the AWS service (now its not available and i have to use a custom aws sdk import, increasing the trigger time x 10 vs the normal eventbridge connector).
Guest over 5 years ago in Atlas Triggers and Functions 0 Submitted

Merge All Of the MongoDB services Into 1

I have multiple feedbacks/ideas: 1) There is MongoDB Atlas, Realm, & Stitch. Why don't you merge all of it into one - MongoDB Atlas. 2) Instead of creating Organizations -> Project -> Clusters, you can just create Organizations -> C...
Guest over 5 years ago in Atlas 2 Submitted

Improvements to Terminal Shell

When a connection is setup, allow additional configuration for the Terminal Shell 1. Allow a colour scheme for the shell, so that the user can set background/text colours, so red for LIVE. Very useful when on LIVE/TEST/DEV etc. A clear indication...
Guest over 5 years ago in IDEs 1 Submitted

db connection issue

i am trying to connect mongo cloud training database using shell propt, i am getting error as below. have added my laptop ip, and its approved in the cloud instnace but still getting errorl C:\Users\pvenket1>mongo "mongodb+srv://sandbox.9k9vj...
Guest over 5 years ago in MongoDB Shell 0 Will Not Implement

Array of mixed types not working correctly

When we have an array of type [String, number], the second item is considered as string and hence, not able to do aggregation like sum. For example, consider ``` $project: { transposed: { $zip: { inputs: [["aaa","bbb"], [1, 2]] } } } I am...
Guest over 5 years ago in Charts 1 Submitted