Hi All,
I am trying to get dashboard screenshot/pdf via hitting curl to splunk rest api as below:-
curl -u usr:pwd -sk 'https://splunk-localhost:8089/services/pdfgen/render?input-dashboard=dashboardname&namespace=name&paper-size=a4-landscape' > test.pdf
Can anyone please advise on this and let me know what are other available options to accomplish same ?
↧