<?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 join 2 results and use transaction to display calls within a 3 second timespan for weblogic access logs? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118158#M31518</link>
    <description>&lt;P&gt;Thanks. this really helped. But, I am seeing same URLs in one transaction for most of the results and I want to display transaction results only if the URLs are different like the one below&lt;/P&gt;

&lt;P&gt;2014-11-13  22:59:49    0.357   3152    2b76f0999150450e9b4a8c95e805ba41 - XXXXXX 00.00.00.00   00.00.00.00 00.00.00.00 00.00.00.00 GET /bankapi/ABCD   200 isExternal &lt;BR /&gt;
2014-11-13  22:59:52    0.301   3152    2b76f0999150450e9b4a8c95e805ba41 - XXXXXX 00.00.00.00   00.00.00.00 00.00.00.00 00.00.00.00 GET /bankapi/EFGH   200 isExternal&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2014 20:42:13 GMT</pubDate>
    <dc:creator>edookati</dc:creator>
    <dc:date>2014-11-14T20:42:13Z</dc:date>
    <item>
      <title>How to join 2 results and use transaction to display calls within a 3 second timespan for weblogic access logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118156#M31516</link>
      <description>&lt;P&gt;in weblogic access log, i need to join 2 results and use transaction to display the calls within 3s timespan, but this doesn't work.&lt;BR /&gt;
Can you please help me?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=olb_logs sourcetype="access-API" URL="/bankapi/session" method=POST | join sessionID [Search URL="/bankapi/accounts" method=GET] | transaction sessionID maxspan=3s
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Nov 2014 20:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118156#M31516</guid>
      <dc:creator>edookati</dc:creator>
      <dc:date>2014-11-14T20:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 2 results and use transaction to display calls within a 3 second timespan for weblogic access logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118157#M31517</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=olb_logs sourcetype="access-API" (URL="/bankapi/session" method=POST ) OR (URL="/bankapi/accounts" method=GET) | transaction sessionID maxspan=3s
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Nov 2014 20:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118157#M31517</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-11-14T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 2 results and use transaction to display calls within a 3 second timespan for weblogic access logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118158#M31518</link>
      <description>&lt;P&gt;Thanks. this really helped. But, I am seeing same URLs in one transaction for most of the results and I want to display transaction results only if the URLs are different like the one below&lt;/P&gt;

&lt;P&gt;2014-11-13  22:59:49    0.357   3152    2b76f0999150450e9b4a8c95e805ba41 - XXXXXX 00.00.00.00   00.00.00.00 00.00.00.00 00.00.00.00 GET /bankapi/ABCD   200 isExternal &lt;BR /&gt;
2014-11-13  22:59:52    0.301   3152    2b76f0999150450e9b4a8c95e805ba41 - XXXXXX 00.00.00.00   00.00.00.00 00.00.00.00 00.00.00.00 GET /bankapi/EFGH   200 isExternal&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 20:42:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118158#M31518</guid>
      <dc:creator>edookati</dc:creator>
      <dc:date>2014-11-14T20:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 2 results and use transaction to display calls within a 3 second timespan for weblogic access logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118159#M31519</link>
      <description>&lt;P&gt;Try adding maxevents=2 in the transaction command.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 21:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118159#M31519</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-11-14T21:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 2 results and use transaction to display calls within a 3 second timespan for weblogic access logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118160#M31520</link>
      <description>&lt;P&gt;Sorry, it is still giving me the same URLs in one transaction.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 21:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-2-results-and-use-transaction-to-display-calls/m-p/118160#M31520</guid>
      <dc:creator>edookati</dc:creator>
      <dc:date>2014-11-14T21:17:31Z</dc:date>
    </item>
  </channel>
</rss>

