Dashboards & Visualizations

help on splunk app interface configuration

jip31
Motivator

hello

I use a splunk app with many different dashboards and I have 2 imporvement to do

1) I need to put an icon after the name of my app

Except if I am mistaken I put the icon file in the static folder but what I have to do for displaying the icon after the app name?

2) I need to open a PDF file from my dashboard

The PDF is located in the "Static" folder and the "KM" directory

Exemple : etc/apps/workplace/static/KM/TEST.pdf

  <row>
    <panel>
      <html>
<p>
<a target="_blank" href="/static/app/workplace/static/KM/TEST.pdf">
<img width="48" height="38">TEST
</a>
</p>
</html>
    </panel>
  </row>

 But I can't open it

What is the correct path to use please?

Rgds

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jip31,

about the first question see at https://dev.splunk.com/enterprise/docs/developapps/createapps/ how to configure App icons.

About the second, did you checked grants?

Ciao.

Giuseppe

0 Karma

jip31
Motivator

Hi gcusello

Concerning the point 1, it's what I done but the icon is invisible

Concerning the point 2, yes

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jip31,

concerning the first issue:

are you sure that you used the correct names of the logos (appIcon.png, appLogo.png, etc...) and the correct max dimensions of each one (e.g. appicon.png max 40x40 points)?

about the secon one:

I'm still verifying and I found a problem, I'll inform you.

Ciao.

Giuseppe

0 Karma

jip31
Motivator

Hi

Do you have news concerning the second point?

0 Karma

jip31
Motivator

I have resolved the first issue, it was file name issue...

But the second still exist

thanks

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