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

Add OpenSSH config and auth agent support

I have to use a vpn which forwards into a proxy to connect to my mongo cluster. My PC => VPN => Bastion Host => Mongo Cluster This is very easy to do using OpenSSH configs in other tools but compass does not support this option.
Guest almost 5 years ago in Compass 0 Submitted

Default connection selection on startup screen.

Currently there is no default connection setting, when I start the program I am greeted with the new connection dialog. I do not find this very useful especially with a stable environment, how often do you use new connection against saved ones.
Guest over 2 years ago in Compass 0 Submitted

Additional function scores decay functions: exp & linear

Atlas Search currently only supports gaussian decay function for function scores. In 4 out of 5 of our use cases exp would be a much more natural choice. https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-que...
Guest over 2 years ago in Atlas Search 0 Submitted

Security Code Autocomplete Mac

For quicker sign in I think it would be nice to have security code autofill for Two Factor Authentication for Mac enabled. Below I have attached documentation to be more specific. https://developer.apple.com/documentation/security/password_auto...
Guest almost 5 years ago in Under Review 0 Submitted

update monitoring & backup agent credentials via automationConfig API instead of separate API calls

Right now if you want to change the credentials for the monitoring agent or the backup agent, you've got to make separate API calls. Why not make it so that you can specify everything at once in the same automationConfig API PUT?
Guest almost 5 years ago in Under Review 0 Submitted

Bytes available for reuse metric

This metric will show the available bytes for reuse. If it's too much and its graph is changed a little bit, we can decide to compact it for saving cost (from disk usage). Currently, we have to run dbstat command to see the available bytes for reu...
Guest almost 5 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Implement error handling in MongoBI Connector

Right now, if the `$sample` query (used to create the DRDL schema) fails, it'll re-run the query once again, forever. The only place when the error is accessible is in the "Profiler" tab of a given node. In our case - and I believe it's common - t...
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Re-sample only part of the MongoBI Connector schema

It'd be great if we could run "FLUSH SAMPLE collectionName". It's rarely the case that a lot of collections have changed at once and such a "light re-sample" might be a good alternative.
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Provide an alternative sampling technique for views in MongoBI Connector

As stated in the docs (https://docs.mongodb.com/manual/reference/operator/aggregation/sample/#behavior), the `$sample` stage will perform a full `COLLSCAN` if some criteria won't be met. The problem is that no view (https://docs.mongodb.com/manual...
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Support opentracing for the go driver

No description provided
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement