<?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 Convert Transaction Search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427549#M122416</link>
    <description>&lt;P&gt;I made the following search to group exceptions together that happened within 1 second but I want to be able to view the source and make the search more efficient. Is there a search that will yield the same results without using the transaction command?&lt;/P&gt;

&lt;P&gt;index=java_logs Exception | transaction maxspan=1s&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 13:55:15 GMT</pubDate>
    <dc:creator>bah5663_98</dc:creator>
    <dc:date>2019-08-05T13:55:15Z</dc:date>
    <item>
      <title>Convert Transaction Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427549#M122416</link>
      <description>&lt;P&gt;I made the following search to group exceptions together that happened within 1 second but I want to be able to view the source and make the search more efficient. Is there a search that will yield the same results without using the transaction command?&lt;/P&gt;

&lt;P&gt;index=java_logs Exception | transaction maxspan=1s&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 13:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427549#M122416</guid>
      <dc:creator>bah5663_98</dc:creator>
      <dc:date>2019-08-05T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Transaction Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427550#M122417</link>
      <description>&lt;P&gt;Try &lt;CODE&gt;index=java_logs Exception | bin span=1s _time | stats values(*) as * by _time&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 15:45:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427550#M122417</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-08-05T15:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Transaction Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427551#M122418</link>
      <description>&lt;P&gt;Yes, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=java_logs Exception | bin _time span=1s | stats list(_raw) AS events values(source) AS sources BY _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Aug 2019 16:26:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-Transaction-Search/m-p/427551#M122418</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-08-05T16:26:43Z</dc:date>
    </item>
  </channel>
</rss>

