<?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 carriage return in transaction results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42967#M10103</link>
    <description>&lt;P&gt;I am using transaction and sending the result to an external workflow. The combined results from transaction appear one of the other which looks cluttered. Is there a way to make the individual events from transaction to appear as separate lines? I hope I am making sense.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Nov 2012 15:55:50 GMT</pubDate>
    <dc:creator>rmurthy</dc:creator>
    <dc:date>2012-11-22T15:55:50Z</dc:date>
    <item>
      <title>carriage return in transaction results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42967#M10103</link>
      <description>&lt;P&gt;I am using transaction and sending the result to an external workflow. The combined results from transaction appear one of the other which looks cluttered. Is there a way to make the individual events from transaction to appear as separate lines? I hope I am making sense.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2012 15:55:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42967#M10103</guid>
      <dc:creator>rmurthy</dc:creator>
      <dc:date>2012-11-22T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: carriage return in transaction results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42968#M10104</link>
      <description>&lt;P&gt;There is a way you can do this with an eval function to insert a new line before the transaction. You will have to paste the new line in as typing it will trigger a search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=cisco_esa | eval _raw=_raw+"
"| transaction mid icid dcid
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you are adding this into a config file add a backslash \ before the newline.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 00:46:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42968#M10104</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2012-11-23T00:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: carriage return in transaction results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42969#M10105</link>
      <description>&lt;P&gt;This no longer works in v6.2.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 00:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/carriage-return-in-transaction-results/m-p/42969#M10105</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-06T00:41:04Z</dc:date>
    </item>
  </channel>
</rss>

