Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1186 results found
-
Provide UI to test failover of a sharded cluster
Currently we can test failover of replica set to test that application gracefully handle elections etc. I'd like to see a way to do the same for sharded clusters. Maybe this could turn off a random mongos router node at the same time as trigger an election on one of the shards.
1 vote -
Atlas MongoDB Users Page has Confusing Role Assignment
There is currently some confusion that has been introduced in the UI regarding the “old” way of specifying namespace-level roles and the “new” way that is used when using custom roles in Atlas.
Let's say I create a user,
hi
, with thereadWrite
default role onfunkydb
:https://cl.ly/bf42cae9383b/Image%202019-02-27%20at%2010.21.46%20AM.png
And create a separate MongoDB user,
hi_again
, assigned thefunkydbreadwrite
custom role (which is defined the same way, with thereadWrite
default role onfunkydb
):https://cl.ly/0b0b1ee50722/Image%202019-02-27%20at%2010.22.48%20AM.png
These two roles are essentially the same, but the UI in the MongoDB Users tab renders them differently:
https://cl.ly/5cc211e2c7d7/Image%202019-02-27%20at%2010.19.40%20AM.png
In the example…
1 vote -
1 vote
-
Ability to stop the snapshot restore in the Atlas UI
This is a feature request for ability to stop the snapshot restore in the Atlas UI
1 vote -
Support HITRUST certification for Atlas
Some companies want a certification from HITRUST https://hitrustalliance.net/about-us/ in order to put workloads in the cloud
1 vote -
Pause and Resume clusters needs a timestamp in the JSON
Currently clusters can only be paused for 7 days. After that period they must be resumed for at least one hour. However the time of resumption is not included in the result from the resume REST call. If that data was included a script could determine easily when to pause a cluster again after maintenance jobs are finished.
1 vote -
Add eventTypeName for Maintenance Windows in alertConfigs response
After adding a maintenance window to an Atlas project, the alertConfigs returns additional entries that do not include an eventTypeName field, it seems that these additional entries relate to the maintenance window but it's not clear:
{
"created" : "2020-02-28T16:04:18Z",
"enabled" : true,
"groupId" : "",
"id" : "",
"links" : [ {
"href" : "https://cloud.mongodb.com/api/public/v1.0/groups/***/alertConfigs/5e593a02559f765dca07acfe",
"rel" : "self"
} ],
"matchers" : [ ],
"notifications" : [ {
"delayMin" : 0,
"emailEnabled" : true,
"intervalMin" : 60,
"roles" : [ "GROUPOWNER" ],
"smsEnabled" : false,
"typeName" : "GROUP"
} ],
"updated" : "2020-02-28T16:04:18Z"
},…1 vote -
1 vote
-
Time Sensitive Alerts
I would like the ability to (optionally) set a time window for any alert. IE Alert me if average write latency rises above 500 msec from 8am to 8pm. If outside those times don't alert me.
1 vote -
Add more details on backup policy changes in Atlas activity feed
In Atlas when you search for "Cloud provider snapshot schedule updated for cluster" in the project's Activity page, it doesn't provide any details on schedule policy changes information, the customer have to call the snapshot schedule API to get the policy schedule change information. However, the API call output still doesn't have any history change information for audit purpose.
Please consider add that information to the Atlas activity feed page.
1 vote -
Allow to Peer with VPC's that doesn't follow Private Networks Ranges
Allow to Peer with VPC's that doesn't follow Private Networks Ranges
Currently I have one infrastructure based on a VPC with the CIDR range of 30.0.0.0/16, and I'm unable to make it safe with VPC peering because of the restrictions on this.
https://docs.atlas.mongodb.com/security-vpc-peering/
I thinl that allowing to peer with any AWS VPC's that do not overlap would be nice, as it is difficult to change the VPC when you have a running infrastructure, just to integrate safely with MongoDB Atlas
1 vote -
More granular results in Activity Feed
I can't see all the data I want today
1 vote -
Support TLS1.3 in Atlas Control Plane and Clusters
Add TLS1.3 as an option for encryption-in-motion.
1 vote -
Missing time zone name
I was trying to Select my country's timezone but I could not find it. Namibia's timezone is Africa/Windhoek +2 GMT or otherwise Central Africa Time +2 GMT after it abolished the Daylight savings time in 2017. However, none of the options are available for timezone selection when setting cloud preferences.
Please note I can not use another country's timezone even if they are similar.
1 vote -
Expose OAuth2 for Slack integration to API
I think to have the third party integrations as Terraform resources would be ideal, but currently the Slack integrations supports OAuth2 via UI and not via API. It would be good to be able to configure this through the API, so that this can be automated.
1 vote -
Allow to configure `maxTimeMS` for commands executed from Data Explorer
What is the problem that needs to be solved? Allow to configure
maxTimeMS
for commands executed from Data Explorer.Why is it a problem? (the pain) A) Data Explorer cannot work with views in case if the view is taking >15000 ms to be load. Data Explorer cannot work with find in case if that find operation is taking >15000 ms to be completed.
1 vote -
Ability to download invoices in JSON Format
You provide the ability to download invoices in PDF, Txt and CSV format.
Would be great to download them in JSON Format1 vote -
Ability to download backups without requiring a token with write permissions
I want to automate downloading the most recent continuous backup snapshot to a local machine nightly. The guys on your intercom help chat were pretty helpful in pointing me at
delivery.url
here:https://docs.atlas.mongodb.com/reference/api/restore-jobs-create-one/
But I was surprised that in order to download a backup, I need to use a token with write permission. It would be great for security reasons if the machine I use to download backups could do so without needing to have a write token.
1 vote -
I'm looking for a database to replace the Lotus Approach which I have been using since 1995. It works well for my subscription list. I
I don't understand your site at all! But I would really like to move my data away from Approach as it is limiting. Windows XP is the best Os, it doesn't connect with the internet. But it has Forms which are brilliant.
1 vote -
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
- Don't see your idea?