<?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: How to aggregate data from CSV file in Splunk Chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135928#M37180</link>
    <description>&lt;P&gt;You can use your tickets opened per each day to accumulate that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats count by OpenDate | accum count as openTickets
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Verify that your rows are sorted by date correctly before the &lt;CODE&gt;accum&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2014 17:48:45 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-07-09T17:48:45Z</dc:date>
    <item>
      <title>How to aggregate data from CSV file in Splunk Chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135927#M37179</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;I have CSV file with following structure,&lt;/P&gt;

&lt;P&gt;TicketNumber,OpenDate&lt;BR /&gt;
1,date1&lt;BR /&gt;
2,date1&lt;BR /&gt;
3,date1&lt;BR /&gt;
4,date2&lt;BR /&gt;
5,date3&lt;BR /&gt;
6,date3&lt;/P&gt;

&lt;P&gt;And I need to build bars with information on how many tickets were opened for specific date. I mean:&lt;/P&gt;

&lt;P&gt;Date1 = 3 tickets&lt;BR /&gt;
Date2 = 3 tickets + 1 ticket = 4 tickets&lt;BR /&gt;
Date3 = 4 tickets + 2 tickets = 6 tickets&lt;/P&gt;

&lt;P&gt;Is it possible?&lt;/P&gt;

&lt;P&gt;For now I've built a graph with "how many tickets were opened in date1, date2, date3", but I need some kind of aggregation.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2014 17:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135927#M37179</guid>
      <dc:creator>rus7am</dc:creator>
      <dc:date>2014-07-09T17:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data from CSV file in Splunk Chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135928#M37180</link>
      <description>&lt;P&gt;You can use your tickets opened per each day to accumulate that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats count by OpenDate | accum count as openTickets
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Verify that your rows are sorted by date correctly before the &lt;CODE&gt;accum&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2014 17:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135928#M37180</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-09T17:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data from CSV file in Splunk Chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135929#M37181</link>
      <description>&lt;P&gt;thanks a lot! that's works!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 09:43:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135929#M37181</guid>
      <dc:creator>rus7am</dc:creator>
      <dc:date>2014-07-10T09:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data from CSV file in Splunk Chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135930#M37182</link>
      <description>&lt;P&gt;Great. Don't forget to mark this as solved.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 15:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-aggregate-data-from-CSV-file-in-Splunk-Chart/m-p/135930#M37182</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-10T15:53:33Z</dc:date>
    </item>
  </channel>
</rss>

