Re: Redacting params in PostgreSQL logs - Mailing list pgsql-general

From Vijaykumar Jain
Subject Re: Redacting params in PostgreSQL logs
Date
Msg-id BY2PR0701MB2056F9F8450F6A62BCDA578FA5A10@BY2PR0701MB2056.namprd07.prod.outlook.com
Whole thread Raw
In response to Redacting params in PostgreSQL logs  (Vijaykumar Jain <vjain@opentable.com>)
Responses Re: Redacting params in PostgreSQL logs  (Vijaykumar Jain <vjain@opentable.com>)
List pgsql-general
https://github.com/lfittl/pg_query/blob/master/README.md#parsing-a-normalized-query

OK found this :)


Regards,
Vijay
From: Vijaykumar Jain
Sent: Friday, March 30, 2018 11:24:30 PM
To: pgsql-general@lists.postgresql.org
Subject: Redacting params in PostgreSQL logs
 
Hi,

I have a project of sending postgres logs to ELK stack. It is working fine.

Now there are concerns that logs have query statements with parameters.
and then GDPR and other PII issues.

Is there a way I can redact the params in statements in the logs by some config or extension ?
Pls note: I want the statements in logs but not the values :)

like insert into foo values (‘xxx’) etc



Regards,
Vijay

pgsql-general by date:

Previous
From: Vijaykumar Jain
Date:
Subject: Redacting params in PostgreSQL logs
Next
From: Vijaykumar Jain
Date:
Subject: Re: Redacting params in PostgreSQL logs