<?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: Query to capture distinct source IP who triggered multiple signatures in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207939#M187780</link>
    <description>&lt;P&gt;index= sourcetype= | fields src signature | stats count by src signature | where count &amp;gt;= 2&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2015 21:27:27 GMT</pubDate>
    <dc:creator>dcarmack_splunk</dc:creator>
    <dc:date>2015-12-23T21:27:27Z</dc:date>
    <item>
      <title>Query to capture distinct source IP who triggered multiple signatures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207938#M187779</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;

&lt;P&gt;I require help to create the query. &lt;BR /&gt;
I am creating the rule if single(unique) source triggered distinct signature(more than 2) . Than only we should get the result.&lt;/P&gt;

&lt;P&gt;Fields involved src,signature,count&lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 18:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207938#M187779</guid>
      <dc:creator>sumit29</dc:creator>
      <dc:date>2015-12-23T18:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query to capture distinct source IP who triggered multiple signatures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207939#M187780</link>
      <description>&lt;P&gt;index= sourcetype= | fields src signature | stats count by src signature | where count &amp;gt;= 2&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 21:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207939#M187780</guid>
      <dc:creator>dcarmack_splunk</dc:creator>
      <dc:date>2015-12-23T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Query to capture distinct source IP who triggered multiple signatures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207940#M187781</link>
      <description>&lt;P&gt;Thanks, But this query only gives signature count along with src , I require count of signature from single source.&lt;/P&gt;

&lt;P&gt;Let say source 10.10.10.10 trigger signature name = x and another signature name =y  . so this source triggered 2 distinct signature . This what i am looking &lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 22:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207940#M187781</guid>
      <dc:creator>sumit29</dc:creator>
      <dc:date>2015-12-23T22:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Query to capture distinct source IP who triggered multiple signatures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207941#M187782</link>
      <description>&lt;P&gt;Gotcha. Try this for your stats then. &lt;/P&gt;

&lt;P&gt;... | stats values(signature) as signatures by src | eval sig_count=mvcount(signature) | where sig_count &amp;gt;= 2&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207941#M187782</guid>
      <dc:creator>dcarmack_splunk</dc:creator>
      <dc:date>2020-09-29T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query to capture distinct source IP who triggered multiple signatures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207942#M187783</link>
      <description>&lt;P&gt;Thanks :)....&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 23:51:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207942#M187783</guid>
      <dc:creator>sumit29</dc:creator>
      <dc:date>2015-12-23T23:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query to capture distinct source IP who triggered multiple signatures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207943#M187784</link>
      <description>&lt;P&gt;no problem, glad to help!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 01:00:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-capture-distinct-source-IP-who-triggered-multiple/m-p/207943#M187784</guid>
      <dc:creator>dcarmack_splunk</dc:creator>
      <dc:date>2015-12-24T01:00:14Z</dc:date>
    </item>
  </channel>
</rss>

