v.22.7New Feature

Add send_logs_source_regexp Setting for Filtering Server Text Logs

Add send_logs_source_regexp setting. Send server text logs with specified regexp to match log source name. Empty means all sources. #39161 (Amos Bird).
Added the send_logs_source_regexp setting to send server text logs filtered by a regular expression matching the log source name.

Why it matters

This feature allows users to selectively send server text logs based on the log source name using a regular expression. It improves log management by enabling focused diagnostics and monitoring, reducing noise from unwanted log sources.

How to use it

Set the send_logs_source_regexp setting with a regular expression matching desired log source names. If left empty, logs from all sources will be sent.