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

Ability to read the logs in old format

there should be option to download log files as native format, as we need to download multiple tools to get it to normal!!
Guest over 4 years ago in Atlas 0 Submitted

Applying an index suggestion should remove redundant indices automatically

An index suggestion for a compound index should check if it makes an existing index redundant. If so, it should remove it automatically after adding the compound index, or at least add the option to do so.
Guest over 4 years ago in Atlas 0 Submitted

Support git command

MongoSh is a developer tool, obviously. So as a developer, git is always a part of it. Supporting git command inside mongosh will help us save a lot of time. Here's some of my implementation: ``` const git = (command) => { try { return execS...
Guest over 4 years ago in MongoDB Shell 0 Submitted

Feature Request: DNS record per zone for global cluster

Today Atlas creates a single DNS record for the global cluster which has SRV records pointing to all servers in the cluster across all zones. This causes issues when a service hosted in US tries to use this DNS record as it now connects to every ...
Guest over 4 years ago in Atlas 2 Submitted

Change Display name for clusters

Ability to change display name for clusters.
Guest over 4 years ago in Atlas 0 Submitted

Backup Resource Usage via Api

In Ops Manager, it is not possible to obtain some data from each snapshot via api, it is only available in ops manager interface. It is a good a idea to obtain from each snapshot the information of the backup resource usage. The api could return t...
Guest over 4 years ago in Enterprise Advanced 0 Submitted

Collation option support in functions

No description provided
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

Atlas Screen Navigation

In both Atlas & Ops Manager, on screen navigation is not good. When I click an icon or item, the screen shows different layouts for each click. For example, if I want to see Billing info, I have to click little 'mongo logo' icon, then Bill me...
Guest over 4 years ago in Atlas 0 Submitted

Shard Drain/ Removal issue

If we have more shards, and if want to remove few shards (more than 1), we use below command. db.adminCommand( { removeShard : "Shardname" } ) Ex, if I have Shard 1, 2, 3, 4, 5. want to remove Shard 2 & 5. I want to remove one shard at a ...
Guest over 4 years ago in Replication & Sharding 0 Submitted

Mongo replicaset init sync issue

When we have large size mongo replica set, we may have to take out each nodes for maintenance for few hrs or days. In that case we have to increase size of Oplog to keep several days of transactions to resync nodes after maintanance. If the RS h...
Guest over 4 years ago in Replication & Sharding 0 Submitted