<?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 Transactions grouped based on Field value and startswith endswith functions in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94051#M24240</link>
    <description>&lt;P&gt;Using the transaction command, I want to group a number of events to obviously make up a transaction but each contains the same field value for example, Field=334334 all events with this field number should be grouped into one trnasaction but with 2 other startswith and endswith events added to it, how can this be done?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Mar 2012 03:13:26 GMT</pubDate>
    <dc:creator>Dark_Ichigo</dc:creator>
    <dc:date>2012-03-16T03:13:26Z</dc:date>
    <item>
      <title>Transactions grouped based on Field value and startswith endswith functions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94051#M24240</link>
      <description>&lt;P&gt;Using the transaction command, I want to group a number of events to obviously make up a transaction but each contains the same field value for example, Field=334334 all events with this field number should be grouped into one trnasaction but with 2 other startswith and endswith events added to it, how can this be done?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 03:13:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94051#M24240</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2012-03-16T03:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions grouped based on Field value and startswith endswith functions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94052#M24241</link>
      <description>&lt;P&gt;Could you provide a sample of the log? I'd guess from the fact that you are asking that events from these transactions are can overlap each other, i.e;&lt;/P&gt;

&lt;P&gt;Start A&lt;BR /&gt;
  Event A&lt;BR /&gt;
Start B&lt;BR /&gt;
  Event A&lt;BR /&gt;
  Event B&lt;BR /&gt;
  Event A&lt;BR /&gt;
End A&lt;BR /&gt;
  Event B&lt;BR /&gt;
End B&lt;/P&gt;

&lt;P&gt;However, the field 334334 is not present in the start/end events, right?&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 10:05:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94052#M24241</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-03-16T10:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions grouped based on Field value and startswith endswith functions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94053#M24242</link>
      <description>&lt;P&gt;I think it sounds like you want to transaction a set of events based on startswith and endswith, and also run a separate transaction based on a Field value and then append them like this;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;searchquery | transaction startswith=blah endswith=bleh | join Field [searchquery | transaction Field]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am making a few assumptions as said above, also I am assuming that they might be different datasources as otherwise you may end up with duplicate results (that you could filter with a | dedup)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 12:35:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transactions-grouped-based-on-Field-value-and-startswith/m-p/94053#M24242</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-03-16T12:35:10Z</dc:date>
    </item>
  </channel>
</rss>

