- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 06:37 AM
I want to include description in message key of event so that event should get correlated based on description field as well.
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 03:41 PM
So this is fairly easy to do just create an event rule and in the message_key transform section put some combination of description. I would recommend something like ${source}_${node}_${description} or some combination like that. Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 03:41 PM
So this is fairly easy to do just create an event rule and in the message_key transform section put some combination of description. I would recommend something like ${source}_${node}_${description} or some combination like that. Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2019 06:22 AM
I think you will hit the maximum character count for the Message Key field if you do so as if I recall it has a 1024 max length. Perhaps inject a static word/descriptor using a transform rule as Robert proposed?
${source}_${node}_${type}_"YourWordHere"