<?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 find the perple who leave in the next day in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538953#M152412</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;&lt;SPAN class="t h"&gt;2021&lt;/SPAN&gt;-02-07&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="t"&gt;21:39:40&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="t"&gt;id=1001&lt;/SPAN&gt;,&lt;SPAN class="t"&gt;flt=2021-01-11&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="t"&gt;00:05:18&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="t"&gt;ip=xxx.xx.xxx.xx&lt;/SPAN&gt;,&lt;SPAN class="t"&gt;device=xxx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;assuming that "flt" is already extracted:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;base search | eval epochLoginTime=strptime(flt, "%Y-%m-%d hh:mm:ss") 
| eval epochOneDay=relative_time(now(), "-1d@d" ) 
| where epochLoginTime &amp;gt; epochOneDay&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 09:46:01 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2021-02-08T09:46:01Z</dc:date>
    <item>
      <title>How to find the perple who leave in the next day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538882#M152391</link>
      <description>&lt;P&gt;We have a game and login log. I want to anyalize the people that login today and don't login tommorow, which is to analyze what effect the 1-day retention. BUT, I can't find these leaved people. I think maybe I can use NOT command or JOIN INNER command, however I failed.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 13:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538882#M152391</guid>
      <dc:creator>Minghao</dc:creator>
      <dc:date>2021-02-07T13:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the perple who leave in the next day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538883#M152392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229431"&gt;@Minghao&lt;/a&gt;&amp;nbsp;.. pls share with us the login log&lt;SPAN&gt;(without actual username/server names, etc)&lt;/SPAN&gt;..&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt; I want to anyalize the people that login today and don't login tommorow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this should be simple. the login log should have the timestamp.. so, you can search for the users whose last login was more than 24 hrs (which means, those users didnt login last 24hrs).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you provide us the sample login log (without actual username/server names, etc), we can help you with the SPL query. thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 13:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538883#M152392</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2021-02-07T13:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the perple who leave in the next day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538905#M152399</link>
      <description>&lt;P&gt;The login log is like below:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;&lt;SPAN class="t h"&gt;2021&lt;/SPAN&gt;-02-07&lt;/SPAN&gt; &lt;SPAN class="t"&gt;21:39:40&lt;/SPAN&gt; &lt;SPAN class="t"&gt;id=1001&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class="t"&gt;flt=2021-01-11&lt;/SPAN&gt; &lt;SPAN class="t"&gt;00:05:18&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;ip=xxx.xx.xxx.xx&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class="t"&gt;device=xxx&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 02:43:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538905#M152399</guid>
      <dc:creator>Minghao</dc:creator>
      <dc:date>2021-02-08T02:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the perple who leave in the next day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538906#M152400</link>
      <description>&lt;P&gt;Thank you very much,&amp;nbsp; I have post it and in where flt means the first login time which I think is very useful&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 02:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538906#M152400</guid>
      <dc:creator>Minghao</dc:creator>
      <dc:date>2021-02-08T02:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the perple who leave in the next day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538953#M152412</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;&lt;SPAN class="t h"&gt;2021&lt;/SPAN&gt;-02-07&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="t"&gt;21:39:40&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="t"&gt;id=1001&lt;/SPAN&gt;,&lt;SPAN class="t"&gt;flt=2021-01-11&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="t"&gt;00:05:18&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="t"&gt;ip=xxx.xx.xxx.xx&lt;/SPAN&gt;,&lt;SPAN class="t"&gt;device=xxx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;assuming that "flt" is already extracted:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;base search | eval epochLoginTime=strptime(flt, "%Y-%m-%d hh:mm:ss") 
| eval epochOneDay=relative_time(now(), "-1d@d" ) 
| where epochLoginTime &amp;gt; epochOneDay&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 09:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-the-perple-who-leave-in-the-next-day/m-p/538953#M152412</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2021-02-08T09:46:01Z</dc:date>
    </item>
  </channel>
</rss>

