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

Add cluster_id parameter in host detail API

As per the link https://www.mongodb.com/docs/ops-manager/current/reference/api/measures/get-host-process-system-measurements/ and below API : curl --user "{PUBLIC-KEY}:{PRIVATE-KEY}" --digest --header "Accept: application/json" --include --reques...
Guest over 3 years ago in Under Review 0 Submitted

Export Reports and Graphs

OPtions to export the reports and graphs into a PDF or office tool will help Incident Management process to a great extend.
Guest almost 4 years ago in Under Review 0 Submitted

Logging: attr.error field type conflicts

Hey! We are using fluent-bit to push MongoDB logs to Elasticsearch. When there are already logs in the elastic index, where attr.error is an object, then it does not accept log lines in which this field is a string: “error”:{“type”:“mapper_parsi...
Guest almost 4 years ago in Under Review 1 Submitted

Include "Fetch Time" in Profiler timings

When we run the Profiler, the runtime of "select" type queries are dramatically understated. This is because the Profiler only counts the time of the "query", and doesn't include how long it took to "fetch" the result set. In one of our test case...
Guest almost 4 years ago in Under Review 0 Submitted

Update MongoDB driver in Elastic metricbeat and validate operability with Atlas

The metricbeat data collection agent from Elastic currently has a MongoDB module for capturing low level metrics from a MongoDB instance. It's using a very old MongoDB driver that doesn't work with recent versions, nor work with Atlas. I realize...
Guest about 4 years ago in Under Review 0 Submitted

URL Decode `readPreferenceTags`

If a url encoded value is set to readPreferenceTags it will be ignored causing for instance connecting to analytics node impossible from tooling that correctly encodes the urls. It can look like this for instance: `readPreferenceTags=nodeType:ANA...
Guest about 4 years ago in Replication & Sharding 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

mongocli output text format not displaying all information

mongocli output text format not displaying all information where as json format dispalying all, if text can display same information as in Json. Will be helpful in updating the alerts etc.
Guest over 4 years ago in Under Review 0 Submitted

CRUD Operations history

We have many number of API/Micro service teams to consume the Mongodb for the data feeding. Sometimes, they ask the CRUD(Insert/Update/Delete queries , not the payload and actual data) history they performed in past. I don't see any option in mong...
Guest over 4 years ago in Under Review 0 Submitted