<?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: Basic query for detecting Multiple HTTP errors from unique IP in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657673#M227151</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234071"&gt;@mohsplunking&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_source_index status&amp;gt;=400 status&amp;lt;600
| stats count by ip
| where count&amp;gt;100&lt;/LI-CODE&gt;&lt;P&gt;or you can do&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_source_index status&amp;gt;=400 status&amp;lt;600
| top ip 
| where count &amp;gt; 100&lt;/LI-CODE&gt;&lt;P&gt;but I would prefer stats over top&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Sep 2023 00:12:08 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2023-09-15T00:12:08Z</dc:date>
    <item>
      <title>What is the basic search for detecting Multiple HTTP errors from unique IP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657502#M227105</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;
&lt;P&gt;Can someone help me with a query to detect multiple http errors from single IP , basically when the status code is in 400s/500s.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Moh&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 20:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657502#M227105</guid>
      <dc:creator>mohsplunking</dc:creator>
      <dc:date>2023-09-14T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic query for detecting Multiple HTTP errors from unique IP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657504#M227106</link>
      <description>&lt;P&gt;Basic query is something like this, but will depend on your fields&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_source_index status&amp;gt;=400 status&amp;lt;600
| stats count by ip status&lt;/LI-CODE&gt;&lt;P&gt;You will then get a table of ip+status+count&lt;/P&gt;&lt;P&gt;you can do whatever you want to do with that - what's your goal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 23:16:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657504#M227106</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-09-13T23:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Basic query for detecting Multiple HTTP errors from unique IP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657556#M227124</link>
      <description>&lt;P&gt;Thanks for your response, the goal is to list the IP's that is causing maximum http errors. Lets say where errors are &amp;gt;100.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 08:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657556#M227124</guid>
      <dc:creator>mohsplunking</dc:creator>
      <dc:date>2023-09-14T08:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Basic query for detecting Multiple HTTP errors from unique IP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657557#M227125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234071"&gt;@mohsplunking&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you need the total count of errors, the solution from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;is perfect.&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 08:26:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657557#M227125</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-14T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Basic query for detecting Multiple HTTP errors from unique IP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657559#M227126</link>
      <description>&lt;P&gt;Hello gcusello,&lt;/P&gt;&lt;P&gt;Thanks for your inputs, However, like&amp;nbsp; I said the use case is I'm looking for IP that is causing maximum number of http errors(400s,500s) , lets say I'm trying to find a single IP that is causing&amp;nbsp; over 100 http errors . I think in the query we will have to use eval&amp;amp;case functions too.&lt;/P&gt;&lt;P&gt;Please let me know if you need further clarifications on the above.&lt;/P&gt;&lt;P&gt;Moh.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 08:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657559#M227126</guid>
      <dc:creator>mohsplunking</dc:creator>
      <dc:date>2023-09-14T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Basic query for detecting Multiple HTTP errors from unique IP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657673#M227151</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234071"&gt;@mohsplunking&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_source_index status&amp;gt;=400 status&amp;lt;600
| stats count by ip
| where count&amp;gt;100&lt;/LI-CODE&gt;&lt;P&gt;or you can do&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_source_index status&amp;gt;=400 status&amp;lt;600
| top ip 
| where count &amp;gt; 100&lt;/LI-CODE&gt;&lt;P&gt;but I would prefer stats over top&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 00:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657673#M227151</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-09-15T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Basic query for detecting Multiple HTTP errors from unique IP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657684#M227155</link>
      <description>&lt;P&gt;i&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234071"&gt;@mohsplunking&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if you ne only an alert, as I said, the solution from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;is perferct and you don't need any additional command.&lt;/P&gt;&lt;P&gt;the eval/case&amp;nbsp; could be useful if you need to display some additional information e.g. a level of alert quantity.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 06:02:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-basic-search-for-detecting-Multiple-HTTP-errors-from/m-p/657684#M227155</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-15T06:02:54Z</dc:date>
    </item>
  </channel>
</rss>

