How can I include the log type and log source with my custom Webhook Alert for Panther?
Last updated: September 3, 2024
QUESTION
How can I include the log type and log source with my custom Webhook Alert?
ANSWER
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.