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!

More Control Over Your Monitoring Costs with Archived Metrics!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...