Build a alertmanager history server for search and analysis, all alerts will save to elasticsearch and ready for search
- Frist rename config-example.yml -> config.yml , change the configration parms, then make sure the sevices in your config file is ready to communicate:
- alertmanager
- elasticsearch
- Build or download from release page and start history server:
go build . && ./alertmanager-history -c config.yml