Announce: Cyan Audit: Forensic audit logging for PostgreSQL - Mailing list pgsql-general

From Moshe Jacobson
Subject Announce: Cyan Audit: Forensic audit logging for PostgreSQL
Date
Msg-id CAJ4CxL=-d_Y14gd5bjs1VTVvEnw=KnkfTmtXQCikvaEFYvFVHQ@mail.gmail.com
Whole thread Raw
List pgsql-general
I'd like to announce the initial release of the logging extension I've been working on for some time now.


Cyan Audit is a PostgreSQL extension for in-database audit logging of DML that occurs in your database. It allows for forensics to be performed on past data modifications, for the purposes of finding who was responsible for making a particular change, or when exactly it occurred.

Some key features of Cyan Audit:
  • Enabling or disabling of logging on a column-by-column basis.
  • Correlation of transactions with the application-level userid that performed them (requires a modification to your application).
  • Ability to store years of logs in an efficiently accessible manner.
  • Backup and restore of logs to and from compressed files.
  • Customizable log retention period with automated archival.
  • Support for custom textual descriptions to be attached to any transaction in a space-efficient manner, allowing the layman to better understand the logs, or differentiating two similar modifications based on where they happened in the application code (requires application changes).
  • Ability to "undo" any transaction by reversing the recorded changes.
For installation instructions and further documentation, please see the documentation for the cyanaudit module at http://pgxn.org/dist/cyanaudit/doc/cyanaudit.html

This software has been in use on our own servers for almost two years now, but this is the first release to the public. I welcome and appreciate any feedback, praise or constructive criticism.

Thank you.


Moshe Jacobson
Manager of Systems Engineering, Nead Werx Inc.
2323 Cumberland Parkway · Suite 201 · Atlanta, GA 30339

"Quality is not an act, it is a habit." -- Aristotle

pgsql-general by date:

Previous
From: Brent Wood
Date:
Subject: Re: bulk loading table via join of 2 large staging tables
Next
From: peterlen
Date:
Subject: How to list current user and database in PSQL