- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 04:57 AM
I would like to add metric_name field to short_description on the em_alert table but I can't find where this is configured.
Where is this configured?
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 07:32 AM
I solved it via adding logic in Event Rules. I was hoping for a easier solution for maintenance, but this was in the back of my head all the time.
Thanks for input anyway!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 02:58 AM
Does the event have a short description in the "Additional Information" field?
If it does and you set the property "override_alert_short_description" to false, the alert short description will be the same as the short description of the event.
Other option could be to use a business rule to change the short description on an insert of an alert.
Regards,
Michael
Michael
Please mark the suggestion as helpful/like, if you find it useful to you or others who wants to refer similar content.
Please mark the solution as correct, if the answer provided has resolved your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 07:32 AM
I solved it via adding logic in Event Rules. I was hoping for a easier solution for maintenance, but this was in the back of my head all the time.
Thanks for input anyway!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 06:46 AM
How you resolved this ? I am also facing same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2024 04:16 AM
Unfortunetly there is no way to add more data into short description field on the em_alert table. What I did was that I created my own filed on em_alert table that I would use instead of short description.
I then used the event rule(s) to fill my custom field with the data that I was looking to use.
The advantage of this is that I can copy what fields I want, based on the event rule so that I can tailor my exact needs to then display the correct KB-article, that I was looking for in my case, based on key words from event.
Good luck @Community Alums
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2024 05:45 AM
Same i was thinking to do.
Thanks for confirmation.
