- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I customize the icons displayed when using iconify? I think it would be cool if I could map specific icon to an eventtype within a transaction.
Jim
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It would be a little tricky. While the hash code is generated by a Python script in $SPLUNK_HOME/etc/apps/search/bin
, the icon rendering is hard-coded into the UI, to show an icon from gravatar.com
. You'd either have to hack the script and figure out how to send a URL to gravatar
to get the icon you want, or you'd have to do (unsupported) edits to the SplunkWeb UI code.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It would be a little tricky. While the hash code is generated by a Python script in $SPLUNK_HOME/etc/apps/search/bin
, the icon rendering is hard-coded into the UI, to show an icon from gravatar.com
. You'd either have to hack the script and figure out how to send a URL to gravatar
to get the icon you want, or you'd have to do (unsupported) edits to the SplunkWeb UI code.
