Skip to content

Atlas

Share your idea. In order to help prioritize, please include the following information

  1. A brief description of what you are looking to do
  2. How you think this will help
  3. Why this matters to you

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

1390 results found

  1. Automatically detect location for Global Clusters

    Currently Global Clusters require a location field for zone targeting. Could the user get an option to be auto-detected based on the incoming connection? The reason for this is, not all app services have the ability to include location, so would be good to auto-detect it.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  2. Languages subtitles

    it would be great to have languages subtitles in the videos besides English.

    1 vote
    How important is this to you?
  3. Create new Atlas Alerts integration - Integrate with Atlas App Services HTTPS Endpoints with Authentication

    Today we can integrate Atlas Alerts with Atlas App Services HTTPS Endpoints (App Services function) using an Atlas webhook but the process is not easy and the use of webhook requires the alert data traverses the internet. Instead, create an built-in integration that does not traverse the internet but instead uses a private secure communication channel, that also uses Atlas App Services authentication including App Services user definitions.

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  4. Atlas feature request

    While adding access for teams to a project in Mongo UI, there should be an option to limit access to a particular cluster.
    For example: If there are 3 clusters in a project, then team 1 should have access only to cluster1 and team2 to cluster 2 and so on.

    1 vote
    0 comments  ·  IAM  ·  Admin →
    How important is this to you?
  5. Read your login suggestions.

    Possibly implement a suggestion... It's horrible. It's been horrible from day one. You don't need to re-imagine logging in, okay

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  6. Multiple connection URLs for Atlas clusters

    Allow generation of multiple application-specific connection strings/URIs to the same Atlas cluster. This would ease migration of databases to different clusters over time; consolidating smaller databases to lower costs, or separating busier databases to isolate performance impact.

    Multiple connection strings will allow us to redirect connections seamlessly when migrating databases without requiring developers to re-deploy changes to application connection strings, minimizing downtime and coordination.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  7. Link two different clusters to the same Vercel app with the Vercel Integration

    At the moment, one can only link one cluster to a Vercel app (which creates a MONGODBURI variable in Vercel). It would be nice to be able to link another cluster (e.g. a dev cluster) to the same vercel app by customising the name of the MONGOBURI variable created (e.g. MONGODBURIDEV).

    1 vote
    How important is this to you?
  8. Support export Prometheus metrics via remote_write

    High throughput prometheus compatible database like mimir, thanos, and the likes of GCP's managed prometheus really like metrics sent to them via remotewrite https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remotewrite. Grafana cloud for instance doesn't allow you to configure any scrape rules. The only option is to push metrics to them.

    Currently Atlas only allows you to scrape metrics, which means for a user to get these metrics into a highly available version of Prometheus you need to relay this off of an intermediary process (prometheus exporter or a standalone prometheus server that supports scraping)

    I think a good addition to this capability would…

    1 vote
    How important is this to you?
  9. Project alerts list does have all open and closed alerts

    The project alerts in Atlas should show all the alerts that have closed for some period of time. For example, I get alerts about a cluster whose number of connection exceed 80% of the max allowed, but I do not see that alert as an active alerts nor as a closed alert. We should see the alert, even if that alert is for a specific cluster in the project, while the alerting condition is triggered and also when its is closed for some, configurable, period of time.

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  10. Allow deletion of timeseries documents

    I'm aware of the limitations for timeseries document deletion, but it would still be great to be able to delete an entire batch documents have the same meta data... such as "Delete all that match this metaField."

    1 vote
    How important is this to you?
  11. TTL index on custom fields

    Allow TTL Index creation on custom criterias, like we have for Online Archive.

    1 vote
    0 comments  ·  Data Explorer  ·  Admin →
    How important is this to you?
  12. Need "Inactive" sessions "Terminated" connected via Atlas

    We need a feature that would automatically timeout individual user "inactive" sessions after x number of minutes, connected via Atlas. Thanks

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  13. Custom Alert on unsuccessful deployment.

    Add an Alert that will inform the user after a specific time that a deployment has not yet been successful, in order to transparently allow the customer to try a different configuration.

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  14. Add filters for easily finding projects that have encryption/audit enabled in the UI

    The https://cloud.mongodb.com/v2#/clusters has certain filters to get specific Atlas clusters. Can we add couple of more filters that can easily identify, whether that project has been enabled for encryption at rest or if the auditing has been enabled/disabled. This will help us easily generate reports for cis20 reporting.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  15. I WANT UPI OPTION

    UPI option for India users would be great.

    1 vote
    0 comments  ·  Billing  ·  Admin →
    How important is this to you?
  16. Have EventBridge send an error message to Atlas to stop flow of Trigger data at the source

    Currently, once a Mongo Trigger makes a successful hand-off to EventBridge, it doesn't have insight into EventBridge issues landing the data in its destination. Currently, you have to set up separate code to process failed EventBridge events using the DeadLetter queue. You also need to set up a process to integrate this data from the DeadLetter queue back into the EventBridge destination. If the requested functionality existed, you would only need the Trigger restart process to handle any failure in the data stream from Mongo to EventBridge destination. This will also enable a single place to monitor the data stream.

    1 vote
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  17. Allow --removeAutoIndexId option to Atlas live migration as default

    Apparently Atlas live migration does not support --removeAutoIndexId option due to which some collections having autoIndexId set to false does not allow live migration to work successfully. Please add --removeAutoIndexId option to live migration.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  18. Cache last aggregation query for each collection

    For each collection – on the aggregation tab, cache the last query which was run – keep it pre-populated in the textboxes.

    It’s so easy to accidentally click away from this page and when you come back, having to start from scratch always takes a bit. Ideally I want to be able to leave this view and come back as though nothing had changed.

    1 vote
    How important is this to you?
  19. Re-run a query from the profiler tab

    When using the profiler tab, if there is a $regex expression specified, it comes back in the logs as $regularExpression. Similar issues for ObjectID() vs generated $oid.

    For some reason, you can’t take the query the profiler outputs and just plug it back in to mongo. You have to manipulate it.

    Displaying a valid query from the profiler tab in which I could either click “Open query in aggregation viewer” and open the aggregation pane for that collection with this query pre-populated, and/ allow easy copy+pasting of a valid query elsewhere.

    The first thing I've been doing with query optimization…

    1 vote
    How important is this to you?
  20. Always show shard name on cluster's profiler page

    On a cluster’s detail page, there is the Profiler tab. If you click on that, you are brought to the slow query profiler page. What’s not apparent from this view is that this page is not scoped to be cluster wide, but instead is scoped just to the primary mongo node. If you go back to the Overview tab, click on a specific shard on the left and then go to the profiler tab, you see how now, the title is shard specific and truly shows what you’re looking at? Please always display this shard name regardless of the breadcrumb…

    1 vote
    How important is this to you?
  • Don't see your idea?

Atlas

Categories

Feedback and Knowledge Base