Mongodb auditing feature

nope…

Although there is potentially some ideas…

  1. On file switch copy/push file to AWS S3, then use a Lambda process to push directly into MongoDB Atlas, or push onto Kafka and then use a sink connector.
  2. use a FileBeats to push to Kafka and then sink Connector into MongoDB Atlas.
    But neither of those really follow a KISS, there are allot of benefits in the above pipeline, as you can put allot of Value added processes onto the pipeline… but if all you want is to Keep it simple…
    Option Might be MongoDB Import utility. pulling into local MongoDB, then using a stream process to remotely push to MongoDB Atlas or dedicated Audit Server/Collection.

For me first prize would be if the audit config allowed the administrator to define a remote Server/Collection as a option.

G