Regarding Events Proceesing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 12:22 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 05:36 AM
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