https://github.com/dutchcoders/esalert
Elasticsearch alerting service to Slack
https://github.com/dutchcoders/esalert
Last synced: 10 months ago
JSON representation
Elasticsearch alerting service to Slack
- Host: GitHub
- URL: https://github.com/dutchcoders/esalert
- Owner: dutchcoders
- License: gpl-3.0
- Created: 2017-01-06T09:56:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T10:25:42.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T12:19:02.443Z (11 months ago)
- Language: Go
- Size: 450 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esalert
Elasticsearch alerting service to Slack
## Configuration
```
[[alert]]
hook="{hook}"
index="{index}"
queries=["keyword1", "keyword2"]
template='''Alert for query *{{.Query}}*: . '''
username="alertbot"
icon_emoji=":ghost:"
date_field="received_date"
```