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

Showing 113 of 4027

Allow to create custom roles

Allow to create custom roles for Atlas/CM/OM
Guest over 5 years ago in CLI & Shell 1 Submitted

Option To Return Errors As JSON

Hi, When using the `--output json` I would expect the errors to be returned as JSON just like the success output. However, the output for errors seems to continue to be a flat string. It would be helpful from a scripting perspective to have the ...
Guest over 3 years ago in Atlas CLI 0 Future Consideration

Built-in Partial Update $push Strategy for MongoDB Kafka Connector

We would like the official MongoDB Kafka Connector to natively support partial updates that append (\$push) records into an array in an upsert scenario—specifically, a built-in WriteModelStrategy to handle use cases where: We match on a configura...
Guest about 1 year ago in Kafka Connector 0 Submitted

Ignore heartbeats-mongodb topic by default

As per KAFKA-208, SMTs can't be applied to the heartbeats-mongodb topic. Users should not have to configure each connector to ignore this topic. Please either ignore this topic by default or provide a command-line switch so it can be ignored.
Guest over 4 years ago in Kafka Connector 0 Submitted

modify mongoDB DB user in ATLAS, OPS Manager , or Cloud Manager

It would be really nice if mongocli could be used to modify user accounts. Add new roles, or change the password. Currently mongocli can add, list , delete project DB user accounts. It would be nice for modify, since there is a need for password r...
Guest over 4 years ago in CLI & Shell 1 Submitted

Ability to set mongod configuration parameters at startup

For example, when spinning up a container in CI using mongodb-atlas-local image, be able to set `ttlMonitorEnabled=false` with `setParameter`. The current workaround – spinning up an extra thread to call mongosh --eval 'db.adminCommand({ setParame...
Guest about 1 year ago in Atlas CLI 0 Submitted

The new mongosh mangles the output of piped in commands

With the old mongo shell, you could set up a shell file (called something like mongo_cmd.sh)containing the path to the executable and all the command line switches you wanted like this: ``` /path/to/mongo --norc --quiet --port 26011 ``` and then...
Guest over 2 years ago in MongoDB Shell 1 Submitted

allow mongocli read configs from stdin rather than from file

To deploy new cluster we need prepare config file and put there all sensitive data, like automation user password, ssl cert passwords etc. Then we have to specify -f flag to point to this config during mongocli call. Currently this file has to p...
Guest over 2 years ago in CLI & Shell 0 Submitted

For rpm installation files, add --changelog details

For rpm installation files, add "rpm -q --changelog" details.
Felicia Hsieh about 1 year ago in MongoDB Shell 0 Submitted

add a command to list and check the invoices

It would be great if there will be the possibility to get information about invoices with atlas-cli like via API. https://www.mongodb.com/docs/atlas/reference/api/invoices/
Guest over 3 years ago in Atlas CLI 0 Started