Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1305 results found
-
Elections bar colors in Metrics should be more vivid
The atlas metrics show node election statuses in colors - red/orange and brown. When there are multiple re-elections in a short period of time, these all merge together making it hard to decipher the order of occurrence - especially the near overlap of orange and brown Having vivid/contrasting colors should make debugging easier.
It would be helpful if some aspect about the x-axis would tell you what status the node was in at a given time. For example: the x-axis is also that color from time X to time Y, and then the node was demoted/down and the axis turns…
23 votes -
Expose the `indexStats` action when creating custom roles in Atlas UI.
The $indexStats aggregation pipeline allows user to get the statistics regarding the use of each index for the collection. This aggregation pipeline requires the
indexStats
diagnostic action.However, currently Atlas UI doesn't expose this action when creating custom roles. It would be nice to have this action listed in the "Collection Actions => Diagnostic Actions" list.
6 votes -
Adding indexes using terraform
Ability to add indexes after new clusters are created using Terraform and data has been loaded. It will help in more automation and auto recovery.
40 votes -
Create databases and collections via API thorough Terraform
Create databases (DB) and collections via API thorough Terraform after the cluster has been created in Atlas. This would provide the ease of writing and running it in a single script before any data is loaded.
105 votes -
Add replica set name to cluster info main page
It would be nice to get quick access to the name of the replica set from the cluster overview page.
6 votes -
Rename Hardware Metric "Util %"
Under hardware metrics for a given replica set, there is a metric for "Util %". It is unclear on what this represents. After careful digging through the documentation, it appears to be a metric for Disk Bandwidth Utilization. I believe the metric name should be updated to reflect at least "Disk Util %", if not something more specific.
11 votes -
readPreferenceTag flexibility in Atlas
Looking to get more flexibility to target electable nodes and the workload isolation nodes. Some ideas are to allow for custom tags or having tags that allow for targeting read-only and electable nodes together. This allows for users use the read-only nodes to scale out reads along side the electable secondaries without having to juggle multiple connection strings.
2 votes -
Allow direct access to support portal when using custom federation URL
When logging into the support portal using support.mongodb.com, if federation is enabled, the user is redirected to their identity provider based on their domain, authenticated, and then redirected to the support portal.
However, if the custom URL for the identity provider is used, the user is always redirected to the Atlas interface. We would like to request that this custom URL be able to target an endpoint other than Atlas, such as the Support Portal.
2 votes -
Allow me to pay for a month of "developer" level support without committing to a subscription
AWS lets you pay for a month of support at any time.
My understanding of MongoDB support is that if you discontinue support and then start again a year later, you have to pay for all the interim months.
Another way of doing this would be to pay per-incident. I like the monthly model better because it would work for people just getting started to ask a lot of questions.1 vote -
Profiler window should auto zoom to sampling period and show sampling period range
Atlas documentation states that the Query Profiler shows up to 10,000 queries within the past 24 hours: https://docs.atlas.mongodb.com/tutorial/profile-database/index.html#data-display-limitations
However, it is confusing to see that the Profiler cannot show more than a couple hours of data, likely because it is hitting the 10,000 entry limit.
The plot still shows a view showing 24 hours of time, but only the past couple hours have data plotted, misleadingly indicating that there are no slow queries before a couple hours ago – here's an example: https://p-37FYgJ.b1.n0.cdn.getcloudapp.com/items/JruWZDYK/Image%202020-03-25%20at%2010.49.32%20AM.png?v=7f79362e62c8d15a9f91f8ba4d5aecaf
Atlas should make the sampling time window clear in the Query Profiler graph so that we…
9 votes -
Zapier Integration
Currently The Mongo Atlas connection string is not supported by Zapier! What??
1 vote -
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 -
Create Zurich region as option for AWS deployment
Atlas already supports deployment to Zurich region for GCP. As a reasonable option, introducing AWS deployment to Zurich zone would be benefitial.
5 votes -
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 -
Credits API
I need an API that will allow access to the items under credits in the billing page.
This will allow me to pull this information daily into our master usage database to support our dashboards12 votes -
Live Migrate from Backup or Snapshot
If I already have Cloud Manager backups, or can take an EBS snapshot, I want to be able to quickly Live Migrate this replica set to minimize migration time and load on my existing infrastructure.
9 votes -
MMS Alert for Balancer Down status
please provide an option in Ops Manager to monitor the balancer status and add to alerts?
So, we will know if balancer is not running.Note:
Normally the balancer would be disabled during backups and during a scheduled Balancing Window downtime.
I believe that the Balancer has a duty cycle of either 10 secs when nothing recently to balance, or 1 sec when there's a bunch of balancing to do.
Any alert would need to account for these:
the changelog shows chunk moves commanded
the actionlog shows balancer state change history
the settings collection has the balancer state13 votes -
Add privileges for Custom Roles which are currently only available in Built-in Roles
Currently the list of privileges assignable for Custom Roles is only a subset of privileges available to Built-in Roles This request is to add the missing privileges to both the REST API and Atlas UI which are available to Built-in Roles
The first set of privileges requested by a customer is from the Cluster Monitor role
Expanded prioritized privileges requested:
checkFreeMonitoringStatus
getCmdLineOpts
getLog
getParameter
getShardMap
hostInfo
inprog
listShards
netstat
replSetGetConfig
replSetGetStatus
setFreeMonitoring
shardingState3 votes -
Allow Atlas users to issue movePrimary command
Currently Atlas users are unable to issue the movePrimary command for moving the primary shard for a db, and instead have to open a support case to do so. Can we please allow the ability for Atlas users to issue this command themselves?
2 votes -
Activity feed should indicate if any extra privileges are added to a custom role at the time of creation
At present if a custom role is created, the activity feed will only report the built-in roles that have been inherited. Additional privileges are not visible.
- Scr1.png shows the role that was actually created
- Scr2.png shows how it was reported in the Activity Feed
This makes troubleshooting of authorization issues more complicated than it should be.
It may be worth mentioning that if a role gets edited, then the corresponding even in the Activity Feed will contain more details than if the role is just created.
2 votes
- Don't see your idea?