GCP-SQL-PostgreSQL-Log-Min-Duration-Statement

Severity : High

Description : SQL instance for PostgreSQL databases provides log_min_duration_statement flag. It is used to log the duration of every completed statement. This should always be disabled as there can be sensitive information as well that should not be recorded in the logs.

Remediation Steps : Ensure that log_min_duration_statement flag is disabled for all PostgreSQL instances.

Blue Hexagon Proprietary