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 other operators (range/TO, NOT) in queryString

I like lucene query string syntax (https://lucene.apache.org/core/8_10_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description). I think it is more human-readable. So, please add the range operator to it and if...
Guest over 4 years ago in Atlas Search 0 Submitted

Enhanced alerting for Atlas Search

I am looking to set up alerts for the following criteria related to Atlas Search: - Alert and metrics based on search index queue size (when we expect results to be slow to appear) - Alert when a search index is being rebuilt (when we expect degra...
Guest over 4 years ago in Atlas Search 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

disk iops

Can you please revert the change to metrics view for disk iops? It it completely unreadable and meaningless now. There used to be 2 lines that made sense. Now there are 4... but looks like a bar chart. Anyway. Can't read it. I would suggest. 1. ...
Guest over 4 years ago in Under Review 0 Submitted

Display warning when loading an index definition with the Visual Editor that contains unsupported features

The Visual Editor does not currently support custom analyzer definitions or synonym mappings -- those have to be defined in the JSON Editor only for now. If an index definition that contains such unsupported feature is loaded into the Visual Edito...
Roy Kiesler almost 5 years ago in Atlas Search 0 Submitted

mongocli - allow to enable/disable agent modules

As of mongocli version 1.17.0 there is no way to enable monitoring and backup modules for a cloud manager or ops manager project. You can only query the agents and the modules enabled. This won't allow you to use mongocli to setup a new project ...
Guest almost 5 years ago in Under Review 0 Submitted

Add two more entries to the sample_training.zips collections

The lab task currently can be solved without paying attention to the difference between the $lt vs $lte and $gt vs $gte operators: MongoDB Enterprise atlas-7ooiae-shard-0:PRIMARY> db.zips.find({"pop" : { $gte: 5000,$lte: 1000000}}).count() 111...
Guest almost 5 years ago in Under Review 0 Submitted

Don't require path on search queries

It would be nice if a path defaults to all paths in the index. For example, imagine I have a customers collections with the fields "firstName" and "lastName" and I want to create a search based on user's full name. Then I create a search index on ...
Guest almost 5 years ago in Atlas Search 0 Submitted

profiler search by db

Currently, the profiler search is for namespace.collection_name. If I would like to see how all collections for a given namespace or DB are behaving it's a very tedious task and not user friendly at all.
Guest almost 5 years ago in Atlas Search 0 Submitted