v.22.4Improvement
Added is_secure column to system.query_log for secure connection indication
Addedis_securecolumn tosystem.query_logwhich denotes if the client is using a secure connection over TCP or HTTP. #35705 (Antonio Andelic).
Why it matters
This feature helps users identify and audit queries executed over secure connections, enhancing security monitoring and compliance by distinguishing between secure and non-secure client connections.How to use it
Query thesystem.query_log table and check the is_secure boolean column to determine if a query was executed using a secure connection over TCP or HTTP. No additional configuration is required.