<?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: Time Stamp in Stats table - event relevance in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51024#M12277</link>
    <description>&lt;P&gt;This should do the trick:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourbasesearch&amp;gt;
| stats count,first(_time) as "Most recent event" by errortype 
| convert ctime("Most recent event")
| sort -count
| head 10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 01 Aug 2011 07:48:10 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2011-08-01T07:48:10Z</dc:date>
    <item>
      <title>Time Stamp in Stats table - event relevance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51023#M12276</link>
      <description>&lt;P&gt;I'm generating a stats table to count the occurrence of errors in our production app logs and presenting a top 10 errors to our engineering team daily.  They would like to have a time stamp included in the table so they can determine relevance.   The time stamp needs to be the time stamp of the last error message seen for each count.  I'm not sure how to present this time in a stats table or if it's even possible.  &lt;/P&gt;

&lt;P&gt;The idea is if a high volume error occurred but it's not a error that continuously occurs they would like to discount it when viewing the daily report.  &lt;/P&gt;

&lt;P&gt;Hope this makes sense.  If you have a better idea on how to present this data I'm all ears.  &lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2011 07:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51023#M12276</guid>
      <dc:creator>nowplaying</dc:creator>
      <dc:date>2011-08-01T07:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp in Stats table - event relevance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51024#M12277</link>
      <description>&lt;P&gt;This should do the trick:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourbasesearch&amp;gt;
| stats count,first(_time) as "Most recent event" by errortype 
| convert ctime("Most recent event")
| sort -count
| head 10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Aug 2011 07:48:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51024#M12277</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-08-01T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp in Stats table - event relevance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51025#M12278</link>
      <description>&lt;P&gt;may want to add &lt;CODE&gt;| head 10&lt;/CODE&gt; to only show the 10 most common &lt;CODE&gt;uri_host&lt;/CODE&gt; (or errors or whatever else you're counting by)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2011 08:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51025#M12278</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-08-01T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp in Stats table - event relevance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51026#M12279</link>
      <description>&lt;P&gt;True. Edited my answer.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2011 08:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Stamp-in-Stats-table-event-relevance/m-p/51026#M12279</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-08-01T08:36:28Z</dc:date>
    </item>
  </channel>
</rss>

