<?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 get list of users with user account created date and email associated to it? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590730#M205667</link>
    <description>&lt;P&gt;index=_audit action=edit_user operation=create&lt;BR /&gt;|rename object as user&lt;BR /&gt;|eval timestamp=strptime(timestamp, "%m-%d-%Y %H:%M:%S.%3N")&lt;BR /&gt;|convert timeformat="%d/%b/%Y" ctime(timestamp)&lt;BR /&gt;|table user timestamp&lt;/P&gt;&lt;P&gt;If i use above query i get only part of the users ( 17 users ) with username and account created date , but not whole list of users ( 400 users) with username and account created date.&lt;/P&gt;&lt;P&gt;Is there any restriction in splunk , why is it only pulling part of the users list and not complete ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2022 16:49:08 GMT</pubDate>
    <dc:creator>testnoob</dc:creator>
    <dc:date>2022-03-24T16:49:08Z</dc:date>
    <item>
      <title>How to get list of users with user account created date and email associated to it?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590301#M205520</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;The requirement is to get all usernames , username created date and email associated to it as below&lt;/P&gt;&lt;P&gt;username&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;username_created_date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;email_associated&lt;/P&gt;&lt;P&gt;testnoob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;03/22/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; testnoob@xxyy.com&lt;/P&gt;&lt;P&gt;how can i achieve this ? can you please help me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 19:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590301#M205520</guid>
      <dc:creator>testnoob</dc:creator>
      <dc:date>2022-03-22T19:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users with user account created date and email associated to it?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590307#M205523</link>
      <description>&lt;P&gt;Start with this REST command then add to the SPL as necessary to get the desired results.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/admin/users&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Mar 2022 21:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590307#M205523</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-22T21:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users with user account created date and email associated to it?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590730#M205667</link>
      <description>&lt;P&gt;index=_audit action=edit_user operation=create&lt;BR /&gt;|rename object as user&lt;BR /&gt;|eval timestamp=strptime(timestamp, "%m-%d-%Y %H:%M:%S.%3N")&lt;BR /&gt;|convert timeformat="%d/%b/%Y" ctime(timestamp)&lt;BR /&gt;|table user timestamp&lt;/P&gt;&lt;P&gt;If i use above query i get only part of the users ( 17 users ) with username and account created date , but not whole list of users ( 400 users) with username and account created date.&lt;/P&gt;&lt;P&gt;Is there any restriction in splunk , why is it only pulling part of the users list and not complete ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 16:49:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590730#M205667</guid>
      <dc:creator>testnoob</dc:creator>
      <dc:date>2022-03-24T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users with user account created date and email associated to it?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590734#M205668</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;| rest /servicesNS/-/-/admin/users&lt;/PRE&gt;&lt;P&gt;this does not give account created date , just the updated date&amp;nbsp; to the account&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 16:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590734#M205668</guid>
      <dc:creator>testnoob</dc:creator>
      <dc:date>2022-03-24T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users with user account created date and email associated to it?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590749#M205672</link>
      <description>&lt;P&gt;That query will only show recently-created accounts - those created during the retention period of the audit index.&lt;/P&gt;&lt;P&gt;To keep those events longer, consider writing them to a summary index with a longer retention period.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 19:29:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590749#M205672</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-24T19:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users with user account created date and email associated to it?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590770#M205674</link>
      <description>&lt;P&gt;I'm pretty sure Splunk does not store the creation time of an account other than what's in the audit index.&amp;nbsp; Don't trust the updated time, either, as I've seen it be wrong (zero) almost all the time.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 00:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-with-user-account-created-date-and/m-p/590770#M205674</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-25T00:10:23Z</dc:date>
    </item>
  </channel>
</rss>

