Postgres Security - Finding Inactive Users
KloudDB KloudDB
818 subscribers
249 views
0

 Published On Mar 14, 2024

Sample commands to run : Please check github readme for more information

github repo - https://github.com/klouddb/klouddbshield
Please see complete guide at
https://klouddb.gitbook.io/klouddb_sh...

ciscollector --logparser inactive_users --file-path /var/lib/postgresql/14/main/log/postgresql-2024-03-11_120824.log --prefix pid=%p,user=%u,db=%d,app=%a,client=%h

ciscollector --logparser unique_ip --file-path /var/lib/postgresql/14/main/log/postgresql-2024-03-11_120824.log --prefix pid=%p,user=%u,db=%d,app=%a,client=%h


* How to find inactive users in Postgres ?

* Multiple postgres log files - Finding inactive users

* KloudDB Shield new feature

show more

Share/Embed