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!

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...