<?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 Finding where multiple events have the same time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37506#M6913</link>
    <description>&lt;P&gt;We had an issue here with one of our web fronted applications when the webserver received multiple requests to the same url down to the same millisecond.  This caused the wrong file to be delivered to the first requestor.  Obviously this was an issue with the code to allow the problem, but I couldn't think of how to find occurrences of this.&lt;/P&gt;

&lt;P&gt;So for a given source, how to show where 2 or more events occur at the same time?&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2012 19:11:05 GMT</pubDate>
    <dc:creator>mikelanghorst</dc:creator>
    <dc:date>2012-04-26T19:11:05Z</dc:date>
    <item>
      <title>Finding where multiple events have the same time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37506#M6913</link>
      <description>&lt;P&gt;We had an issue here with one of our web fronted applications when the webserver received multiple requests to the same url down to the same millisecond.  This caused the wrong file to be delivered to the first requestor.  Obviously this was an issue with the code to allow the problem, but I couldn't think of how to find occurrences of this.&lt;/P&gt;

&lt;P&gt;So for a given source, how to show where 2 or more events occur at the same time?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 19:11:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37506#M6913</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2012-04-26T19:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Finding where multiple events have the same time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37507#M6914</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yoursearch&amp;gt; | transaction _time | where eventcount &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Apr 2012 19:34:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37507#M6914</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2012-04-26T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding where multiple events have the same time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37508#M6915</link>
      <description>&lt;P&gt;Thanks, hadn't thought of using transaction.  A bit more filtering and this will work great.  Just that one step took the results from 5k, down to 342 results.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 21:59:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37508#M6915</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2012-04-26T21:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Finding where multiple events have the same time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37509#M6916</link>
      <description>&lt;P&gt;Just an alternative that might be a bit more efficient:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eventstats count by _time | where count&amp;gt;0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Apr 2012 10:46:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Finding-where-multiple-events-have-the-same-time/m-p/37509#M6916</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-04-27T10:46:16Z</dc:date>
    </item>
  </channel>
</rss>

