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
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.
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.