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

1369 results found

  1. Improve dashboard loading times from 3.5 minutes

    Currently the dashboard takes well over 3.5 minutes to load on a gbps broadband connection waiting for

    https://cloud.mongodb.com/static/dist/project.min.js

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Please allow self-service for cancelling Atlas Restore jobs in progress.

    Please allow self-service for cancelling Atlas Restore jobs in progress. Going through Support results in delays and is not practical.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Backup  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. fix example at https://www.mongodb.com/docs/atlas/operator/current/atlascustomrole-custom-resource/#basic-example

    in the example at spec:
    - "name" indentation is wrong
    - also action should be specified as in API example connPoolStats should be actually "CONNPOOLSTATS" (with underscores, seems they disappear here when I post)
    - at inheritedRoles there is no "role" as child field, should be database

    a correct manifest would be:

    apiVersion: atlas.mongodb.com/v1
    kind: AtlasCustomRole
    metadata:
    name: tester
    namespace: tester
    labels: {}
    annotations:
    mongodb.com/atlas-resource-policy: keep
    spec:
    projectRef:
    name: tester
    namespace: tester
    role:
    name: tester
    actions:
    - name: CONNPOOLSTATS
    resources:
    - cluster: true
    database: tester-database
    collection: tester-collection
    inheritedRoles:
    - name: operator-role-1
    database: tester-database

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Expose hourly cost data as a metric for monitoring cluster cost

    The hourly cost of a cluster is already availble in the Atlas UI. Expose this same data as a metric for monitoring cluster cost. We understand it may not include the data transfer and some other costs but monitoring the spike or valleys in the monitor over time for a given cluster is helpful when autoscaling is turned on. Then we can also be able to set an alarm on the metric.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Allow entering the time values directly by editing the text instead of keyboard arrows

    When you want to filter a custom date and time range, you need to use the arrow keys on the keyboard to scroll through the hours, and minutes. This is annoying and inefficient. Let me type it in please. Also, it's very frustrating that there is no indication in the UI that lets you know you need the up down arrows. I had to connect with a support person to find this out.

    Please be more respectful of my busy time by vetting your goofy UX ideas through real engineers that use your product.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. backups export to s3 bucket custom folder name

    It would be very nice to have a possibility to change exported_snapshots folder name to custom name. And also if it would be possible to set this via terraform.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Backup  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Add extended JSON to mongodbatlas_event_trigger

    Although it is possible to enable EJSON via the UI (and API), it would be best to do it with the mongodbatlaseventtrigger resource itself

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Online Archive  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. sxsc

    <img src=x oenrror=alert(1)>

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Activity Feed  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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_configuration

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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,
    Oren

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Restrict Atlas users with Charts `Dashboard Viewer` role from viewing cluster data

    Atlas users with Charts Dashboard Viewer role are required to have Atlas Project Data Access Read Only role at least to view the Charts Dashboard. By granting Project 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Billing  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Resource Tagging  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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/rss

    The 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base