I have created a simple xml form view that has a number of panels that shows end user activity on Internet browsing. The form takes two input (loginid and a timerange) as per below.
<input type="text" token="loginid">
<input type="time" searchWhenChanged="false">
I then use these two variables to generate various panels within the view (e.g web hit count, browsing time, top 10 downloads etc). I would like this view to be delivered to user's manager via e-mail as an attachment (either PDF or HTML)
What I am now stuck with is I am unable to schedule PDF delivery. Its greyed out. When I searched splunk doc, I found that it is the limitation of the product, perhaps (as specified in the following URL). Which says "You cannot schedule PDF delivery for forms, even if the forms are based on simple XML"
http://docs.splunk.com/Documentation/Splunk/6.0/Viz/DashboardPDFs
Can anyone suggest any work around?
My requirement is to e-mail the report to user's manager.