Hi,
Describing the usecase:
We have a slack alert channel for several security event (vulnerability, AWS events, Suricata events, etc). We have different people handling different areas of security and would like them to be mentioned by slack tag @<username> for their relevant rules, thus increasing the effectiveness of the response. As of now the Slack Integration seems to not provide this option, so checking if that can be done in some way.
Would this make sense:
The quick look at the slack integration py file (line 89)
msg['pretext'] = "WAZUH Alert"
if this could be a input so one can add @names and a different title like NIDS Alert via rule just like description.
regards