<?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: Dashboard for login failure followed by lockout in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310662#M19860</link>
    <description>&lt;P&gt;It worked thanks&lt;/P&gt;</description>
    <pubDate>Sun, 19 Feb 2017 08:44:54 GMT</pubDate>
    <dc:creator>himapate</dc:creator>
    <dc:date>2017-02-19T08:44:54Z</dc:date>
    <item>
      <title>Dashboard for login failure followed by lockout</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310659#M19857</link>
      <description>&lt;P&gt;HI ,&lt;/P&gt;

&lt;P&gt;I have query for login failure followed with lockout i can search the data and run in the search and reporting app but i am unable to save it as a dashboard . The dashboard shows waiting for inputs . Below is the search string .&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=-1d@d latest=@d index=wineventlog sourcetype=WinEventLog:Security EventCode="4740" 
 | eval Account=mvindex(Account_Name, 1)
 | stats count, latest(_time) AS lastBlock by Account
 | eval modtime=lastBlock - 7200
 | fields - count
 | map maxsearches=1000 search="search index=wineventlog sourcetype=WinEventLog:Security (EventCode="4625" OR EventCode="4768" OR EventCode="4771" OR EventCode="4776") earliest=$modtime$ latest=$lastBlock$ Account_Name=$Account$"
 | eval Account=case(EventCode="4740" OR EventCode="4625", mvindex(Account_Name, 1), EventCode="4768" OR EventCode="4771", Account_Name, EventCode="4776", Logon_Account, 1=1, "Click-on-me")
 | regex Account!="\\$"
 | eval errorMessages=case(EventCode="4768", (EventCode."; ".Result_Code), EventCode="4771", (EventCode."; ".Failure_Code), EventCode="4776", (EventCode."; ".Error_Code), 1=1, "Click-on-me")
 | stats count, latest(_time) AS lastFailure, values(Failure_Reason) AS failureReason, values(errorMessages) AS otherFailures by Account src_ip 
 | convert ctime(lastFailure) 
 | rename Account AS "Blocked Account", count AS LoginFailures
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The error is due to the token being passed which doest not work in dashboard can someone help.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 05:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310659#M19857</guid>
      <dc:creator>himapate</dc:creator>
      <dc:date>2017-02-18T05:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for login failure followed by lockout</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310660#M19858</link>
      <description>&lt;P&gt;You gotta change the dashboard to a form if your using anytype of input &lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 20:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310660#M19858</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-02-18T20:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for login failure followed by lockout</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310661#M19859</link>
      <description>&lt;P&gt;You are correct about the cause.  To fix, edit the source XML and change all of your dollar-signs ('$') to double-dollar-signs ('$$'), like this: &lt;CODE&gt;$$modtime$$&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310661#M19859</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-02-18T22:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for login failure followed by lockout</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310662#M19860</link>
      <description>&lt;P&gt;It worked thanks&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 08:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-for-login-failure-followed-by-lockout/m-p/310662#M19860</guid>
      <dc:creator>himapate</dc:creator>
      <dc:date>2017-02-19T08:44:54Z</dc:date>
    </item>
  </channel>
</rss>

