Knowledge Management

Iconify customization?

jamesdon
Path Finder

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

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

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.

View solution in original post

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

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.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...