<?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: Employee report in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687507#M234474</link>
    <description>&lt;P&gt;Do you have a report that identifies the employees that were added in the previous month?&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 15:40:22 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-05-14T15:40:22Z</dc:date>
    <item>
      <title>Employee report</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687504#M234472</link>
      <description>&lt;P&gt;Hey guys, I am working a report that needs to show any new employees coming into the company for the last 30 days. Right now I have a report constructed that pulls data for over the last 30 days on all employees for the company. How can I filter out this report to only show employees added to the company the previous month over the last 30 days? I will schedule this report to run weekly.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 15:36:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687504#M234472</guid>
      <dc:creator>dude49</dc:creator>
      <dc:date>2024-05-14T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Employee report</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687507#M234474</link>
      <description>&lt;P&gt;Do you have a report that identifies the employees that were added in the previous month?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 15:40:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687507#M234474</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-14T15:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Employee report</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687527#M234484</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267925"&gt;@dude49&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You would need a field or value that gives you the hire/ start date and then format and eval the value to look for the last 30 days.&lt;/P&gt;&lt;P&gt;Something like the below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|eval StartDay=strftime(hire_date, "%d")
|eval curDay=strftime(now(),"%d")
|eval window =(curDay - StarttDay)
|where (window &amp;lt; 30)   &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SCS/current/SearchReference/DateandTimeFunctions" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/SCS/current/SearchReference/DateandTimeFunctions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Employee-report/m-p/687527#M234484</guid>
      <dc:creator>YoungN</dc:creator>
      <dc:date>2024-05-14T17:53:09Z</dc:date>
    </item>
  </channel>
</rss>

