Hi,
there are 72 links to scheduled splunk reports that I have to access and download the reports individually on a monthly basis.
I would like to know if there are any faster ways to download them.
Regards,
Zijian
Hi @zijian,
you have two choices:
1)
schedule an alert adding csv as attachement, to receive the csv via email.
2)
you could schedule a report adding the outputcsv command at the end.
In this way, you save your report as csv in a pre-defined folder (not changeable!).
then you should create a script to copy it in the location you like.
Ciao.
Giuseppe
Hi @zijian,
you have two choices:
1)
schedule an alert adding csv as attachement, to receive the csv via email.
2)
you could schedule a report adding the outputcsv command at the end.
In this way, you save your report as csv in a pre-defined folder (not changeable!).
then you should create a script to copy it in the location you like.
Ciao.
Giuseppe
You can also script it with bash/curl or python.