Replies: 3 comments 7 replies
|
Hi Chris, It's not possible today, though it's something we'll give some thought to. If you can live without batching of events into a single notification, you can use "Stream incoming events" on a Seq App instance to receive errors (etc.) one at a time, with full details, as they arrive at the server. Let me know if you need any more info on this option. Hope this helps, |
|
This would be a great feature to be able to loop over all the contributing events and pretty print their properties in the email. I love the newer Alerts feature/dashboard, but it doesn't output as nice of emails as the legacy stream incoming events path. But the legacy multiple app instances path is hard to manage with so many configured instances. |
|
Our developers are asking for this as well. It is great to only alert base on the velocity of errors occurring, but many times the decision point of who needs to handle the issue is based on the exception text of the contributing events. In most cases in our environments, the Seq server is not available on the internet, so the decision on who call/assign the issue to can only be done after accessing the environment rather than from the alert email. |
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm wondering if it is possible to include additional properties in the Contributing Events for an alert?
Right now, I only see the event ID, timestamp, and message in the
Source.ContributingEventsarray as described in the docs.Ideally, I'd like to include the exception and correlation ID properties.
Is this possible?
All reactions