AuditLogging icon indicating copy to clipboard operation
AuditLogging copied to clipboard

NoSql data store support?

Open GFoley83 opened this issue 3 years ago • 0 comments

Hi there, just wondering if it would be possible to configure AuditLogger to use a NoSql document data store with the currently available configuration options? E.g so I could just store the output JSON as a record that could be queried.

I've used Azure Storage tables in the past for audit logs and the log tail pattern, with good results
https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-design-patterns#log-tail-pattern as it's cheap at scale.

AuditLogging would be perfect for this to do the heavy lifting.

GFoley83 avatar May 21 '22 23:05 GFoley83