<?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: Is there a Splunk account lockout for users if you enter your password multiple times? in Security</title>
    <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/752849#M18493</link>
    <description>&lt;P&gt;Thank you for this information!! I greatly appreciate it, Ken&lt;/P&gt;</description>
    <pubDate>Tue, 09 Sep 2025 15:14:51 GMT</pubDate>
    <dc:creator>kmjefferson42</dc:creator>
    <dc:date>2025-09-09T15:14:51Z</dc:date>
    <item>
      <title>Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454765#M10605</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
As all my splunk projects are using LDAP for login, this issue never occurred to me.&lt;BR /&gt;
1. if we configure splunk's local authentication system and create users, and when the users type wrong password for multiple times, will their account get locked out? &lt;BR /&gt;
2. For all kinds of users (normal, power, admin) users as well?&lt;BR /&gt;
3. with any login systems(splunk's own authentication/LDAP/etc), does splunk records the users login/logouts/lockouts, password failures?&lt;/P&gt;

&lt;P&gt;EDIT:&lt;BR /&gt;
This task applies to Splunk Enterprise native authentication and does not apply to SAML or LDAP passwords.&lt;BR /&gt;
In Splunk Web, click Settings &amp;gt; Access Controls &amp;gt; Password Policy Management.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 04:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454765#M10605</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-09-12T04:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454766#M10606</link>
      <description>&lt;P&gt;@inventsekar ,&lt;/P&gt;

&lt;P&gt;From 7.1.0 , &lt;BR /&gt;
1. you can configure the lock out period and number of failed attempts. Refer &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/Configurepasswords"&gt;List of password policy configurations&lt;/A&gt;&lt;BR /&gt;
2. For the "admin" privileged users, it doesn't seem to lock the account&lt;BR /&gt;
3. For the authentication failures, it should be recorded in "_audit" logs for e.g. action="login attempt"&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 06:48:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454766#M10606</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-09-12T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454767#M10607</link>
      <description>&lt;P&gt;we are on Splunk 7x, but still no results for ... &lt;BR /&gt;
&lt;CODE&gt;index="_audit" action=*login*&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 12:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454767#M10607</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-09-12T12:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454768#M10608</link>
      <description>&lt;P&gt;One of the envs which is running on 6.6.2 with LDAP authentication has the following entry which confirms the logging of external authentication system.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Audit:[timestamp=09-13-2018 06:17:23.690, user=xxxxxx, action=login attempt, info=succeeded, src=0.0.0.0][n/a]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Which auth mechanism are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 05:39:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454768#M10608</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-09-13T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454769#M10609</link>
      <description>&lt;P&gt;we are using some scripted authentication... &lt;BR /&gt;
After doing some tweekings, i am able to find the info required.. &lt;/P&gt;

&lt;P&gt;eventtype=splunk_access&lt;BR /&gt;
index=_* info=succeeded&lt;BR /&gt;
index=_audit info=succeeded&lt;BR /&gt;
index=_audit eventtype=splunk_access&lt;/P&gt;

&lt;P&gt;will do some more searching and once i am clear of all doubts, i will accept this as answer.. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454769#M10609</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-09-29T21:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454770#M10610</link>
      <description>&lt;P&gt;Even admin and other privileged users can have a lock out policy. There is a capability inside roles management named "never_lockout". You just have to removed it under the "admin" default role.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 06:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/454770#M10610</guid>
      <dc:creator>jhomerlopez</dc:creator>
      <dc:date>2018-10-01T06:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Splunk account lockout for users if you enter your password multiple times?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/752849#M18493</link>
      <description>&lt;P&gt;Thank you for this information!! I greatly appreciate it, Ken&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 15:14:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-a-Splunk-account-lockout-for-users-if-you-enter-your/m-p/752849#M18493</guid>
      <dc:creator>kmjefferson42</dc:creator>
      <dc:date>2025-09-09T15:14:51Z</dc:date>
    </item>
  </channel>
</rss>

