An open API service indexing awesome lists of open source software.

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

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"
```