<?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 Login dashboard thats too complex for me in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381390#M24946</link>
    <description>&lt;P&gt;I need to create a search string that shows the first interactive logon of the specified account and then the final logoff of the day for the same account. This is beyond me, ANY help is appreciated.&lt;/P&gt;

&lt;P&gt;I am positive this is going to expand into a dashboard request showing all users in the office.&lt;/P&gt;

&lt;P&gt;I probably have the wrong tags on it, no idea where this should go.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2019 21:52:42 GMT</pubDate>
    <dc:creator>williamsmew</dc:creator>
    <dc:date>2019-07-08T21:52:42Z</dc:date>
    <item>
      <title>Login dashboard thats too complex for me</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381390#M24946</link>
      <description>&lt;P&gt;I need to create a search string that shows the first interactive logon of the specified account and then the final logoff of the day for the same account. This is beyond me, ANY help is appreciated.&lt;/P&gt;

&lt;P&gt;I am positive this is going to expand into a dashboard request showing all users in the office.&lt;/P&gt;

&lt;P&gt;I probably have the wrong tags on it, no idea where this should go.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 21:52:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381390#M24946</guid>
      <dc:creator>williamsmew</dc:creator>
      <dc:date>2019-07-08T21:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Login dashboard thats too complex for me</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381391#M24947</link>
      <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 22:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381391#M24947</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-07-08T22:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Login dashboard thats too complex for me</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381392#M24948</link>
      <description>&lt;P&gt;Show us your login and logout events.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 01:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381392#M24948</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-09T01:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Login dashboard thats too complex for me</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381393#M24949</link>
      <description>&lt;P&gt;Hi williamsmew,&lt;BR /&gt;
are you speaking about Windows audit logs or application logs?&lt;BR /&gt;
If Windows, there's a problem because Windows audit logs are very many and search is very slow (a Windows user login generates around 10-12 login/logout events and it's repeted many times in a connection!).&lt;/P&gt;

&lt;P&gt;Anyway, the approach should be the following:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;identify login and logout events (e.g. in windows login is Eventcode=4624 and logout is EventCode=2634),&lt;/LI&gt;
&lt;LI&gt;then identify username field (e.g. in Windows is user),&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;ther run a search like the following (in Windows):&lt;/P&gt;

&lt;P&gt;index=wineventlog (EventCode=4624 OR EventCode=4634)&lt;BR /&gt;
| stats earliest(_time) AS earliest latest(_time) AS latest count BY user&lt;BR /&gt;
In this way you have the first login and the last logout in a time period.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Login-dashboard-thats-too-complex-for-me/m-p/381393#M24949</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T01:12:01Z</dc:date>
    </item>
  </channel>
</rss>

