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.

Status Submitted
Categories Atlas
Created by Guest
Created on Jan 5, 2021

Redirection of ATLAS activity feed to a MongoDB cluster that we own.

Hello team, Would it be possible to have a feature to redirect activity logs from ATLAS to a MongoDB cluster. The idea is to be able to easily retrieve these logs with Kafka Connect and also to be able to easily query in these logs. One could configure the redirection of activities at the organization and projects level by providing the Atlas cluster to use and the access accounts. Example: Main organization - Project: "Activity Feed" - - Cluster: "Activity Feed Cluster" - - DB: "Atlas Activities by organization" - - - Collection: "Activities by project"
  • Attach files
  • Guest
    Jan 6, 2021
    Hi Geoffrey, Definitely a cool concept. I do want to make sure that you're aware that you can pull this data via an API endpoint programmatically https://docs.atlas.mongodb.com/reference/api/events and can from there route the data to a destination of your choice. You could probably do this with a scheduled Trigger powered by MongoDB Realm by the way: https://docs.mongodb.com/realm/triggers/scheduled-triggers Cheers -Andrew