This is a good use case for webhook receivers. I am not finding any specifically for this case; basically, you need something that accepts the body on HTTP and submits a message to Kafka.
My guess is that it may be easier to solve in a few lines of code that do exactly what you need using the language and libraries of your choice, than trying to bend a generic solution to your will. /MR On Tue, Apr 7, 2020 at 3:44 PM Adarsh Kumar Pandey < [email protected]> wrote: > Hie Im new to prometheus and I need your expert advice on whether we can > have alerts from alertmanager sent to kafka for facilitating some model > where I can get the data about the alerts fired , in addition to having the > alerts as email or sms ... > Thanks for your time !! > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/fa65c890-7e39-46a2-9c47-7f7e528b0328%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-users/fa65c890-7e39-46a2-9c47-7f7e528b0328%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAMV%3D_gYNMr4z%3DH1VUPDkgTA91bvaJSfZc2vXg%2BJUioCUk_R%3DSw%40mail.gmail.com.

