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

If vaultSecretBackend enabled, Allow specifying vault role names

When we enable vaultSecretBackend, it creates default vault roles which are hardcoded in the vault package here https://github.com/mongodb/mongodb-kubernetes/blob/master/pkg/vault/vault.go#L36-L38 mongodbenterprisedatabase mongodbenterpriseopsma...
Guest 10 months ago in Kubernetes 0 Submitted

Ops Manager API - System Alerts

The ops manager api documentation specifies endpoints for polling group alerts and global alerts but is missing system alerts. We should be able to poll for system alerts via the ops manager api as well.
Jacob Bills about 5 years ago in Enterprise Advanced 1 Submitted

Backup Daemon should check for the available filesystem before starting a groom job

When a groom job starts, it might get stuck or fail if the available disk space is not enough to copy all live blocks to another directory. It would be helpful if the Backup Daemon checks the available disk space before starting a groom job, and ...
Omar Elzayan over 2 years ago in Backup & Restore 0 Submitted

Allow scheduling grooms

Add the ability to schedule groom jobs at a specific point in time. Also expose this functionality through the API for easy modifications through configuration management tools.
Guest about 5 years ago in Enterprise Advanced 0 Submitted

Allow OpsManager to control MongoDB Tools version and disable installation of MongoDB Tools

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Currently, MongoDB MMS automation agent will install MongoDB Tools package on every host when it installs MongoDB, there i...
Kick Glorie 5 months ago in Cluster Deployment & Management 0 Future Consideration

Add a global types package for use in MongoDB Shell js scripts

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. When writing MongoDB Shell js scripts, I want to have autocompletion, and possibly type checking, by utilizing TypeScript ...
Segev Finer 5 months ago in MongoDB Shell 0 Future Consideration

If vaultSecretBackend is enabled, allow specifying the kv mount

When enabling `vaultSecretBackend`, there is no option to specify the path/name of the kv engine to use within the specified vault namespace (it is hardcoded to `secret`). For example: https://github.com/mongodb/mongodb-kubernetes/blob/master/pkg...
Guest 11 months ago in Kubernetes 0 Submitted

Disable Query Targeting: Scanned Objects / Returned alerts on specific, recurring aggregations.

We run routine, recurring aggregation pipelines (essentially, summing up the values of different categories of transactions) on a 5-minute interval. These aggregation pipelines scan for all objects that match a certain type, then sum the cumulativ...
Guest almost 5 years ago in Enterprise Advanced 0 Submitted

Use Custom S3 buckets for backup storage on cloud manager

Requesting new functionality to be able to use a custom S3 bucket to store backups taken from cloud manager.
Guest over 2 years ago in Enterprise Advanced 0 Submitted

Distributed user and database management with kubernetes operator

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are working on an edge environment with limited connectivity. So we actually cannot manage it directly. But we want to ...
Alexandre Plaitant 6 months ago in Kubernetes 1 Will Not Implement