<?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: splunk time command question in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564639#M9791</link>
    <description>&lt;P&gt;Then I'd like to confirm that you send a ping to another ip more than 10 times in 10 minutes.&lt;BR /&gt;Action = Ping&lt;BR /&gt;ip = clientip&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 06:02:44 GMT</pubDate>
    <dc:creator>nnonm111</dc:creator>
    <dc:date>2021-08-25T06:02:44Z</dc:date>
    <item>
      <title>splunk time command question</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564632#M9787</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I would like to know the ip that made status=404 more than 10 times in 10 minutes in a week. Please help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;field list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip = src_ip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;status = status&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 05:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564632#M9787</guid>
      <dc:creator>nnonm111</dc:creator>
      <dc:date>2021-08-25T05:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: splunk time command question</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564635#M9788</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please verify the following query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;your_index&amp;gt; sourcetype=&amp;lt;your_sourcetype&amp;gt; status=404 
| transaction src_ip maxspan=10m 
| where eventcount &amp;gt; 10&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Make sure to define your search time range to be executed in a week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 05:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564635#M9788</guid>
      <dc:creator>danielcj</dc:creator>
      <dc:date>2021-08-25T05:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: splunk time command question</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564638#M9790</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233055"&gt;@nnonm111&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the following&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;You_search status=404
| bin _time span=10m
| stats count by src_ip _time
| where count&amp;gt;10&lt;/LI-CODE&gt;&lt;P&gt;I would recommend not using the transaction command as that is a very poor performing command to use for this purpose - depending on your data volume and number of IP addresses, you are likely to be a memory hog on the search head and may silently come up against server defined limits.&lt;/P&gt;&lt;P&gt;Using stats is very simple and efficient - the above bin command sets a time window and it will then count the occurrences of each IP within each 10 minute window.&lt;/P&gt;&lt;P&gt;The result set will give you each IP and each 10 minute window where the count exceeded 10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 05:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564638#M9790</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-08-25T05:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: splunk time command question</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564639#M9791</link>
      <description>&lt;P&gt;Then I'd like to confirm that you send a ping to another ip more than 10 times in 10 minutes.&lt;BR /&gt;Action = Ping&lt;BR /&gt;ip = clientip&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 06:02:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splunk-time-command-question/m-p/564639#M9791</guid>
      <dc:creator>nnonm111</dc:creator>
      <dc:date>2021-08-25T06:02:44Z</dc:date>
    </item>
  </channel>
</rss>

