We have a situation like we are not getting any Scheduled PDF delivery emails for dashboard when we schedule for weekly, but working for daily schedules.
When we schedule weekly using cron schedule, it worked for the first schedule, but did not work for other iterations. We could not find any supporting error logs.
What all could be the possible reasons of which a dashboard scheduled PDF delivery would fail ?
savedsearches.conf (Note: email id's are replaced with fake ones):-
[_ScheduledView__abc_blocked_report]
action.email = 1
action.email.maxtime = 60m
action.email.message.view = A PDF was generated for $name$
action.email.paperorientation = portrait
action.email.papersize = letter
action.email.pdfview = abc_blocked_report
action.email.reportPaperOrientation = portrait
action.email.sendpdf = 1
action.email.subject.view = Splunk Dashboard: '$name$'
action.email.to = aaa@abc.com, \
bbb@abc.com
action.email.ttl = 10
action.email.useNSSubject = 1
cron_schedule = 50 6 * * 3
description = scheduled search for view name=abc_blocked_report
dispatch.earliest_time = 1
dispatch.latest_time = 2
enableSched = 1
is_visible = 0
search = | noop
The dashboard which is scheduled (here query is hided):-
Top ABC Hits for Last 7 Days
|
Thanks,
Sajeesh
↧