<?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 How to search Windows security logs to find unique users (username) who have logged during a give time frame? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271524#M52134</link>
    <description>&lt;P&gt;Hi All and thanks in advance,&lt;/P&gt;

&lt;P&gt;I am currently using Splunk to grab a server's security logs. I would like to run a search to find out the unique users who log in a month or during a given time. Ideally I would be able to get the username of the user. Is this possible? All I can see from research is that I will need to use the distinct count function(DC).&lt;/P&gt;

&lt;P&gt;If you have any questions please let me know. I am grateful for all advice given.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;SG &lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 17:42:09 GMT</pubDate>
    <dc:creator>steveg126</dc:creator>
    <dc:date>2015-12-14T17:42:09Z</dc:date>
    <item>
      <title>How to search Windows security logs to find unique users (username) who have logged during a give time frame?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271524#M52134</link>
      <description>&lt;P&gt;Hi All and thanks in advance,&lt;/P&gt;

&lt;P&gt;I am currently using Splunk to grab a server's security logs. I would like to run a search to find out the unique users who log in a month or during a given time. Ideally I would be able to get the username of the user. Is this possible? All I can see from research is that I will need to use the distinct count function(DC).&lt;/P&gt;

&lt;P&gt;If you have any questions please let me know. I am grateful for all advice given.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;SG &lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 17:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271524#M52134</guid>
      <dc:creator>steveg126</dc:creator>
      <dc:date>2015-12-14T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to search Windows security logs to find unique users (username) who have logged during a give time frame?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271525#M52135</link>
      <description>&lt;P&gt;You can do something like:   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt; | stats count by username
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt; | dedup username | table username
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271525#M52135</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2015-12-14T18:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to search Windows security logs to find unique users (username) who have logged during a give time frame?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271526#M52136</link>
      <description>&lt;P&gt;Neither commands seemed to show up anything. I have now got up to host="DC01-DEV" Account_Name="*" this seems to show up all the ones but you then have to expand each one to show account name. Also this is not unique account names. How would I make it so it purely lists the users and I do not have to expand this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;SG&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 10:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-Windows-security-logs-to-find-unique-users/m-p/271526#M52136</guid>
      <dc:creator>steveg126</dc:creator>
      <dc:date>2015-12-15T10:38:37Z</dc:date>
    </item>
  </channel>
</rss>

