Hi,
I have 2 simple queries:
| makeresults
| eval tmp1=1, tmp2=1
| table _time, tmp1, tmp2
| makeresults
| eval tmp1=12, tmp2=12
| table _time, tmp1, tmp2
Is it possible to send these results as column charts in 1 pdf file per email?
Hi @spisiakmi
You will need to add your 2 charts to a dashboard and then schedule PDF delivery of the dashboard.
for more info check out https://help.splunk.com/en/splunk-enterprise/create-dashboards-and-reports/reporting-manual/9.3/repo...
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing.
Hi @spisiakmi
You will need to add your 2 charts to a dashboard and then schedule PDF delivery of the dashboard.
for more info check out https://help.splunk.com/en/splunk-enterprise/create-dashboards-and-reports/reporting-manual/9.3/repo...
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing.
Thank you very much livehybrid.