<?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 audit when users disconnect from Splunk in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147096#M1689</link>
    <description>&lt;P&gt;This is not unique to Splunk. It is the nature of IP and HTTP protocols - they are stateless. So, you cannot really track a 'session' since there is none to track. Each request is treated as an independent transaction. &lt;/P&gt;

&lt;P&gt;More information can be found at &lt;A href="http://en.wikipedia.org/wiki/Stateless_protocol"&gt;http://en.wikipedia.org/wiki/Stateless_protocol&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2015 13:19:53 GMT</pubDate>
    <dc:creator>dlayvand_splunk</dc:creator>
    <dc:date>2015-06-08T13:19:53Z</dc:date>
    <item>
      <title>How to audit when users disconnect from Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147091#M1684</link>
      <description>&lt;P&gt;This document helps me know how to track logins and logoffs: &lt;A href="http://answers.splunk.com/answers/108923/how-to-track-a-specific-user-login-and-logoff-the-past-30-days.html"&gt;http://answers.splunk.com/answers/108923/how-to-track-a-specific-user-login-and-logoff-the-past-30-days.html&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;However, in my organization, no one really logs off from Splunk. They just close the browser window or shut off their computer. Is there a good way to track this action?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 18:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147091#M1684</guid>
      <dc:creator>feickertmd</dc:creator>
      <dc:date>2014-12-08T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to audit when users disconnect from Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147092#M1685</link>
      <description>&lt;P&gt;No, because Splunk has no way of knowing whether someone closed the browser window. All that happens is that requests stop coming from the browser.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 19:38:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147092#M1685</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-12-08T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to audit when users disconnect from Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147093#M1686</link>
      <description>&lt;P&gt;so is there a timeout for the login? And then the user is forcibly logged off?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 19:39:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147093#M1686</guid>
      <dc:creator>feickertmd</dc:creator>
      <dc:date>2014-12-08T19:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to audit when users disconnect from Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147094#M1687</link>
      <description>&lt;P&gt;Yes, that is configurable. More details here..&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/admin/Configureusertimeouts"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/admin/Configureusertimeouts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 19:49:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147094#M1687</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2014-12-08T19:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to audit when users disconnect from Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147095#M1688</link>
      <description>&lt;P&gt;Not so much "logged off" as that the user's session expires and the corresponding session cookies are invalidated. This is not logged anywhere that I know of.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 19:53:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147095#M1688</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-12-08T19:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to audit when users disconnect from Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147096#M1689</link>
      <description>&lt;P&gt;This is not unique to Splunk. It is the nature of IP and HTTP protocols - they are stateless. So, you cannot really track a 'session' since there is none to track. Each request is treated as an independent transaction. &lt;/P&gt;

&lt;P&gt;More information can be found at &lt;A href="http://en.wikipedia.org/wiki/Stateless_protocol"&gt;http://en.wikipedia.org/wiki/Stateless_protocol&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 13:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-audit-when-users-disconnect-from-Splunk/m-p/147096#M1689</guid>
      <dc:creator>dlayvand_splunk</dc:creator>
      <dc:date>2015-06-08T13:19:53Z</dc:date>
    </item>
  </channel>
</rss>

