<?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: transaction group by two IDs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54822#M13376</link>
    <description>&lt;P&gt;try to add the presence of the 2 fields as a condition before the transactions :&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;id=* AND id2=* | transaction id id2&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2013 16:36:38 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2013-03-09T16:36:38Z</dc:date>
    <item>
      <title>transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54815#M13369</link>
      <description>&lt;P&gt;I have data that has two IDs for each transaction.  Of course most logs have one or the other and only one has both.  I tried:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...| transaction ID, ID2 |...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but found that I would sometimes get two transaction records, one with just ID and the other with both ID and IDs.&lt;/P&gt;

&lt;P&gt;I could not find an "OR" option, just that the engine would figure it out.  Does anyone have some suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:31:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54815#M13369</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-03-07T15:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54816#M13370</link>
      <description>&lt;P&gt;would you say your data set is like this&lt;/P&gt;

&lt;P&gt;event=1 host=a&lt;BR /&gt;
event=2 host=a cookie=b&lt;BR /&gt;
event=3 cookie=b&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 19:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54816#M13370</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-03-07T19:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54817#M13371</link>
      <description>&lt;P&gt;no, more like&lt;BR /&gt;
event=1 host=a&lt;BR /&gt;
event=2 cookie=b&lt;BR /&gt;
event=3 host=a cookie=b&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 19:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54817#M13371</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-03-07T19:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54818#M13372</link>
      <description>&lt;P&gt;How do the two IDs relate to each other? In other words, how should events be grouped into one transaction?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 09:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54818#M13372</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-08T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54819#M13373</link>
      <description>&lt;P&gt;In this case, one ID is external activity and the other ID is internal activity.  some where during the transaction there is an a correlation between the two.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 12:03:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54819#M13373</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-03-08T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54820#M13374</link>
      <description>&lt;P&gt;So the following events all form one big transaction?&lt;/P&gt;

&lt;P&gt;event1 id=1&lt;BR /&gt;
event2 id=1 id2=a&lt;BR /&gt;
event3 id2=a&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 12:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54820#M13374</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-08T12:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54821#M13375</link>
      <description>&lt;P&gt;those work fine, it seams when I have id1 and id2 defined, then id1 and id2 correlated.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 12:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54821#M13375</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-03-08T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54822#M13376</link>
      <description>&lt;P&gt;try to add the presence of the 2 fields as a condition before the transactions :&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;id=* AND id2=* | transaction id id2&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2013 16:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54822#M13376</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-03-09T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: transaction group by two IDs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54823#M13377</link>
      <description>&lt;P&gt;Then I would not see the details of id or id2, just the link between the two.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2013 11:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-group-by-two-IDs/m-p/54823#M13377</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2013-03-11T11:16:08Z</dc:date>
    </item>
  </channel>
</rss>

