Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1357 results found
-
Collection size metrics
Hi,
From time to time we have Atlas auto-scale up our clusters' disks. We then need to start analyzing why. In some cases it is organic growth of the data we store, but in some cases we are missing TTLs or they are misconfigured and we accumulate data we do not need.
In both cases, trying to realize what causes the disk increase is a very tedious process as some clusters have thousands of collections.
To overcome this, we started running a small utility that gathers some data over all our collections. It iterates on all the organizations, all the…1 vote -
Project Activity Feed to have more information on why a `Host experienced a rollback`
Whenever a host is rolled back, the Project Activity Feed will have
Host experienced a rollback
&Host has restarted
entries but it does not provide information on why the host rolled back. Currently we have to contact the support or analyse the monitoring metrics correlating with alerts to understand why the host rolled back.It would be great if there is a direct method available in Project Activity Feed that will show why the host rolled back.
1 vote -
Manage Organization Alerts in Terraform
We should be able to manage organization alerts through terraform, not only project level alerts.
I wanted to create a billing alert at organization level with terraform but was not able to do it, because the resource only allows the alert to be created at project level.
Doc: https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/alert_configuration1 vote -
Atlas disk scale up alerts are useless without the cluster name
I created an alert for Atlas auto scaling the disk events, and asked for it to be sent to the DevOps team mail and a slack channel.
While the mail is informative, the slack message isn't - it doesn't show the cluster where the scale up happens, only the project. Given the fact there's a large amount of clusters in the project, it renders the slack alert rather useless. Please add this to the slack alert as well.
Thanks,
Oren1 vote -
Restrict Atlas users with Charts `Dashboard Viewer` role from viewing cluster data
Atlas users with Charts
Dashboard Viewer
role are required to have AtlasProject Data Access Read Only
role at least to view the Charts Dashboard. By grantingProject Data Access Read Only
role these Atlas users can not only view the Charts Dashboard but also can view the cluster data.It would be great if we can have Atlas users to view Charts Dashboard alone without the need for granting
Project Data Access Read Only
role access. So that they no longer can view the cluster data, which is very important.1 vote -
enforcing tagging
Hi Team,
The customer, has requested a feature similar to Reinforcement Tags[https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/implementing-and-enforcing-tagging.html], as offered on AWS. This is a critical need for their operations, as certain units do not consistently include tags on every cluster.
Implementing this feature would greatly enhance their ability to manage and scale their infrastructure effectively.
Thank you for considering this request, and I’m happy to provide further context if needed.
1 vote -
1 vote
-
Support portal central location to manage subscriptions to notifications from MongoDB
There are currently multiple locations to sign up for notifications from MongoDB.
A central location on the Support Portal UI would help Customers to get the information relevant to them.
Current options include:
The MongoDB Alerts page lists critical alerts and advisories for MongoDB Products.RSS feed of all CVE vulnerabilities, which allows customers to subscribe and receive new CVEs alerts as they are published.
The CVE RSS feed can be accessed here: https://www.mongodb.com/alerts/rssThe Standard security alerts page is here.
Please also see the KB: How can I track security updates from MongoDB?.You can subscribe to…
1 vote -
Setting alert from Atlas when scheduled maintenance canceled
Recently we experienced unnecessary resource allocation due to a lack of proper notification. I received maintenance cancellation alert by simple email that "maintenance is no longer needed".
We need ability to set an alert to the channels we're using to notify alerts for maintenance schedule to increase visibility.
Ability to set alerts in Atlas to receive cancellation notifications at the same level of detail as maintenance schedule notifications.1 vote -
Add application connection details
It would be really helpful to be able to see application connection details on Atlas monitoring. The "real time" only shows active collections. I want to see which applications are connecting, active, and what queries are they running etc. At this moment, we don't have that on Atlas web console. Please consider this feature to be added in the coming future.
1 vote -
Include “Tag” Field in the Cost Explorer API Response
We would like to request an enhancement to the API functionality to better support our reporting needs. Specifically, we are asking for a “tag” field to be included in the response from the following endpoint:
https://cloud.mongodb.com/api/atlas/v2/orgs/%s/billing/costExplorer/usageBackground
Our team generates detailed monthly reports on departmental usage costs using the API. Each month, we provide information such as:
• Organization ID
• Project ID
• Cluster NameTo categorize costs, we use tags to assign each cluster to specific internal department categories. These tags are already included in the CSV file available at billing > invoices > download > csv, allowing…
3 votes -
When I want to end my membership, show all the steps that must performed and bring me to those pages to perform the actions.
You guys know what needs to be done to end a membership. Currently it is very user unfriendly to let your user hunt for all the steps. Especially when your instruction do not match the latest interface.
My very poor experience to end my membership would give me pause to recommend MongoDB, because it doesn’t show a customer centric view and behaviour.
1 vote -
Notification per Cluster
I would like to see notifications per cluster.
Our Problem is that we have a nonprod Cluster, that is inactive at night. When it comes back in the Morning, we get a lot of mails "Search Index Build Complete" this is simply not usefull... But if this happens on our prod cluster this would be problematic.1 vote -
Tags on databases and use these tags in Billing dashboards
I want to be able to tag databases inside clusters and be able to build my custom Billing dashboards using these tags.
I have multiple databases within a cluster and each database serves a different feature or microservice. I'd like to know how much I spend by a tag for compute, storage and data transfer, etc.
I want to be able to apply the same tag across multiple clusters on multiple databases, so Billing can be calculated on multiple databases across multiple clusters.
This feature would greatly improve Mongo's FinOps capabilities.
7 votes -
Add an API endpoint to query the updated version of Atlas Administration API
Provide an API endpoint that provides a list of all Atlas Administration API versions or at least the latest verssion.
1 vote -
ชุมชน
ทรัพยากร
1 vote -
Atlas on GCP - CMK - Avoid Service account keys
We want to use our own GCP CMK keys to encrypt our environments deployed in Altas GCP
We read the document here: https://www.mongodb.com/docs/atlas/security-gcp-kms/#required-access and it states that we need to provide our Google Cloud Service Account Key.
Is there a way to use something like this: https://cloud.google.com/iam/docs/workload-identity-federation.
Summary: Use Identity and Access Management to grant permissions on GCP CMK instead of Service account keys.1 vote -
Provide state import capability on mongodbatlas_organization resource
The mongodbatlas_organization resource does not have state import capabilities and I don't understand why. This doesn't seem to be a difficult one to implement and for us it will greatly help, because we have a need to import into state existing organisations which were created (unfortunately) outside terraform.
9 votes -
Update the regex used to split a database user import id to match the database name constraint
Hello,
While doing terraform import of the mongo db users, i'm facing an issue with the mongo terraform provider.
The database name contains an underscore so my imported user ID is 5ceClusterId-username-my_database.
I've got the following error when i launch my terraform import:
Error: error splitting database User info from ID
│ import format error: to import a Database User, use the format {projectid}-{username}-{authdatabase_name}Indeed the mongo tf provider uses a regex to split this ID and doesn't allow characters for db name others than $a-z.
=> https://github.com/mongodb/terraform-provider-mongodbatlas/blob/ebb67f86165e0a364e486e769678377db507f005/internal/service/databaseuser/resource_database_user.go#L349Is it possible to update the regex to allow others…
5 votes -
Surface hourly usage data and charges
Usage pattern can change very quickly throughout the day so a daily granularity of usage/cost is not sufficient for us to analyse usage behaviour.
We need a further granularity which is the hour by hour usage and charges in order to help us monitor cost and spot pattern/irregularities.
3 votes
- Don't see your idea?