Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1310 results found
-
Add Support for AD/LDAP Token Groups
This is a request to add support for the Token Groups LDAP attribute included in Active Directory’s LDAP implementation:
https://docs.microsoft.com/en-us/windows/win32/adschema/a-tokengroups
Currently Atlas/Mongo only supports looking up group membership from queries against the user object in LDAP (typically by looking at the “memberOf” attribute). This attribute does not include groups to which a user is a member via nested groups (being in a group that is also a member of another group). An LDAP filter can be added to the user group lookup which uses recursive filters to find all groups, however, that approach has the following problems:
- Recursive lookups are…
2 votes -
Atlas Activity feed flooded with Data-Explorer read-only operation events
As a user I find the Activity Feed overwheliming and want to be able to filter events more granuralry
3 votes -
Update your API to support GraphQL
The current REST API requires many queries to get all of the information needed for a simple thing. For example, if I want to pull logs for a cluster called My-Cluster in a project called My-Project, I need to....
- GET the list of projects from the organization
- Parse the result to locate the Project ID for My-Project
- GET the list of clusters in My-Project
- Parse the result to locate the cluster nodes that I need to grab logs for
- For each node in the cluster:
- GET the log(s) for that node
At least the first four steps described here could…
1 vote -
More detail and lead time around maintenance notifications
When we get email notifications of upcoming maintenances, it doesn't specify if the update is "urgent" or "low". When we received our last notice, it was 3 days out. If it's urgent, then we understand the short time frame around the notice. However, if it's a lower priority update, I would hope we could configure how far out we are aware of the maintenance or at a minimum get notified 2 weeks prior so we can communicate to our end users.
Additional information around what the maintenance is for would be appreciated as well. Something along the lines of "Patching…
9 votes -
Export metrics to AWS Cloudwatch
Have an integration with AWS Cloudwatch to send the metrics from MongoDB Clusters to Cloudwatch so metrics and alarms can be setup in CW.
19 votes -
Atlas Open Service Broker: PCF CredHub integration
Integrate Atlas Open Service Broker with CredHub to keep Atlas secretes in CredHub for PCF Use cases
2 votes -
Ability to change First and Last Name
It would be good if users are able to modify their First and Last Name after account creation.
7 votes -
Improve the Interface for backup menu
Backup options display in different places for M5 and M40 instances. I think this is misleading and not consistent. Also, the form for backup restoring for M5 instances may easily lead to a catastrophe. That's because even when you explicitly enter a specific cluster, you can still select another cluster to restore to. Here is a video that I've recorded to explain my point of view:
https://www.loom.com/share/4d747b225c964af9809e0c8813a9b0811 vote -
remove the captcha from login, especially if 2 factor auth is enabled.
I very much dislike being asking to train ML models by doing picture identification just to login to my account. Please find a less offensive captcha process, or remove it entirely when 2 factor auth is enabled.
8 votes -
Have a page that describes different commands necessary to mongodump a local database and transfer that to atlas. Describe only that
Have a page that describes different commands necessary to mongodump a local database and transfer that to atlas. Don't include descriptions of all the options for whatever commands are necessary to do that, only write what is precisely necessary to do that. Include an example like the following:
Database name: testDatabase Host address: testAddress Username: testName
Password: testPassmongodump --db=testDatabase
mongorestore --host testAddress --username testName --password testPass --authenticationDatabase admin --db testDatabase ./testDatabase
END OF EXAMPLE
I don't know what commands actually work to create a file that can be uploaded to an Atlas cluster because the documentation doesn't have a…
1 vote -
Ability to stream logs to Cloudwatch Logs or Datadog
There's no way to stream logs from MongoDB on Atlas right now. I should be able to stream logs, either to Datadog or Cloudwatch or something!
249 votes -
Suggested actions for alerts
Alerts are often very cryptic & don't provide any useful information. For example, when alerting that queries are returning too many rows, without informing me the query or at least the collection, that's very useless. I'm looking at a replication oplog window alert right now and I have no idea what to do about it.
61 votes -
Heroku Atlas Plugin
Since mongo lab https://docs.mlab.com/mlab-to-atlas/ is acquired by mongo, and migration to Atlas is recommended.
We need Heroku Plugin for mongo Atlas, as promised on https://docs.mlab.com/mlab-to-atlas/ page FAQ section.
My company is planning some big projects on heroku and having a plugin would make our lives much easier.
Is there any ETA on this plugin delivery date?
Since the set goal of migrating mongo lab users to Atlas is start of 2020 Heroku mongo lab users should have easy option to do it soon.
2 votes -
Atlas UI (Data Explorer): Export feature .csv/.json option for collection integrated into (JS) MongoDB Atlas Cloud
Have an Export feature WITHIN Atlas UI (Data Explorer) where user can perform (select collection and export as .csv/.json directly from the website without using Compass/data dump) option for collection integrated into (JS) MongoDB Atlas Cloud.
34 votes -
Upload good tutorials in YouTube about connecting database with available three options.
Upload good tutorials in YouTube about connecting mongodb atlas with available three options.
9 votes -
Allow Alerts to be sent to an Atlas Team
Alerts can be configured to send to specific Atlas Users, but not Atlas Teams, which diminishes the value of setting up a team of users.
14 votes -
Compact mode for browsing documents
Could we have a compact mode to view the documents in a collection?
I would enjoy a table-like view, with much less padding, and a column with actions.3 votes -
ESC to exit/cancel record edit mode
Double click on a specific record enter edit mode. ESC would be great to exit it.
I often need to dbl-click object IDs so to quickly select them. This habit costs me additional mouse travel to reach Cancel, and then click.1 vote -
Bulk multiple delete
Especially during testing, when you create masses of bogus, invalid records, would it be nice to have a better interface for batch deletion. Having selected multiple records I should be able to delete them in one go, which is not the case currently. There are multiple way to solve it UI-wise - won't dig into details.
Also, sometimes the whole collection becomes worthless, in which case a button "Clear collection" would be a handy tool.
I understand the safety concerns for collections which are in production. Maybe we could flag project/collection as development/production - in which case some features would…
5 votes -
When downloading logs select the primary server by default
In the download logs dialog we need to select a server, as the primary server usually has the most useful log information it would be useful if the server selection drop down defaulted to the primary.
1 vote
- Don't see your idea?