<?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: disabled user list in Security</title>
    <link>https://community.splunk.com/t5/Security/disabled-user-list/m-p/328997#M8436</link>
    <description>&lt;P&gt;do you mean inactive users?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | rest /services/authentication/users splunk_server=local 
 | fields realname, title
 | rename title as user
 | join user type=left [
    | search index=_audit action="login attempt" earliest=-12mon
    | stats max(timestamp) as _time by user, sourcetype
 ]
 | where isnull(sourcetype)
 | fields - sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, have a look at this answer&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/481/search-for-inactive-splunk-users.html"&gt;https://answers.splunk.com/answers/481/search-for-inactive-splunk-users.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jan 2018 09:13:32 GMT</pubDate>
    <dc:creator>mayurr98</dc:creator>
    <dc:date>2018-01-27T09:13:32Z</dc:date>
    <item>
      <title>disabled user list</title>
      <link>https://community.splunk.com/t5/Security/disabled-user-list/m-p/328996#M8435</link>
      <description>&lt;P&gt;how to get list of disabled users in splunk ? any query ?&lt;/P&gt;

&lt;P&gt;i was checking for orphaned object query :&lt;/P&gt;

&lt;P&gt;| rest timeout=600 splunk_server=local /servicesNS/-/-/saved/searches add_orphan_field=yes count=0 &lt;BR /&gt;
| search orphan=1&lt;/P&gt;

&lt;P&gt;does it help  ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/disabled-user-list/m-p/328996#M8435</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2020-09-29T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: disabled user list</title>
      <link>https://community.splunk.com/t5/Security/disabled-user-list/m-p/328997#M8436</link>
      <description>&lt;P&gt;do you mean inactive users?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | rest /services/authentication/users splunk_server=local 
 | fields realname, title
 | rename title as user
 | join user type=left [
    | search index=_audit action="login attempt" earliest=-12mon
    | stats max(timestamp) as _time by user, sourcetype
 ]
 | where isnull(sourcetype)
 | fields - sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, have a look at this answer&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/481/search-for-inactive-splunk-users.html"&gt;https://answers.splunk.com/answers/481/search-for-inactive-splunk-users.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 09:13:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/disabled-user-list/m-p/328997#M8436</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-27T09:13:32Z</dc:date>
    </item>
  </channel>
</rss>

