Different alert text and subject for different alerters #362
|
Hi all, is there any way to specify different alert text and subject values for different alerters? For example I have a couple of rules, which alert by email and into TheHive. Would be quite nice to have different alert content for those two to accommodate the different formats (e.g. HTML in the mail, pure text for TheHive). As far as I can tell from reading the code, I guess the answer is "Not supported for now" but maybe I'm missing something. :-) Best regards, |
Answered by
ferozsalam
Jul 23, 2021
Replies: 1 comment 2 replies
|
Hello! This is possible with TheHive alerter, which sets defaults but also checks the provided config and updates anything which is populated in it: If you set: It should give you what you need. Let me know if this doesn't work. |
2 replies
Answer selected by
Neuro-HSOC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
This is possible with TheHive alerter, which sets defaults but also checks the provided config and updates anything which is populated in it:
If you set:
It should give you what you need. Let me know if this doesn't …