Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
vapukov
Master II
Master II

ESB runtime (community) - Apache Decanter

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

Labels (2)
14 Replies
Anonymous
Not applicable

Hi,

 

I uploaded:

-My route

-The kar file

-The three cfg files

 

Thanks again for your help.

 

Eric


Decanter.zip
Anonymous
Not applicable

Do you mind to send it to me on jbonofre@talend.com ?

Thanks.
Regards
JB
Anonymous
Not applicable

Sure, I'll do it right now.

 

Eric

Anonymous
Not applicable

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. 

Anonymous
Not applicable

Hi,

 

Yes, alert works with this condition:

level.error=match:ERROR

 

Eric