How can I include the log type and log source with my custom Webhook Alert?
Panther does not include the log type and log source name in the custom Webhook Alert schema by default. If you are interested in support of this feature, please contact Panther Support to put in a request.
As a workaround, you can return p_log_type
and p_source_label
into your Detection's alertContext
method. However, this would mean having to modify every Detection's alertContext
method to include those fields in the alert.