Dashboards & Visualizations

Report of Dashboard

igschloessl
Explorer

I would like to make a scheduled report out of a dashboard.´So it could be a PDF of the complete dashboard that will be sent via Mail.
Is that possible in Splunk?

Tags (3)
0 Karma

manjunathmeti
Champion
0 Karma

niketn
Legend

@igschloessl you can use SPLUNK REST API /data/ui/views to pull the dashboard list. Refer to documentation https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTknowledge#data.2Fui.2Fviews

You can add User and App context and other required search filters to pin-point to specific dashboards that you need. Refer to one of my older answers on similar lines https://answers.splunk.com/answers/662598/can-you-find-a-way-to-see-if-a-report-is-attached.html

| rest /servicesNS/-/-/data/ui/views/

The hyphen ( - ) in the REST URI above are for any user context or any app context.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...