Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 490 Bytes

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"