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

Allow $match or $sort stages that follow the $search stage to use MongoDB native indexes

Currently, if there are `$match` or `$sort` stages that follow the `$search` stage, then those `$match` and `$sort` stages are unable to use MongoDB's native indexes on the fields being matched/sorted. While the [documentation recommends](https:/...
Guest over 4 years ago in Atlas Search 0 Will Not Implement

Support ISODate() when inserting a document via UI

When inserting a JSON document via the UI (browse collections), it would be great if using ISODate() would be allowed. Currently one has to resort to {"$date":{"$numberLong":"1748952000000"}}, which is quite a bit counterproductive for manual edit...
Guest 10 months ago in Under Review 0 Submitted

Send `Monitoring is down` and `Backup is down` alerts for each MongoDB Agent (Monitoring/Backup Module) and include hostname information in

_**What is the problem that needs to be solved?**_ `Monitoring is down` and `Backup is down` alerts needs to be sent for each individual MongoDB Agent (Monitoring/Backup Module) which become down, `Monitoring is down` and `Backup is down` alerts s...
Guest over 5 years ago in Under Review 0 Submitted

Make unreplied comments editable

When creating a case, I often don't spell all the information I consider useful at once, for any tiredness or emotional reason. So I am as often stacking comments to my own case, prior to get any reply from support team. Reply that can take time, ...
Guest over 1 year ago in Under Review 0 Submitted

Captcha on the Support Portal

While raising a support ticket, one of my customer faced an issue where the Captcha i.e. the questions for getting in, like "select all images that have a animal in them" was showing up continuously and the customer was unable to log the ticket - ...
Guest over 2 years ago in Under Review 2 Submitted

SAML support in Ops Manager API

SAML is available as an authentication mechanism and we're currently using it with keycloack (centralized identity provider). It works well with Ops Manager but there seems to be no support whatsoever in Ops Manager 4.4 API to programmatically ad...
Guest about 5 years ago in Under Review 3 Submitted

Analzye Endpoint or Analysis Screen

Please show how an index is analyzed based on a given index definition.
Guest over 5 years ago in Atlas Search 2 Planned

MongoDB Agent (Automation Module): don't attempt to auth with `net.tls.clusterFile` / `net.tls.certificateKeyFile` and use Agent X.509 cert

Problem Statement, _**What is the problem?**_ MongoDB Agent (Automation Module) attempts to auth with `net.tls.clusterFile` / `net.tls.certificateKeyFile` X.509 certificate first, pretending it is a Replica Set member. _**Why is this a problem?**...
Guest almost 5 years ago in Under Review 2 Submitted

Add memory monitoring metrics

Atlas -> please make buffers, cached, and MEM shared available under system memory metrics on Atlas for end users so we can calculate the criteria for auto scaling . Currently only Mongodb support can see these three metrics
Guest almost 5 years ago in Under Review 0 Submitted

Allow $match syntax in $search queries

Currently, I am re-writing my queries that were previously using $match + $text queries using $search + compound. Firstly, this is a fair bit of work depending on the number of match clauses etc. Secondly, not all the operators that $match support...
Guest over 4 years ago in Atlas Search 1 Submitted