Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1411 results found
-
Add search nodes to /processes API endpoint
I am trying to auto scale my search nodes based on CPU usage.
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Monitoring-and-Logs/operation/listAtlasProcesses does not list search node processes
1 vote -
Add search nodes to /processes API endpoint
I am trying to scale my atlas search nodes based on CPU usage.
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Monitoring-and-Logs/operation/listAtlasProcesses only lists processes for the regular atlas cluster, no search nodes are listed.
1 vote -
Add Atlas instance in GCP Sweden
Hi! We have applications running in GCP Sweden (europe-north2). Do you have any plans to add support for Atlas in that region?
4 votes -
Identify users via API that are regular project users versus federated or built-in (e.g., charts) users
Expand the API to allow a way to identify and differentiate federated users and other non-manageable users (like "Charts User") from regular project users in MongoDB Atlas using API output, similar to how the Atlas UI visually marks federated users. For example, the Atlas UI displays a greyed-out edit icon and the ScreenTip displays a "Roles are managed through federated role mapping".
7 votes -
org level resource utilization for projects
Org level resource utilization for all
Project resources - usage for clusters - CPU, Database Storage Memory , Data transfers, backups to view over utilization / under utilization of resources.1 vote -
1 vote
-
federated authentication to terraform provider
Allow OIDC authentication to the terraform provider to eliminate the need for secrets or static configuration
1 voteOnce Atlas itself supports this we will implement in the Terraform provider. We are in close contact with the PM who owns IAM and have alerted him to this request.
-
AI Driven recommendations & chatbot
My customer is requesting if it is possible to add AI chatbot or AI generated cluster sizing recommendations, similar to what GCP has in their logging tools. They provided the feedback that looking at metrics can be tedious and they want the ability to ask a chatbot what it means and have the chatbot make sizing recommendations based on this.
1 vote -
Allow removing database user from all projects
Sometimes we need to remove a database user from more than one project. Right now, the only way to do this is by clicking through each project and doing each one separately. It would be much more convenient if there was a way to search/remove a given database user from all projects at once.
1 vote -
Add correlated IP address to network access alerts
Hi team, we need to monitor when a specific IP address is added to network access.
Now there's an option to monitor this action, however, we are not getting the added IP address in the alert summary or body.9 votes -
bulk delete backups
Allow bulk deletion of backups on both active and terminated clusters through the Atlas web UI. It is currently quite cumbersome so delete them one by one if needed.
1 vote -
Node specific defaultMaxTimeMS
As this new functionality in 8.0 is intended to set a fixed time limit on all nodes across the cluster.
Is there a possibility to set it different for each node?Our non-operational (Analytics) or secondaries may be capable to tolerate higher limits than Primary.
Yes, 'maxTimeMS()' would overwrite this but adding it to all the queries is not feasible & occasionally the same deployed query may need to run little longer to retrieve/scan more docs than it was originally supposed to.2 votes -
Custom Role - blank collection note
This screen should have some indicator saying "If collection is left blank, applies to all collections.
I tried entering a "*" and that didn't work. Did some searching and eventually found I could leave it blank.
1 vote -
Make Atlas UI aggregation pipeline builder limitations configurable
There is currentl an aggregation pipeline builder limitation on $group, $bucket, and $bucketAuto which cannot be changed or increased in the Atlas UI. Make the limit configurable just like it is MongoDB Compass.
2 votes -
Use Semantic Versioning
Hi,
My problem is that the terraform provider doesn't use semantic versioning.
This has caused me quite a few problems.
Firstly - it's difficult when scrolling through your version releases to understand what's breaking and what's not (I lost an hour today having to check all the releases for updates, and then applying every couple of versions from an outdated provider to make sure there were no breaking changes).
Secondly, it means I have to pin a specific version in my terraform provider rather than leaving it to auto-update to the latest minor version "~> 1.0".
Lastly, it makes using…2 votes -
Use Semantic Versioning
Hi,
My problem is that the terraform provider doesn't use semantic versioning.
This has caused me quite a few problems.
Firstly - it's difficult when scrolling through your version releases to understand what's breaking and what's not (I lost an hour today having to check all the releases for updates, and then applying every couple of versions from an outdated provider to make sure there were no breaking changes).
Secondly, it means I have to pin a specific version in my terraform provider rather than leaving it to auto-update to the latest minor version "~> 1.0".
Lastly, it makes using…1 vote -
DB Growth
Hi Team,
Please create a new alert for DB Growth . For Example if DB growth is more than 100% in last 6 months . we need to get alert.
2 votes -
User Limit
Hi Team,
Please add a new alert for the Database User limit. Alert should be configure for desired percentage of user . For example ( 80% )
1 vote -
Rolling Index Build : Hide nodes until replication lag below threshold
During a rolling index build, do not bring a node back online as visible until replication has caught up and/or reached a configurable threshold to ensure optimal data availability
1 vote -
Add support for ephemeral password input in mongodbatlas_database_user resources
Terraform v1.10 added ephemeral resources that are not persisted in state, and v1.11 then added support for write-only resource attributes. To make use of this new resource type, resources must take a write-only input for applicable variables.
To make use of this in
mongodbatlas_database_user
, I propose adding an alternativepassword_wo
input that is mutually exclusive with the existingpassword
input, along with a supplementarypassword_wo_version
value that will trigger a change if required (this is the pattern used inaws_secretsmanager_secret_version
).The database user could then be configured as such, without the password being present in the terraform state:
…7 votes
- Don't see your idea?