<?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: problem with transaction and inputlookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81408#M20623</link>
    <description>&lt;P&gt;Just move the subsearch filter so that it is used after the transactions are created.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="web_log" | transaction SID | search [| inputlookup xid_lookup.csv | fields XID] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Feb 2012 09:45:38 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-02-29T09:45:38Z</dc:date>
    <item>
      <title>problem with transaction and inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81407#M20622</link>
      <description>&lt;P&gt;i think i am stuck on this certain for some reason that my head isn't working right when thinking about this problem&lt;/P&gt;

&lt;P&gt;i have a bunch of web logs that i need to sort out with a certain field (lets say XID) that is only inserted in 1 or 2 lines out of the xxx lines in a complete web transaction&lt;BR /&gt;
this web transaction can be defined with an SID for our transaction command&lt;BR /&gt;
however, i need to find all the transactions that includes n numbers of XID that i have created in a list of XID lookup table&lt;/P&gt;

&lt;P&gt;my original search&lt;BR /&gt;
sourcetype="web_log" [inputlookup xid_lookup.csv | fields XID] | transaction SID&lt;/P&gt;

&lt;P&gt;the problem of this search is that it will only given the result of the lines that has the XID in my lookup table&lt;BR /&gt;
but what i really want to do is to list out all the lines in transaction by the SID that includes XID in my lookup table only&lt;/P&gt;

&lt;P&gt;is it possible to do so?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81407#M20622</guid>
      <dc:creator>cpuppet</dc:creator>
      <dc:date>2020-09-28T11:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with transaction and inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81408#M20623</link>
      <description>&lt;P&gt;Just move the subsearch filter so that it is used after the transactions are created.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="web_log" | transaction SID | search [| inputlookup xid_lookup.csv | fields XID] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Feb 2012 09:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81408#M20623</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-02-29T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with transaction and inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81409#M20624</link>
      <description>&lt;P&gt;Ayn thanks alot&lt;/P&gt;

&lt;P&gt;i think i got where i had it worng in the first place&lt;BR /&gt;
your | search [|inputlookup xxx] saved my trouble&lt;/P&gt;

&lt;P&gt;what i really need...might be this to complete what we are looking for&lt;/P&gt;

&lt;P&gt;sourcetype ="web_log" | transaction SID XID | search [|inputlookup xid_lookup.csv | fields XID]&lt;/P&gt;

&lt;P&gt;by this i will be able to filter out the different transactions of SIDs that are included with the particular XID in my table&lt;/P&gt;

&lt;P&gt;which will also run faster when i add the maxspan for the transaction&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/problem-with-transaction-and-inputlookup/m-p/81409#M20624</guid>
      <dc:creator>cpuppet</dc:creator>
      <dc:date>2020-09-28T11:27:43Z</dc:date>
    </item>
  </channel>
</rss>

