Dashboards & Visualizations

How to find / retrieve forgotten files saved in splunk dashboard ?

Splunkstudent5
New Member

I tried a few ways that are common and basic but did not work. I created the file in the last 2 weeks.

Tags (1)
0 Karma

woodcock
Esteemed Legend

If you created the file using | outputcsv then you can do this:

|history | regex search="outputcsv" | table search

Be sure to set your timepicker to cover the dates when you ran the original search (i.e. Last 2 weeks in your case).
I use this trick ALL THE TIME.

0 Karma

lguinn2
Legend

What do you mean "saved in a dashboard"?

Are you talking about data that you brought into Splunk? Are you talking about a dashboard or report that you created?

Please give more details about what you have already tried.

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[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 ...