<?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: How to search a list of users who have tried to log in often or never logged in? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283810#M85770</link>
    <description>&lt;P&gt;I would suggest creating a field for users who logged in then create another field for users who logged out then do a &lt;CODE&gt;...| stats count by&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;To make the fields you will need to find a pattern then write a regular expression to capture this.. Post some a sample and I'll help write your regular expression &lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2016 19:51:15 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2016-02-17T19:51:15Z</dc:date>
    <item>
      <title>How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283809#M85769</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there any search to get a list of users who have tried to log in often or never logged in?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;V&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:48:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283809#M85769</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-17T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283810#M85770</link>
      <description>&lt;P&gt;I would suggest creating a field for users who logged in then create another field for users who logged out then do a &lt;CODE&gt;...| stats count by&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;To make the fields you will need to find a pattern then write a regular expression to capture this.. Post some a sample and I'll help write your regular expression &lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 19:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283810#M85770</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-02-17T19:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283811#M85771</link>
      <description>&lt;P&gt;can you give me regular exp to run the query?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 07:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283811#M85771</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-18T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283812#M85772</link>
      <description>&lt;P&gt;If you provide a data sample.. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 13:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283812#M85772</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-02-18T13:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283813#M85773</link>
      <description>&lt;P&gt;something like this :-&lt;BR /&gt;
index=_internal sourcetype=splunk_web_access  | table user | dedup user&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283813#M85773</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2020-09-29T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283814#M85774</link>
      <description>&lt;P&gt;similar like this query but without csv option:- &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;</description>
      <pubDate>Tue, 29 Sep 2020 08:50:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283814#M85774</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2020-09-29T08:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283815#M85775</link>
      <description>&lt;P&gt;I'm looking for the data sample (Also known as events) which are returned when you run a query. It's impossible to create a regular expression without seeing the patterns in the data sample.. &lt;/P&gt;

&lt;P&gt;An example would be this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2/19/2016 12:01:00 - User gollam logged in 
2/19/2016 12:34:01 - User gollam logged out 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283815#M85775</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-02-19T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283816#M85776</link>
      <description>&lt;P&gt;give me any simple query.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 13:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283816#M85776</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-21T13:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a list of users who have tried to log in often or never logged in?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283817#M85777</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;
try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|set intersect[|rest /services/authentication/users|fields username][search NOT[ search index=_internal (sourcetype=splunk_web_access OR sourcetype=splunkd_access) | fields username ]]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-list-of-users-who-have-tried-to-log-in-often-or/m-p/283817#M85777</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2016-02-22T09:33:58Z</dc:date>
    </item>
  </channel>
</rss>

