Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Have a question if anybody have experience:
currently I use with Talend runtime - Karaf web-console + hawtio plugin
Routes and Jobs send alerts when some errors happens, but because not all errors could be handled inside route it self - for example route not start by connection timeout or other reasons, I use live pings algorithm as addition layer,
this combination cover most of problem, but I looking for additional ways.
after research and test I found - Apache Decanter could be solution, but:
- default repository not include sla-email alerter
- current version of decanter appenders not compatible with external ELK 5.* (it not a problem if not previous point)
- new versions of decanter (1.3.0) not compatible (or I do not all properly) with Talend version of Karaf - 4.0.7
Would be interesting to share with community:
- is anybody have success experience with installing decanter with sla-alert module?
- who and what use for monitoring and alarming/alerting? (alarms and alerts more interesting than monitoring)
Best regards, Vlad
Hi,
I uploaded:
-My route
-The kar file
-The three cfg files
Thanks again for your help.
Eric
Sure, I'll do it right now.
Eric
Hello, Did you get a solution for your problem ?
I am also trying to use Decanter as a monitoring solution at our end, but so far I am just checking what could be done and how we could implement it.
Hi,
Yes, alert works with this condition:
level.error=match:ERROR
Eric