Skip to content

pyama86/wazuh-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wazuh-notifier

wazuh alert notification command

description

wazuh-notifier is alert send to slack channel. There is a function to ignore the same notification for a certain time(default 1m).

usage

$ cat alerts.json | wazuh-notifier -config path/to/config.toml

config

endpoint = "https://example.com:55000/"
slack_token = "xxxxxxx"
cert = "/path/to/wazuh.crt"
key = "/path/to/wazuh.key"
[groups.example]
slack_channel = "xxxxx"
slack_mention = "xxxxx"