<?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 Auth timeouts from duplicate NAS IP in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465009#M8255</link>
    <description>&lt;P&gt;I am wanting to trigger an alert when there are multiple auth timeouts from a single NAS IP. I am using the search below to find the auth timeouts and am creating an alert from that search. But I want the trigger condition to be if we see 10 or more of these timeouts from a single NAS IP without having to create an individual alert per NAS IP.&lt;/P&gt;
&lt;P&gt;host = "&lt;EM&gt;auth-server&lt;/EM&gt;" "login_status=timeout"&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 22:01:39 GMT</pubDate>
    <dc:creator>mattbfrederick</dc:creator>
    <dc:date>2020-06-09T22:01:39Z</dc:date>
    <item>
      <title>Auth timeouts from duplicate NAS IP</title>
      <link>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465009#M8255</link>
      <description>&lt;P&gt;I am wanting to trigger an alert when there are multiple auth timeouts from a single NAS IP. I am using the search below to find the auth timeouts and am creating an alert from that search. But I want the trigger condition to be if we see 10 or more of these timeouts from a single NAS IP without having to create an individual alert per NAS IP.&lt;/P&gt;
&lt;P&gt;host = "&lt;EM&gt;auth-server&lt;/EM&gt;" "login_status=timeout"&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 22:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465009#M8255</guid>
      <dc:creator>mattbfrederick</dc:creator>
      <dc:date>2020-06-09T22:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Auth timeouts from duplicate NAS IP</title>
      <link>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465010#M8256</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;host = "auth-server" "login_status=timeout"
|stats count by NAS_IP
| where count &amp;gt;= 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;fire alert event count &amp;gt; 0&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 13:00:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465010#M8256</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-01T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Auth timeouts from duplicate NAS IP</title>
      <link>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465011#M8257</link>
      <description>&lt;P&gt;Thank you. When I use this in the search, nothing shows up - even if I change it to "where count &amp;gt;= 1". Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 15:23:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465011#M8257</guid>
      <dc:creator>mattbfrederick</dc:creator>
      <dc:date>2020-04-01T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Auth timeouts from duplicate NAS IP</title>
      <link>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465012#M8258</link>
      <description>&lt;P&gt;I don't know your log has &lt;CODE&gt;NAS_IP&lt;/CODE&gt; field.&lt;BR /&gt;
you should change it your field.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;host = "auth-server" "login_status=timeout"&lt;/CODE&gt;&lt;BR /&gt;
Why do you search the &lt;STRONG&gt;strings&lt;/STRONG&gt; &lt;CODE&gt;"login_status=timeout"&lt;/CODE&gt; ?&lt;BR /&gt;
&lt;EM&gt;login_status&lt;/EM&gt; is nothing?&lt;/P&gt;

&lt;P&gt;see: &lt;A href="https://www.splunk.com/pdfs/solution-guides/splunk-quick-reference-guide.pdf" target="_blank"&gt;https://www.splunk.com/pdfs/solution-guides/splunk-quick-reference-guide.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Auth-timeouts-from-duplicate-NAS-IP/m-p/465012#M8258</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-09-30T04:51:27Z</dc:date>
    </item>
  </channel>
</rss>

