<?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: Users who have never logged in. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38718#M8816</link>
    <description>&lt;P&gt;In general, it would be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup useridlist | search NOT [ search sourcetype=loginactivity | fields userid ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 04 Feb 2011 10:40:20 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-02-04T10:40:20Z</dc:date>
    <item>
      <title>Users who have never logged in.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38716#M8814</link>
      <description>&lt;P&gt;How do i find users who have never logged in.I have the total list of users available in a lookup file.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 09:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38716#M8814</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2011-02-04T09:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Users who have never logged in.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38717#M8815</link>
      <description>&lt;P&gt;Users who have not logged into what?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 10:00:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38717#M8815</guid>
      <dc:creator>Oranges</dc:creator>
      <dc:date>2011-02-04T10:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Users who have never logged in.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38718#M8816</link>
      <description>&lt;P&gt;In general, it would be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup useridlist | search NOT [ search sourcetype=loginactivity | fields userid ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Feb 2011 10:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38718#M8816</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-04T10:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Users who have never logged in.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38719#M8817</link>
      <description>&lt;P&gt;Login to Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 13:35:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38719#M8817</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2011-02-04T13:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Users who have never logged in.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38720#M8818</link>
      <description>&lt;P&gt;Is there no other way of checking if a user has not logged into splunk other then eliminating by checking those who logged in.I mean in the inner search how far back in time should I check to determine if a user has never logged in.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:01:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38720#M8818</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2011-02-04T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Users who have never logged in.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38721#M8819</link>
      <description>&lt;P&gt;Using Gerald's example, you could do this:&lt;/P&gt;

&lt;P&gt;| inputcsv allusers.csv | search NOT [ search index=_internal (sourcetype=splunk_web_access OR sourcetype=splunkd_access) | fields user | dedup user ]&lt;/P&gt;

&lt;P&gt;Your allusers.csv would look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;user
bob
jim
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The first line (i.e. "user" in this example) is the field name.  It's easiest to stick with "user", since this is the field in _internal.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Feb 2011 03:29:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Users-who-have-never-logged-in/m-p/38721#M8819</guid>
      <dc:creator>Ron_Naken</dc:creator>
      <dc:date>2011-02-05T03:29:07Z</dc:date>
    </item>
  </channel>
</rss>

