You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I'd like to make a proposal to support configuring rule.Reason as a Sprintf format string and formatting it with the matched capturing groups in rule.Pattern. This feature can support the case when a pattern can match multi reasons. For example, there are many kind of Nvidia GPU Xid errors in dmesg log. We can defined a reason string "NvidiaGPUXid%s" and use the matched Xid 31/45/79 to replace "%s" in the reason, so no need to define a dedicated reason for each Xid error.