Monitoring Splunk

How can i access the document that are placed in static folder ?

rakesh_498115
Motivator

Hi ,

I have created an APP say "MYAPP" in splunk . Now i have interested to add an help document (pdf file ) in the static folder and make this file available to the users .How can i do this ?

i have copied my pdf file in static folder of my app "MYAPP" and i have used the following code in my view

<a href="myapp_help.pdf">click here to download help </a>

Please help..Is ter any way to achieve this..

thanks in advance..

Tags (1)
0 Karma
1 Solution

sideview
SplunkTrust
SplunkTrust

Here you go:

<a href="../../static/app/MYAPP/myapp_help.pdf">click here to download help</a>

the following docs page comes close, and you could probably figure it out from there too.

http://docs.splunk.com/Documentation/Splunk/latest/Developer/UseHTML

It'd be nice if it just had a little section though. 😉

View solution in original post

sideview
SplunkTrust
SplunkTrust

Here you go:

<a href="../../static/app/MYAPP/myapp_help.pdf">click here to download help</a>

the following docs page comes close, and you could probably figure it out from there too.

http://docs.splunk.com/Documentation/Splunk/latest/Developer/UseHTML

It'd be nice if it just had a little section though. 😉

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...