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

Feedback

Do not load graph before validation when editing

Do not load graph before validation when editing. On large collections, loading graph is very resources consuming. It would be great to not load all the data at every configuration change. A button to toggle this behaviour would be great.
Guest about 5 years ago in Charts 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 over 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 over 5 years ago in Charts 0 Submitted

filter

The filters applied at the dashboard level should also be applied to the "Get Charts Data" export feature. The export currently contains all data from the underlying dataset. This counters the user's expectation, which may be to export only what i...
Guest over 5 years ago in Charts 2 Submitted

create custom role with list of collection

currently, when creating a role, we need to list one collection per db for custom role db.getSisterDB('admin').createRole({role : 'readWriteCollectionXY', privileges : [ {resource : {db : "database_A", collection : "***"}, actions : ["find", "i...
Guest over 5 years ago in MongoDB Shell 0 Submitted

Support ClusterAuthMode X509

Customer is trying to deploy a RS with X509 internal auth. The missing RS parameter clusterAuthMode: X509 can be set via GUI but not via CLI. Customer would appreciate full support for this mode using the CLI.
Guest over 5 years ago in CLI & Shell 0 Submitted

MongoCLI Wizard Flag

Currently a user needs to manually insert at least all the required flags to use a mongocli command. We can implement the flag --wizard which guides the user through flags with interactive prompts. This flag should be added to all the commands to...
Guest over 5 years ago in CLI & Shell 0 Submitted

Make Mongo Charts works with self hosted database

I want to keep hand on my data and prefer to run mongodb database on my servers. Mongo charts is not so easy to maintain compared to mongoDB so i am interested in the cloud solution, but connected on my self hosted databases.
Guest over 5 years ago in Charts 0 Submitted

Default time zone

In Charts allow users to set a default "Convert Time Zone" so new charts automatically use it instead of having to set it each time. This could also be used to set default "Label Overrides" for a projects' variables.
Guest over 5 years ago in Charts 0 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