alertmanager2es
alertmanager2es copied to clipboard
Receives HTTP webhook notifications from AlertManager and inserts them into an Elasticsearch index for searching and analysis
Hi , I need to use alertmanager2es using docker, is there any example to set environment variable to alertmanager2es like addr, port, and etc ?.
- Modify Makefile for promu - Add VERSION file - Add promu.yml
Add a Fingerprint support data in event logs. - https://github.com/prometheus/alertmanager/issues/1903
I needed to build a Docker image of alertmanager2es so I decided to open this PR in case it helps the project. Addresses #3.
It'd be good to add an entry to the [Prometheus wiki](https://github.com/prometheus/prometheus/wiki/Default-port-allocations) to make alertmanager2es easier to find. The default port number we're using is 9097, though that doesn't strictly fit...
What about template update for Elasticsearch version 8.9.1 as sample version is throwing errors? ``` { "template": "alertmanager-*", "settings": { "number_of_shards": 1, "number_of_replicas": 1, "index": { "refresh_interval": "10s", "query": {...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.8.1-0.20161124155732-575f371f7862 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Updating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application &...