repositorypackage
0.0.0-20191018165410-c774e3d194d8
Repository: https://github.com/pyama86/wazuh-tailer.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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"