<?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 Re: Download data from dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243603#M15134</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You have a few options to accomplish that:&lt;/P&gt;

&lt;P&gt;1 - On the dashboard, click on the arrow in the upper right corner of the dashboard (Export PDF option)&lt;BR /&gt;
2- On the panel that you want the data, click on the arrow that appears when you pass the mouse over the painel and "Export"&lt;BR /&gt;
3 - On the panel you want to view data, click on the magnifier icon (search), it will open on search, where you can export data as csv and other formats.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 13:22:09 GMT</pubDate>
    <dc:creator>gfreitas</dc:creator>
    <dc:date>2016-07-05T13:22:09Z</dc:date>
    <item>
      <title>Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243602#M15133</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;I need download data from my dashboard, how can do it?&lt;/P&gt;

&lt;P&gt;Thanks mates &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243602#M15133</guid>
      <dc:creator>Buscatrufas</dc:creator>
      <dc:date>2016-07-05T07:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243603#M15134</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You have a few options to accomplish that:&lt;/P&gt;

&lt;P&gt;1 - On the dashboard, click on the arrow in the upper right corner of the dashboard (Export PDF option)&lt;BR /&gt;
2- On the panel that you want the data, click on the arrow that appears when you pass the mouse over the painel and "Export"&lt;BR /&gt;
3 - On the panel you want to view data, click on the magnifier icon (search), it will open on search, where you can export data as csv and other formats.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243603#M15134</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2016-07-05T13:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243604#M15135</link>
      <description>&lt;P&gt;Sorry mate, i explain my answer really bad, can do this by commands or download automatically in my server?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243604#M15135</guid>
      <dc:creator>Buscatrufas</dc:creator>
      <dc:date>2016-07-05T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243605#M15136</link>
      <description>&lt;P&gt;You can run a search from code in a remote server by using the REST API:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/restapi"&gt;http://dev.splunk.com/restapi&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/232330/how-to-use-the-rest-api-to-just-run-a-search-and-s.html"&gt;https://answers.splunk.com/answers/232330/how-to-use-the-rest-api-to-just-run-a-search-and-s.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Alternatively, you can save the search and schedule it to run automatically and after reach run email a copy of the results somewhere.  You can then have that system automatically do something with the email. &lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 14:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243605#M15136</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-05T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243606#M15137</link>
      <description>&lt;P&gt;Ok, you can also have some options:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Use the REST API as described by woodcock bellow&lt;/LI&gt;
&lt;LI&gt;Use the email results as described also by woodcock bellow&lt;/LI&gt;
&lt;LI&gt;You can append the command "|outputcsv file.csv" to your search and will auto save the results to your Splunk server&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 14:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243606#M15137</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2016-07-05T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243607#M15138</link>
      <description>&lt;P&gt;My main problem is that don't understand the url to download my file.&lt;/P&gt;

&lt;P&gt;For example i use : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -ku user:pass &lt;A href="http://ip/en-US/api/search/dashboard/dashboard_name" target="test_blank"&gt;http://ip/en-US/api/search/dashboard/dashboard_name&lt;/A&gt; -output_mode=csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but this query throw me an error 404 not found or "This resource can be found at &lt;A href="http://127.0.0.1:8000/en-US/account/login?return_to=%2Fen-US%2Fapp%2Fsearch%2Fdashboard%2Fcve_today"&gt;&lt;/A&gt;&lt;A href="http://127.0.0.1:8000/en-US/account/login?return_to=%2Fen-US%2Fapp%2Fsearch%2Fdashboard%2Fcve_today"&gt;http://127.0.0.1:8000/en-US/account/login?return_to=%2Fen-US%2Fapp%2Fsearch%2Fdashboard%2Fcve_today&lt;/A&gt;" &lt;/P&gt;

&lt;P&gt;Thanks all for help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243607#M15138</guid>
      <dc:creator>Buscatrufas</dc:creator>
      <dc:date>2016-07-06T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Download data from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243608#M15139</link>
      <description>&lt;P&gt;Hi Buscatrufas, I don't think you can use curl to download the whole dashboard. A possible sollution would be to do a search via splunk cli and output the results as csv. You can find the docs here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CLIsearchsyntax"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CLIsearchsyntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 13:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Download-data-from-dashboard/m-p/243608#M15139</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2016-07-06T13:13:55Z</dc:date>
    </item>
  </channel>
</rss>

