Dashboards & Visualizations

How to export all the panels in my dashboard into the same CSV file?

raje455
New Member

Hi,

I have 3 panels in my dashboard and I want to export these 3 panels into same CSV file. Could you please suggest how to do this?

Thanks in Advance

0 Karma

fdi01
Motivator

you can append or combine the results of these three querry panels with appendcols command.
and extract in a csv file with outputcsv command.
ex:

search_of_panel1|appendcols [search search_of_panel2]|appendcols [ search search_of_panel3]|outputcsv my_file.csv

or
you use outputcsv command with append attribut on all thee panels querry.
ex:
- on querry panel_1 search_of_panel1|outputcsv append=true my_file.csv
- on querry panel_2 search_of_panel2|outputcsv append=true my_file.csv
- on querry panel_3 search_of_panel3|outputcsv append=true my_file.csv

raje455
New Member

Hi,

hanks for giving me reply,

how can i export the csv of 3 panels in sendmail

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...