I am writing in my view as
I am writing download.html in ../etc/app/appname/appserver/static as
Also I am putting data.txt in same folder as ../etc/app/appname/appserver/static
When I see on my view page it open an iframe but in iframe it says
404 Not Found
Return to Splunk home page
Splunk cannot find the "data.txt" view.
It is searching data.txt as view name. Can you please help me how I can display the content of data.txt on Splunk UI. Please help. Its very urgent and I am lost.:(
Try putting your file within the app context of search. If you don't know where to put it, put it here:
$SPLUNK_HOME/etc/apps/search/appserver/static/data.txt
Then make sure your view references it correctly. Here's a simple example that will work if you copy it.
Try putting your file within the app context of search. If you don't know where to put it, put it here:
$SPLUNK_HOME/etc/apps/search/appserver/static/data.txt
Then make sure your view references it correctly. Here's a simple example that will work if you copy it.
Thankyou.Appreciated.!!