<?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 FILTER  same events whit two or more fields  in a time interval? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/613066#M213074</link>
    <description>&lt;P&gt;Thanks very much for you help .&amp;nbsp; I´ll check&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 12:45:03 GMT</pubDate>
    <dc:creator>DG3bran</dc:creator>
    <dc:date>2022-09-14T12:45:03Z</dc:date>
    <item>
      <title>How to FILTER  same events whit two or more fields  in a time interval?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/612932#M213063</link>
      <description>&lt;P&gt;Hello team !!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im working whit CDR of SMS and&amp;nbsp;I have to find a way to visualize that two fields are repeated more than 10 times in a minute&lt;/P&gt;&lt;P&gt;Could you help me find a way to do it?&lt;/P&gt;&lt;P&gt;This is a part of my CDR&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;14:00&lt;/SPAN&gt;:06.495844&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;2022-09-13&lt;/SPAN&gt; &lt;SPAN class=""&gt;14:00:06.495847&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;2022-09-13&lt;/SPAN&gt; &lt;SPAN class=""&gt;14:00:06&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;MT&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;3385251555&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;56271948588&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;origin:&lt;SPAN class=""&gt;3385251555&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;dest:&lt;SPAN class=""&gt;56271948588&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to see when it repeats the same origin and the same destination more than 10 times in 1 minute&lt;/P&gt;&lt;P&gt;Thank you very much for your help and time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 20:34:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/612932#M213063</guid>
      <dc:creator>DG3bran</dc:creator>
      <dc:date>2022-09-13T20:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to FILTER  same events whit two or more fields  in a time interval?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/612987#M213064</link>
      <description>&lt;P&gt;Use streamstats or stats, e.g. with stats you can use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;search...
| bin _time span=1m
| stats count by _time origin dest
| where count&amp;gt;10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which will do 1 minute boundary counting, so if you get 9 occurrences between 9:00:45 and 9:00:52 and then another 5 at 9:01:02 it will not find this. To find these examples, use streamstats, e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| streamstats time_window=1m count by origin dest
| where count&amp;gt;10
| bin _time span=1m
| stats max(count) as max by _time origin dest&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note these examples assume origin and dest are fields in your data, but hopefully this will give you something to go with&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 02:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/612987#M213064</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-09-14T02:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to FILTER  same events whit two or more fields  in a time interval?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/613066#M213074</link>
      <description>&lt;P&gt;Thanks very much for you help .&amp;nbsp; I´ll check&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 12:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-FILTER-same-events-whit-two-or-more-fields-in-a-time/m-p/613066#M213074</guid>
      <dc:creator>DG3bran</dc:creator>
      <dc:date>2022-09-14T12:45:03Z</dc:date>
    </item>
  </channel>
</rss>

