Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Atlas

Showing 1497

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".
Guest almost 3 years ago in Atlas Backups & Online Archive 0 Submitted

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 mongod...
Guest almost 3 years ago in Atlas Monitoring, Alerts & Observability 1 Submitted

Heroku Atlas Plugin

Since mongo lab https://docs.mlab.com/mlab-to-atlas/ is acquired by mongo, and migration to Atlas is recommended. We need Heroku Plugin for mongo Atlas, as promised on https://docs.mlab.com/mlab-to-atlas/ page FAQ section. My company is plannin...
Guest almost 6 years ago in Atlas 1 Submitted

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 t...
Guest almost 3 years ago in Atlas Monitoring, Alerts & Observability 1 Submitted

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 t...
Guest almost 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

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
Guest about 3 years ago in Atlas 1 Submitted

Allow creation of Atlas organizations in Terraform

there are really 3 steps for our dev teams to get moving in Atlas: 1. create an org 2. create a project 3. create a cluster the first one is the only one that still has to be done from a console. if we had a terraform script to create an org in ou...
Guest about 6 years ago in Atlas 0 Submitted

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...
Guest about 3 years ago in Atlas 0 Submitted

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_US...
Guest about 3 years ago in Atlas 1 Submitted

MongoError: user is not allowed to do action [listCollections] on [db.]

NodeJS mongodb driver (with or without mongoose) needs to "listCollections" before "createCollection" But "listCollections" and "createCollection" are in different "rights list" for custom role (look screenshots) In this case "createCollection" ...
Guest about 6 years ago in Atlas 1 Submitted