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

1392 results found

  1. 1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  2. Implement SCRAM-SHA-256 mechanism for Atlas or make a SCRAM-SHA-1 as default

    The main problem is inconsistency in the default authentication mechanism of clients and Atlas.

    This causes a failover from SCRAM-SHA-256 to SCRAM-SHA-1 by clients on authentication failure.

    This causes a huge number of errors in "Database Access History" which becomes useless.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  3. Granular archiving window - schedule archiving at multiple times

    At present online archiving can only be sceduled once per day/week/month. There should be an option to add multiple scheduling windows in a day/week/month to enable schedules such as "every Saturday and Sunday", or "at 3AM and 10PM".

    1 vote
    0 comments  ·  Online Archive  ·  Admin →
    How important is this to you?
  4. Minimum Oplog Retention Period - Set Minimum Oplog Window

    The documentation states: "New in version 4.4: Starting in MongoDB 4.4, you can specify the minimum number of hours to preserve an oplog entry." https://www.mongodb.com/docs/manual/core/replica-set-oplog/#minimum-oplog-retention-period

    The mongodbatlas_cluster resource in the terraform mongodbatlas provider only provides for the oplog_size_mb argument. https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cluster#oplog_size_mb

    It would be nice to have that exposed so that terraform can update that value.

    1 vote
    How important is this to you?
  5. Basic operational metrix support with instana and grafana

    Hi MongoDB Team,

    We are using grafana and instana SRE tools for application monitoring.

    But MongoDB did not exposing the basic statistics like Total number of records and record insertion / updation / selection rates (over a sepcific period of time ) with grafana and instana .

    Kindly note that grafana and instana are widely used as industry standard SRE tool and it will be really helpful if MongoDB team could also expose these kind of detailed statistics with grafana and instana.

    I would request you to prioritize this request since lack of these reports is creating an empty space…

    1 vote
    How important is this to you?
  6. prometh

    Hi MongoDB Team,

    We are using grafana and instana SRE tools for application monitoring.

    But MongoDB did not exposing the basic statistics like Total number of records and record insertion / updation / selection rates (over a sepcific period of time ) with grafana and instana .

    Kindly note that grafana and instana are widely used as industry standard SRE tool and it will be really helpful if MongoDB team could also expose these kind of detailed statistics with grafana and instana.

    I would request you to prioritize this request since lack of these reports is creating an empty space…

    1 vote
    How important is this to you?
  7. upload prebuilt typescript provider for cdktf support

    I am trying to add the mongodb/mongodbatlas provider to a newly created cdktf project generated in the typescript language but the installation fails as npm is unable to find a prebuilt cdktf provider for the provider

    1 vote
    How important is this to you?
  8. Atlas Administration API: Expose more information on cluster status

    We are using the Atlas Administration API in order to automate scaling a production database cluster deployment in a more fine-grained way than the existing autoscaling offer. The specific database cluster is deployed as a replica set, so there is a number of electable nodes (one primary + 2, 4 or 6 secondaries) and any number of read-only (RO) nodes.

    The goal is to be able to tune the number of nodes in a specific region, and being able to monitor the progress of the change being rolled out. Currently, the API offerings are too limited to do this effectively,…

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  9. mongodbatlas_database_connection

    A resource that creates a connection for a database.

    resource "mongodbatlas_database_connection" "connection" {
      database        = "test"     # Name of database
      connection_type = "Standard" # or Private Endpoint
      database_user   = "test"     # Name of DB_USER
      method          = "shell"    # other options  "application | compass | vscode"
    
      # For Standard Connection
      ip = "accessAnywhere" # or other IP Address
    
      # For Private Endpoint
      endpoint = "" # ID of Private Endpoint
    }
    
    

    OUTPUT ARGUMENTS

    • id
    • connection_string
    1 vote
    How important is this to you?
  10. webhook

    Have the ability to specify template for the webhook being send. Currently this is static information and it would be better if it is possible to customize it. This will also make the integrations with not supported 3rd parties more easier and it doesn't have to create a mitm service that translates the atlas webhook to some other format.

    1 vote
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  11. Improve OpsGenie alert mis-categorization

    We noticed that alerts sent to Opsgenie using the Integrations is using "https://api.opsgenie.com/v2/alerts" URL, which causes Opsgenie to mis-categorize the alerts for all customers, according to Opsgenie themselves.

    Issue re-production steps:
    * Create a team in Opsgenie or use an existing team (use a team that is NOT used for the Default API integration)
    * Create a MongoDB integration in that team and take note of the API key
    * Create an Opsgenie Integration in MongoDB and use that API key
    * Generate an alert or Test the integration
    * Verify in Opsgenie that the test alert did…

    1 vote
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  12. Don't overwrite explicitl role with default organisation role configured in identity provider

    we have user created in Atlas on Organisation level with specific org role. If we configure Identity Provider and set some default role, then after first login this user will receive this default role and original role will be lost. So, even after disabling identity provider, user will have this default role.

    Suggestion: explicitly granted roles should be keep untouched, but not be applied in case of active identity provider.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  13. BLACKOUT Period to avoid outage

    set up blackout period to avoid sending those alert while performing any index rebuilding in a rolling fashion or disk expansion activity ?

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  14. Additional metadata for alerts through the API

    The lack of metadata is blocking us from having parity with opsmanager on our production alerting capability. Currently, when some alerts come through the API, there is no information to parse so you can't tell where the issue is happening. Even adding just the cluster would be helpful. As of now there is so little information that alerts using the data dog integration are worthless.

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  15. Copying gbs of collection data from one project to another project

    Currently it is highly time consuming process of copying a 100gb collection from one project to another project. There is no faster and proper way of copying the data. This feature is highly needed. Because each environment resides in different projects. If someone want to copy only handfull of collections from one project to another(dev to prod and vice versa) then its a nightmare for doing this kind of job. Tried mongomirror and mongodump feature but those are not quite impressive.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  16. 1 vote
    How important is this to you?
  17. Save ATLAS monitoring selection settings

    Atlas monitoring has different setinngs: Primaries, Secondaries, All

    it would be good if the setting ALL (and maybe others) could be saved so I do not need to select it again.

    thanks
    Rene Schwarz

    1 vote
    How important is this to you?
  18. Support Authentication Triggers upon user update

    We would be happy to see Authentication Trigger support for UPDATES in user management. For now it seems these triggers are limited to user creation and deletion (https://www.mongodb.com/docs/atlas/app-services/triggers/authentication-triggers/). We had an incident recently where a user was edited by mistake. Having these alerts on user update could have aided to alert us of a potential issue much sooner.

    1 vote
    0 comments  ·  Alerts  ·  Admin →
    How important is this to you?
  19. Ability to download invoices based on custom date range

    A customer requested the previous year's invoices. Currently, there's only a way to view/download month by month. Can we improve the UI/UX by allowing the end user to download after selecting a date range via the filters that already exist in the Atlas Billing page?

    This would enhance the user's experience in similar scenarios so they would not have to go through 12 separate data downloads to see the previous year of invoices in one dataset.

    1 vote
    0 comments  ·  Billing  ·  Admin →
    How important is this to you?
  20. AppFlow Connector (AWS)

    Customer "Midland Credit Management, Inc." is using Marketo to AWS Appflow:
    Amazon AppFlow is a fully managed integration service that lets you securely transfer data between Software-as-a-Service (SaaS) applications and AWS services. Use Amazon AppFlow to automate your data transfers in just a few minutes. No coding is required.

    Customer would like to use MongoDB Atlas as a destination in AppFlow.

    1 vote
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Atlas

Categories

Feedback and Knowledge Base