Highlights
Integration with Prometheus Alertmanager
Now there are 2 ways to get notifications from Hastic:
- Webhooks
- Prometheus Alertmanager
Example of alertmanager-bot Telegram notification:
Example of alert in Alertmanager:
You can find configuration guide in Wiki.
P.S. Alertmanager doesn't support images attachment. Use webhooks if you want to have detection images in alerts.
Docker deploy with integrated MongoDB
Now there is no need to create and configure a separate MongoDB instance to use with Hastic.
We've added docker-compose-mongo.yml
which allows you to get Hastic and MongoDB up and running.
Just run:
docker-compose up -d -f docker-compose-mongo.yml
More info in Wiki.
P.S. hastic/server
Docker image became much lighter: 1.16GB -> 75.1MB.
Changelog
Hastic Server
Added
Changed
- Single analytic unit in webhook image #799
Fixed
- Use the same syntax for nedb and mongodb queries #792
- "Error: Need at least 1 labeled segment" when labeling only negative segment #790
- Node 6 build #788