<?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 do I separate the results of a transaction to separately show each event? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229697#M68038</link>
    <description>&lt;P&gt;What is the query that you're using to generate  the results?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 11:52:18 GMT</pubDate>
    <dc:creator>fdi01</dc:creator>
    <dc:date>2016-01-12T11:52:18Z</dc:date>
    <item>
      <title>How do I separate the results of a transaction to separately show each event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229696#M68037</link>
      <description>&lt;P&gt;Hi at all,&lt;/P&gt;

&lt;P&gt;I have to separate the results of a transaction to separately show each event.&lt;BR /&gt;
I'd like to do this because I have to aggregate events into a transaction to verify some rules (eventcount), but after, I'd like to separately show events.&lt;/P&gt;

&lt;P&gt;How can I do this?&lt;BR /&gt;
thank you.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229696#M68037</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-01-12T11:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I separate the results of a transaction to separately show each event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229697#M68038</link>
      <description>&lt;P&gt;What is the query that you're using to generate  the results?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:52:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229697#M68038</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2016-01-12T11:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I separate the results of a transaction to separately show each event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229698#M68039</link>
      <description>&lt;P&gt;It's a very simple search:&lt;BR /&gt;
tag=SM | transaction sourcetype Application maxspan=300s&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:02:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229698#M68039</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-01-12T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I separate the results of a transaction to separately show each event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229699#M68040</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=SM 
| transaction sourcetype Application maxspan=300s mvraw=true
| eval myRaw = _raw
| mvexpand myRaw 
| rename myRaw as _raw
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jan 2016 15:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229699#M68040</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-01-12T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I separate the results of a transaction to separately show each event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229700#M68041</link>
      <description>&lt;P&gt;Don't use &lt;CODE&gt;transaction&lt;/CODE&gt; in the first place.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-separate-the-results-of-a-transaction-to-separately/m-p/229700#M68041</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-01-13T16:24:36Z</dc:date>
    </item>
  </channel>
</rss>

