<?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 get the count (Exceptions) for last 5 days in a single table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223234#M65713</link>
    <description>&lt;P&gt;You are welcome, Please mark as answer  so that the thread will be closed&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 10:48:42 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2016-01-12T10:48:42Z</dc:date>
    <item>
      <title>How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223226#M65705</link>
      <description>&lt;P&gt;This is my expected result:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Exceptions  Day1  Day2  Day3  Day4  Day5
Abc          5     4     3     1     0
Start        3     4     4     5     6       
xyz          3     2     5     0     0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223226#M65705</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2016-01-12T10:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223227#M65706</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search |chart count over Exceptions by &amp;lt;day field&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or if you don't have a day field&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        your search |chart span=1d count over Exceptions by _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223227#M65706</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-01-12T10:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223228#M65707</link>
      <description>&lt;P&gt;It shows results only for first exception.!!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223228#M65707</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2016-01-12T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223229#M65708</link>
      <description>&lt;P&gt;Do you have other Exceptions in the events? Just try this to see how it works &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index=* earliest=-7d|chart count over sourcetype by _time span=1d
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:21:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223229#M65708</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-01-12T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223230#M65709</link>
      <description>&lt;P&gt;great working fine. But now the problem is dates are in epoch format. How to convert that in to normal format?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223230#M65709</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2016-01-12T10:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223231#M65710</link>
      <description>&lt;P&gt;Just convert time before chart ie &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     index=* earliest=-7d|eval _time=strftime(_time,"%d-%m-%Y")|chart count over sourcetype by _time span=1d
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can use other variables instead of _time as well.&lt;/P&gt;

&lt;P&gt;If you got the answer, just mark as answer so that the thread will be closed&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:42:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223231#M65710</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-01-12T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223232#M65711</link>
      <description>&lt;P&gt;Found Now it is working fine.&lt;BR /&gt;
  index=_internal sourcetype=*  earliest=-7d | eval time=strftime(_time,"%m/%d/%y")  |chart count over sourcetype by time span=1d &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:21:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223232#M65711</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2020-09-29T08:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223233#M65712</link>
      <description>&lt;P&gt;Thank you renjith&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:43:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223233#M65712</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2016-01-12T10:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count (Exceptions) for last 5 days in a single table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223234#M65713</link>
      <description>&lt;P&gt;You are welcome, Please mark as answer  so that the thread will be closed&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-count-Exceptions-for-last-5-days-in-a-single/m-p/223234#M65713</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-01-12T10:48:42Z</dc:date>
    </item>
  </channel>
</rss>

