Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
1359 results found
-
Make IP linking easy for Atlas customers deployed on Google Cloud
I know it may not seem MongoDB's responsibility, but understanding how to get IP addresses for my Google app engine services so that I can put them in MongoDB (which for some reason wants IP addresses instead of URLs) it's difficult. If MongoDB wants to sell to Google Cloud customers they should make it easy to set up, not only for the billing.
1 vote -
Define the secret name for the connection string output from the operator
Hello all, instead of using a predictable naming convention for secrets:
$project-$cluster-$username
I'd like to be able to nominate the output secret name similar to how crossplane does this.
More details found at the Github Issue: https://github.com/mongodb/mongodb-atlas-kubernetes/issues/1369
1 vote -
automatic upgrade
Forced automatic major version database upgrade.
When there is an extension the automatic database upgrade, remove the banner that says it is going to upgrade at the previous date. This is confusing and unnerving as it looks like it is going to upgrade.
1 vote -
Default Maintenance Window to Out of Hours
With Atlas MongoDB, maintenance windows when not defined default in many cases to periods during peak hours. With maintenance such as automated rolling upgrades, this can impact performance. I would suggest defaulting this to a time overnight relative to the hosted region of the cluster.
In addition, there appears to be no obvious way to see what the maintenance window is without inspecting automated updates in the Activity Feed. If this is the case, adding it to the interface would be useful. Note that even toggling the manual setting of the maintenance window to on will default to the first…
1 vote -
CDK L3 Resource for Atlas Streams Resource
Would help my organization get started faster with Atlas Streams Processing
1 vote -
Start/Stop Atlas instance from external script
Currently the ability to stop or restart an Atlas instance is not allowed from the customer's side of things, and is an action that can only be performed by MongoDB Support.
We would like to have this feature added.This use case very important for our organization as different application teams should be able to bring up or down the database as they need.
We cannot grant permissions on Atlas console to all the teams in our setup.
Instead, we may have a custom script developed using Javascript or similar scripting languages and enable users to start or stop Atlas…1 vote -
Restrict Atlas access to use only specified folders within an S3 bucket
We are looking to further restrict Atlas access to use only specified folders within an S3 bucket. so that it provides more granulated access
1 vote -
Always display TTL index's seconds to expire
We have a lot of TTL indexes and sometimes we need to know the number of seconds till expiration ("expireAfterSeconds").
This information is available only if we hover over the tiny tooltip (see screenshot). This is very annoying and impossible to copy/paste.Please always show the number of seconds for TTL indexes or at least add a button to copy the value.
We would appreciate it if you could take this to your Product/Engineering to implement (should take exactly one minute as the value is already their in the HTML DOM).
1 vote -
Three icons on the top right go unnoticed
The three icons on the top right are going unnoticed, and it causes troubles to users to find stuff in the UI.
I wanted to find "alerts" in the account, and it took me ~fifteen minutes to find it in the UI.
The three icons the top right are as following:
1. Invite to project
2. View the project activity feed
3. View the project alertsI've highlighted these three icons in the screenshot. Need to improve the UX.
1 vote -
VPC flow log to identify the rejected source IP by IP access list
Customers can identify the source IP addresses dropped by Atlas IP access list if cloud provider flow log like VPC flow log is enabled and stored in the storage like S3.
1 vote -
View cluster/storage scalable (yes/no) in "All cluster" dashboard
Right now in the "all cluster" view, one cannot see, if the clusters are enabled for auto scaling. my idea is to add this also to avoid last minute performance alerts for non scaling enabled clusters
1 vote -
Read-only access to project snapshots
Create a role that allows less-privileged users to download project snapshots.
Project Owner rights are currently required in order to simply download a project snapshot. Our team needs to pull snapshots in a variety of contexts, for development and offline analysis -- especially from projects associated with our non-production environments -- and we have to harass our administrators each and every time. It's frustrating to everyone involved.
1 vote -
Collection query audit logs
It would be nice to be able to see what queries were run on which collection over the last x days.
1 vote -
View Atlas user sign in method in logs or UI
We'd like to see how are users are signing into Atlas.
At the moment we can just see username, email and permissions.I want to see which Auth method they used to sign in e.g. email & password, GitHub SSO, Google SSO, AD etc.
1 vote -
EmbeddedDocuments Search multiple compound fields
Today, it doesn't seem that a $search index on a list of object documents allows for an embeddedDocument search to match on multiple properties within the document.
So, if I have:
[{
name: 'Doc 1',
attached: [ { name: 'a', type: 'string' }, { name: 'b', type: 'number' }]
},
{
name: 'Doc 1',
attached: [ { name: 'a', type: 'string' }, { name: 'b', type: 'string' }]
}]I would like to be able to write a compound query like this:
[
{
$search: {
index: "default",
compound: {
must: [
{
embeddedDocument: {
path: "attached",
operator: {
compound:…1 vote -
MongoDB Atlas historical stats by collection
It would be helpful to have historical metrics for storage by collection. Storage space used, indexspace used, number of indexes.
Thanks1 vote -
Support resource tags included in billing ingestion dashboard while filtering Charts billing dashboard by resource tags
It's important to support resource tags included in billing ingestion dashboard and filtering the charts based on these resource tags. Include the resource tags in Atlas billing dashboard as filter/group criteria
1 vote -
1 vote
-
Improve Metric Correlation
Would be nice to better correlate metrics, server events, and individual operations.
For example would be helpful to have in the profiler indication of automatic scale up/down of the cluster in order to easily correlate actions that trigger them in the last 24h.
1 vote -
Profiler: expose the dashboard ID and chart ID from which the query is originating
My MongoDB analytics node performance is decreasing.
Looking at the profiler it seems that some specific queries are super slow.
I can see the full query, I can see that they originate from MongoDB charts ("appName": "atlas-data-federation|app-services|xxxxx").
But I cannot see which dashboard ID and which specific chart ID this query is originating from.
So I cannot, for example, easily find which chart to delete.Is this something you could help with? or any work around?
thanks!1 vote
- Don't see your idea?