hi
I need to open a word file from a link in my dashboard
I have created a folder called km in appserver/static like below
When I click on the link the url i see test.docx in the url but the word file is not opening
what I have to do please??
It doesn't work that way and it is VERY confusing to do by hand reading the documentation. The best way to get this working is to download and install the Splunk Dashboard Examples
app and go to the drilldown
section and look at how the external URL example works and clone from there. Get the app here:
https://splunkbase.splunk.com/app/1603/
It doesn't work that way and it is VERY confusing to do by hand reading the documentation. The best way to get this working is to download and install the Splunk Dashboard Examples
app and go to the drilldown
section and look at how the external URL example works and clone from there. Get the app here:
https://splunkbase.splunk.com/app/1603/
When i click,
url is https://answers.splunk.com/static/app/SA_TOTO/km/test.docx
I think that SimpleXML on your dashboard is a relative link.
I dont understand
In my xml I put
<a href="/static/app/SA_xx_NR_xx_FOA_IndPC_Monitoring_sh/km/test.docx" target="_blank">KM</a>
what is wrong please??