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!

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...