<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to export all the panels in my dashboard into the same CSV file? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139633#M8423</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;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?&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2015 11:06:09 GMT</pubDate>
    <dc:creator>raje455</dc:creator>
    <dc:date>2015-06-02T11:06:09Z</dc:date>
    <item>
      <title>How to export all the panels in my dashboard into the same CSV file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139633#M8423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;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?&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:06:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139633#M8423</guid>
      <dc:creator>raje455</dc:creator>
      <dc:date>2015-06-02T11:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to export all the panels in my dashboard into the same CSV file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139634#M8424</link>
      <description>&lt;P&gt;you can  append or combine the results of these three querry panels with appendcols command.&lt;BR /&gt;
and extract in a csv file with outputcsv command.&lt;BR /&gt;
ex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search_of_panel1|appendcols [search search_of_panel2]|appendcols [ search search_of_panel3]|outputcsv my_file.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or &lt;BR /&gt;
you use &lt;CODE&gt;outputcsv&lt;/CODE&gt; command with &lt;CODE&gt;append&lt;/CODE&gt; attribut on all thee panels querry.&lt;BR /&gt;
ex:&lt;BR /&gt;
 - on querry panel_1   &lt;CODE&gt;search_of_panel1|outputcsv  append=true my_file.csv&lt;/CODE&gt;&lt;BR /&gt;
 - on querry panel_2   &lt;CODE&gt;search_of_panel2|outputcsv  append=true my_file.csv&lt;/CODE&gt;&lt;BR /&gt;
 - on querry panel_3   &lt;CODE&gt;search_of_panel3|outputcsv  append=true my_file.csv&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:09:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139634#M8424</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2020-09-28T20:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to export all the panels in my dashboard into the same CSV file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139635#M8425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;hanks for giving me reply,&lt;/P&gt;

&lt;P&gt;how can i export the csv of 3 panels in sendmail&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-export-all-the-panels-in-my-dashboard-into-the-same-CSV/m-p/139635#M8425</guid>
      <dc:creator>raje455</dc:creator>
      <dc:date>2015-06-02T13:30:26Z</dc:date>
    </item>
  </channel>
</rss>

