Re: Enable DB level audit trail

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Enable DB level audit trail
Дата
Msg-id CANzqJaCTd9a5rPURkv0OCRrx-CJMBYWFN7oH7bAmcbUnkYqy5Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Enable DB level audit trail  (Siraj G <tosiraj.g@gmail.com>)
Ответы Re: Enable DB level audit trail  (GF <phabriz@gmail.com>)
Список pgsql-admin
"Audit tables" are tables just like any other table, which means they can be changed by anyone with a superuser ROLE.

pgaudit and Qradar rsyslog is how you unalterably track table changes.  That, of course, means you need the Qradar software on another server, etc, etc, etc.

But if lawyers and security compliance officers don't care... then sure, triggers and "audit tables" work just fine.  I recommend adding a timestamp and "action code" ('I'=insert, 'U'=update, 'D'=delete) to the audit tables in addition to cloning the base table's columns.

On Tue, Apr 16, 2024 at 1:32 PM Siraj G <tosiraj.g@gmail.com> wrote:
Thank you Ron.
Would it be good to use trigger based auditing or via pgAudit?
All we want is to capture changes in a few tables.

Regards
Siraj

On Mon, Apr 8, 2024 at 6:24 PM Ron Johnson <ronljohnsonjr@gmail.com> wrote:
Lots of extra stuff in the postgresql log files.

On Mon, Apr 8, 2024 at 3:56 AM Siraj G <tosiraj.g@gmail.com> wrote:
Also, I would like to understand the implications of enabling the DB audit.

Appreciate the help.

Regards
Siraj

On Mon, Apr 8, 2024 at 11:30 AM Siraj G <tosiraj.g@gmail.com> wrote:
Hello Admins!

How do we enable DB level audit trail in PgSQL?

Regards
Siraj

В списке pgsql-admin по дате отправления:

Предыдущее
От: Siraj G
Дата:
Сообщение: Re: Enable DB level audit trail
Следующее
От: GF
Дата:
Сообщение: Re: Enable DB level audit trail