<?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: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439364#M9844</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;you can not create a data model from a query and i don't think it will be much faster than the accelerated report. But i do not think, that you want to show 1million rows on your dashboard, this is not very helpful. Is your dashboard rather showing aggregated values? something like number of unique vulnerabilities, number of clients, ...?&lt;/P&gt;

&lt;P&gt;If so, you should calculate those accelerated values, store them in a summary index or lookup and use them as a basis for your dashboards.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2019 06:57:23 GMT</pubDate>
    <dc:creator>tom_frotscher</dc:creator>
    <dc:date>2019-05-07T06:57:23Z</dc:date>
    <item>
      <title>Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439359#M9839</link>
      <description>&lt;P&gt;I have a large report that returns data anywhere between 4GB-6GB in a nice tabular format. Report has everything what I need. This report is actually for hosts vulnerabilities. Each host is affected with several vulnerabilities so my report returns about a million rows. &lt;/P&gt;

&lt;P&gt;However, if I try to Export it in CSV, it errors out because it is too large. If I try to go to /dispatch//results.csv.gz, I am able to copy it to my local BUT that CSV does no open in Excel because it is too large or something else is not right. WHen I try to use this reports reference in my dashboard panels, they are very slow but return results, just need to wait longer.&lt;/P&gt;

&lt;P&gt;Is there a way I can make above happen?&lt;BR /&gt;
Is there a way I can speed up the reference in dashboard and have dashboard panels load much quicker?&lt;BR /&gt;
Is there a way I can create an accelerated data model from this report OR accelerated data model wont help since my report is already accelerated?&lt;BR /&gt;
Can I accelerate dashboard panel? &lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2019 14:57:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439359#M9839</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-05-05T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439360#M9840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;if you want to export it to your local machine and you can not open it in excel or notepad: This is why we initially have tools like splunk, it is to much data for those tools. However, you can still use the outputcsv command and use the option singlefile=false (your search | outputcsv singlefile=false filename=results.csv). Instead of one big csv, you should get multiple smaller files, maybe excel can handle them.&lt;/P&gt;

&lt;P&gt;In case you want to use the results of your report in splunk:&lt;BR /&gt;
There are multiple options to gain speed ups. You could make your report a scheduled report (if you do not already have), and reuse the results of the reports in a dashboard. Also you can accelerate your report or use summary indexing. If you want, you can also create a data model for your report data and use it to speed up searches.&lt;/P&gt;

&lt;P&gt;In your case i would start to look into &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Report/Schedulereports"&gt;scheduled reports&lt;/A&gt;, &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Report/Acceleratereports"&gt;report acceleration&lt;/A&gt; and &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Knowledge/Usesummaryindexing"&gt;summary indexing&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 07:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439360#M9840</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2019-05-06T07:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439361#M9841</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;My reports are all scheduled and accelerated.&lt;/P&gt;

&lt;P&gt;Can a data model be created from a report?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 20:09:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439361#M9841</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-05-06T20:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439362#M9842</link>
      <description>&lt;P&gt;It could be that multivalued fields are borking things.  Try adding this to the end of your SPL:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;foreach * [nomv "&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;"]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 May 2019 22:37:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439362#M9842</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-06T22:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439363#M9843</link>
      <description>&lt;P&gt;Hi Woodcock,&lt;/P&gt;

&lt;P&gt;I am using stats dc(fieldA)....values(FieldB) ..... BY FieldC. None of the fields have multiple values.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 23:12:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439363#M9843</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-05-06T23:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439364#M9844</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;you can not create a data model from a query and i don't think it will be much faster than the accelerated report. But i do not think, that you want to show 1million rows on your dashboard, this is not very helpful. Is your dashboard rather showing aggregated values? something like number of unique vulnerabilities, number of clients, ...?&lt;/P&gt;

&lt;P&gt;If so, you should calculate those accelerated values, store them in a summary index or lookup and use them as a basis for your dashboards.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 06:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439364#M9844</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2019-05-07T06:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439365#M9845</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;Report is for stakeholders to download for their needs e.g. grabbing list of vulnerabilities with relevant info as well as hosts so they can use data from CSV for scripting to apply patched etc.. Dashboards are not fed off of this report. I am using a different query for dashboard panels in base and post processing with only actionable information for display.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:59:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439365#M9845</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-05-08T11:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Large Report Export in CSV, Slow Dashboard Panels using Accelerated Report reference</title>
      <link>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439366#M9846</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;I will use chunks of CSV using your provided method above and see how that goes. TY!!&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 21:22:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Large-Report-Export-in-CSV-Slow-Dashboard-Panels-using/m-p/439366#M9846</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-05-13T21:22:15Z</dc:date>
    </item>
  </channel>
</rss>

