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"
-
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