Splunk Search

How to Add icons to splunk app bar?

virtuosoo
Explorer

Hello,

I want to add icons to the appbar menu of splunk, And I can't find any reference for that..Any help please ?

Tags (2)
0 Karma

DMohn
Motivator

Method 1: https://www.splunk.com/blog/2014/02/04/add-an-icon-to-your-app-or-add-on.html

Method 2: http://dev.splunk.com/view/webframework-developapps/SP-CAAAE86

Basically, you have to place the app icons (in the correct name and format) in the directory $SPLUNK_HOME/etc/apps/your_app_name/static/.
All icons have to be in PNG format
The names and sizes have to be as follows:

appIcon_2x.png (72 x 72)
appIcon.png (36 x 36)
appIconAlt_2x.png (72 x 72)
appIconAlt.png (36 x 36 )
appLogo.png (max 160 x 40)
appLogo_2x.png (max 320 x 80)

0 Karma

mayurr98
Super Champion
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 ...