Regarding Events Proceesing

Astik Thombare
Tera Sage

Hello Community,

 

I'm facing a challenge in monitoring events in my production instance to determine if they are processing correctly. Given the high volume of events every minute, simply changing filter conditions takes too much time. If I select a specific event by name for a particular minute, I want to efficiently check whether that event has been processed. Besides the event queue, are there any alternative methods for this?

 

Thanks in advance!

 

 

1 REPLY 1

ArjunBasnet
Tera Guru

Hello Astik,

If I understand your question correctly, you would like to know if a event has been processed or not. In that case,

If you go to Event Log from application navigator and check the "Processed" or "State" field it should indicate. The other from of knowing is if a event has been queued for processing, this can be known by including "Claimed by" column on the list. The "Claimed by" value is  usually application node name. The other way is  using Condition Builder aka Filter Condition and filtering with "State" field.

Regards,

Arjun