<?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 search for any source IP addresses that have more than one result and sourcetype within a 5 minute period? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-any-source-IP-addresses-that-have-more-than/m-p/217811#M64001</link>
    <description>&lt;P&gt;Without seeing your search results, these are all best guess...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | bin span=5m _time |  stats count by source_ip sourcetype  _time | where count &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can test this with internal logs easily : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | stats count by sourcetype source _time | bin span=5m _time | where count &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 24 Feb 2016 17:25:34 GMT</pubDate>
    <dc:creator>esix_splunk</dc:creator>
    <dc:date>2016-02-24T17:25:34Z</dc:date>
    <item>
      <title>How to search for any source IP addresses that have more than one result and sourcetype within a 5 minute period?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-any-source-IP-addresses-that-have-more-than/m-p/217810#M64000</link>
      <description>&lt;P&gt;I'm trying to run a search on search results. The first search would bring back various logs and sourcetypes. I want to take the finished search, look at any source IP addresses that have more than 1 result and more than 1 sourcetype within a 5 minute time period.  Any idea's on how I might be able to do this? &lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:38:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-any-source-IP-addresses-that-have-more-than/m-p/217810#M64000</guid>
      <dc:creator>502087470</dc:creator>
      <dc:date>2016-02-24T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for any source IP addresses that have more than one result and sourcetype within a 5 minute period?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-any-source-IP-addresses-that-have-more-than/m-p/217811#M64001</link>
      <description>&lt;P&gt;Without seeing your search results, these are all best guess...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | bin span=5m _time |  stats count by source_ip sourcetype  _time | where count &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can test this with internal logs easily : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | stats count by sourcetype source _time | bin span=5m _time | where count &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-any-source-IP-addresses-that-have-more-than/m-p/217811#M64001</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-02-24T17:25:34Z</dc:date>
    </item>
  </channel>
</rss>

