How to repair a down node in MongoDB Atlas?
I have a M10 replica set on MongoDB atlas under MongoDB 8 and one of the nodes is currently down since more than the 24 hours oplog window.
How to repair a down node in MongoDB Atlas?
I have a M10 replica set on MongoDB atlas under MongoDB 8 and one of the nodes is currently down since more than the 24 hours oplog window.
MongoDB Agent Accessing Container ID Instead of localhost/127.0.0.1 in Status Metrics Collection
I am encountering an issue where the MongoDB agent is trying to access the MongoDB container using the container ID (5c628e85248d:27017) rather than localhost or 127.0.0.1. This is causing a failure during the status metrics collection, as indicated in the agent logs:
How to specify aggregation options (allowDiskUse:true) through Data API (over REST calls) offered by MongoDB Atlas
How to specify aggregation options (allowDiskUse:true
) while making aggregation query through Data API (over REST calls) offered by MongoDB Atlas?