Reporting

If I embed iframes into a website, can I still allow the user to export the data?

smcdonald20
Path Finder

We send monthly reports to our users summarizing a lot of data e.g. user accounts, machine info, logs etc.
We want to create a portal/website that users can log into, where they can view AND export the reports.

I can VIEW the data, but want to know if its possible for the user to EXPORT too?

0 Karma
1 Solution

cmerriman
Super Champion

I would say yes. I haven't done it with a report, but we have a dashboard and all the functions we allowed on the dashboard are on there so users can export the PDF and inspect the search, etc. We just have the

<iframe src="dashboard URL" seamless frameborder="no"  scrolling="no" width="1200" height="2500" ></iframe>

View solution in original post

0 Karma

cmerriman
Super Champion

I would say yes. I haven't done it with a report, but we have a dashboard and all the functions we allowed on the dashboard are on there so users can export the PDF and inspect the search, etc. We just have the

<iframe src="dashboard URL" seamless frameborder="no"  scrolling="no" width="1200" height="2500" ></iframe>
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...