Dashboards & Visualizations

Dashboard Studio - disable PNG export?

BradOH
Path Finder

Hey there, we've built a dashboard in Dashboard studio which includes a report in table format. When users select export, it defaults to PNG and must select CSV.  Is there any option in XML or JS to disable PNG export, or perhaps create a custom EXPORT TO CSV button for this purpose???

Enquiring minds need to know!

Labels (1)
0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @BradOH 

You can disable the export options by adding the following to the JSON of your dashboard, or under the view options of the dashboard itself - although this will also remove the CSV export option too. There is no way to selectively disable/enable different exports or add custom JS to a dashboard studio dashboard at this time.

    "applicationProperties": {
        "hideExport": true
    }

livehybrid_0-1764608040760.png

 

🌟 Did this answer help you? If so, please consider:

  • Adding karma to show it was useful
  • Marking it as the solution if it resolved your issue
  • Commenting if you need any clarification

Your feedback encourages the volunteers in this community to continue contributing

 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...