<?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: Capture Active transactions in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371013#M109165</link>
    <description>&lt;P&gt;hi richgalloway,&lt;/P&gt;

&lt;P&gt;Thanks for answering. from the solution you suggested i am missing below two:&lt;/P&gt;

&lt;P&gt;transactions of user/ip  from login to logout&lt;BR /&gt;
events that are generated are unknown they are active/inactive&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 04:00:19 GMT</pubDate>
    <dc:creator>hariram159</dc:creator>
    <dc:date>2017-05-10T04:00:19Z</dc:date>
    <item>
      <title>Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371011#M109163</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;I am trying to capture active sessions with transaction command but unsuccessful, searched answers.splunk.com i didnt get a solution for me which is working...&lt;/P&gt;

&lt;P&gt;|transaction ipaddr host startwith="&lt;EM&gt;login.jsp&lt;/EM&gt;"  - gives me all transactions&lt;BR /&gt;
|transaction ipaddr host startwith="&lt;EM&gt;login.jsp&lt;/EM&gt;" endswith="&lt;EM&gt;logout.jsp&lt;/EM&gt;" - gives me all completed transactions&lt;/P&gt;

&lt;P&gt;almost tried all solutions given in answers.splunk.com except eventtype, need to try with that...&lt;/P&gt;

&lt;P&gt;Any solutions with out having lookup tables ??&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 01:29:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371011#M109163</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-10T01:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371012#M109164</link>
      <description>&lt;P&gt;Maybe &lt;CODE&gt;transaction&lt;/CODE&gt; is not the tool for this job.  This query will return the most recent of the logins and logouts for each ipaddr/host pair, which should find the 'logins' without a matching 'logout'.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo ("login.jsp" OR "logout.jsp") | dedup ipaddr host | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 May 2017 02:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371012#M109164</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-10T02:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371013#M109165</link>
      <description>&lt;P&gt;hi richgalloway,&lt;/P&gt;

&lt;P&gt;Thanks for answering. from the solution you suggested i am missing below two:&lt;/P&gt;

&lt;P&gt;transactions of user/ip  from login to logout&lt;BR /&gt;
events that are generated are unknown they are active/inactive&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 04:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371013#M109165</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-10T04:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371014#M109166</link>
      <description>&lt;P&gt;Any solutions please for a straight forward requirement.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 10:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371014#M109166</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-10T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371015#M109167</link>
      <description>&lt;P&gt;Active sessions are those ipaddr/host pairs that have a 'login'; inactive sessions will show a 'logout'.&lt;/P&gt;

&lt;P&gt;Your OP did not mention needing all transactions between login and logout.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 11:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371015#M109167</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-10T11:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371016#M109168</link>
      <description>&lt;P&gt;yes i need events of active sessions as i mentioned i am trying to capture active sessions which means those events.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 12:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371016#M109168</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-10T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371017#M109169</link>
      <description>&lt;P&gt;Hi richgalloway,&lt;/P&gt;

&lt;P&gt;i have just seen again keeping your solution to get active login sessions, it gives me login.jsp transactions of which are completed, even we cant get count of active sessions also with this solution as per the output of the command.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 16:49:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371017#M109169</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-11T16:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371018#M109170</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;can any one give me the solution ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 16:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371018#M109170</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-11T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Active transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371019#M109171</link>
      <description>&lt;P&gt;event type not working with transaction, not only transaction with any subsearch&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 06:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Capture-Active-transactions/m-p/371019#M109171</guid>
      <dc:creator>hariram159</dc:creator>
      <dc:date>2017-05-13T06:02:58Z</dc:date>
    </item>
  </channel>
</rss>

