11 Apr 2025
06:27 PM
- last edited on
14 Apr 2025
08:16 AM
by
MaciejNeumann
I had a "Crash Alerter" Workflow that was looking for event.name containing "Process crashed". This trigger used to work just fine and catch all the process crash events I was looking for. However, recently I noticed that the event.name has changed for this event type (and potentially others). Is there a way to be notified when important events like that have a name (or other field) change? I'm assuming this was rolled out with some tenant release, but I haven't checked the release notes yet. This was a breaking change for me and we missed out on some crucial alerting with my event-driven Workflow.
11 Apr 2025 06:28 PM
Maybe changes like this were in the release notes, but we missed it?
14 Apr 2025 08:37 AM
@StrangerThing I still see the "event.name: Process crashed" showing up in events , what is that its changed to in your environment ?
14 Apr 2025 02:52 PM
It's changed to "<process name> has crashed" in all my tenants.
14 Apr 2025 11:59 PM
@StrangerThing I think these changes could be due to the version of OneAgent used rather than a cluster version. I see older OneAgents are still using the "event.name: Process crashed" but its different for hosts with new OneAgent versions . At least this is what I observed .
You might still be able to use "event.group_label:Process crashed" instead to trigger the workflow as that's available.
15 Apr 2025 03:57 PM
I've already changed my workflow to make sure I catch crashes through three different fields. My point is that I don't think this kind of change was very well communicated.
15 Apr 2025 11:26 PM
@StrangerThing Agreed, this should have been better documented