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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...