<?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 display and group events in a timechart that are continuous for 10 minutes? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203641#M59160</link>
    <description>&lt;P&gt;yes they are  , these are spikes in the Total Errors and authorization and authentication failures respectively .&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 03:20:37 GMT</pubDate>
    <dc:creator>kartik13</dc:creator>
    <dc:date>2016-08-04T03:20:37Z</dc:date>
    <item>
      <title>How to display and group events in a timechart that are continuous for 10 minutes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203639#M59158</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;I have a timechart with different columns. I want to display those events from a time chart which are continuous at least for 10 minutes.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1672iBFDA775E1BB9AB0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I want to group the events which are marked red and yellow on based on the time or event. Help required. &lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 07:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203639#M59158</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-08-03T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display and group events in a timechart that are continuous for 10 minutes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203640#M59159</link>
      <description>&lt;P&gt;Are the column names fixed in your time chart?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 21:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203640#M59159</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-03T21:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to display and group events in a timechart that are continuous for 10 minutes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203641#M59160</link>
      <description>&lt;P&gt;yes they are  , these are spikes in the Total Errors and authorization and authentication failures respectively .&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:20:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203641#M59160</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-08-04T03:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to display and group events in a timechart that are continuous for 10 minutes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203642#M59161</link>
      <description>&lt;P&gt;Give this a shot (check the field names)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search with timechart | streamstats current=f windows=1 values('Total Error') as prev_error values('Total Auth') as prev_auth
|  where (prev_error='Total Error' AND 'Total Error'!=0) OR (prev_auth='Total Auth' AND 'Total Auth'!=0) 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:29:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-and-group-events-in-a-timechart-that-are/m-p/203642#M59161</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-04T03:29:09Z</dc:date>
    </item>
  </channel>
</rss>

