<?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 Check events in time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Check-events-in-time/m-p/564661#M196692</link>
    <description>&lt;P&gt;index="fw" app="ping"&lt;BR /&gt;| bin _time span=10m&lt;BR /&gt;| stats count by client_ip,dest_ip&lt;BR /&gt;| stats list(dest_ip) AS dest_ip , list(count) AS count by client_ip&lt;BR /&gt;| table client_ip , dest_ip , count&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd like to check the origin IP and destination IP that I pinged 10 times in 10 minutes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this command calculates the number of times for all times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Give me a hand with this.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 09:01:47 GMT</pubDate>
    <dc:creator>noott211</dc:creator>
    <dc:date>2021-08-25T09:01:47Z</dc:date>
    <item>
      <title>Check events in time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-events-in-time/m-p/564661#M196692</link>
      <description>&lt;P&gt;index="fw" app="ping"&lt;BR /&gt;| bin _time span=10m&lt;BR /&gt;| stats count by client_ip,dest_ip&lt;BR /&gt;| stats list(dest_ip) AS dest_ip , list(count) AS count by client_ip&lt;BR /&gt;| table client_ip , dest_ip , count&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd like to check the origin IP and destination IP that I pinged 10 times in 10 minutes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this command calculates the number of times for all times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Give me a hand with this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 09:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-events-in-time/m-p/564661#M196692</guid>
      <dc:creator>noott211</dc:creator>
      <dc:date>2021-08-25T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Check events in time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-events-in-time/m-p/564669#M196696</link>
      <description>&lt;P&gt;You need to include _time in the stats commands&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="fw" app="ping"
| bin _time span=10m
| stats count by _time,client_ip,dest_ip
| stats list(dest_ip) AS dest_ip , list(count) AS count by _time,client_ip
| table _time, client_ip , dest_ip , count&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 25 Aug 2021 09:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-events-in-time/m-p/564669#M196696</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-08-25T09:39:58Z</dc:date>
    </item>
  </channel>
</rss>

