<?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: Can you force the transaction command to keep duplicate entries in a multivalue field output? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135716#M37126</link>
    <description>&lt;P&gt;You're looking for &lt;CODE&gt;mvlist=PerformanceUnitNames&lt;/CODE&gt;, see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchReference/Transaction"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchReference/Transaction&lt;/A&gt; for reference.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2014 23:01:47 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-04-17T23:01:47Z</dc:date>
    <item>
      <title>Can you force the transaction command to keep duplicate entries in a multivalue field output?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135715#M37125</link>
      <description>&lt;P&gt;I have a search using the transaction command that returns the following (as a single transaction, not as separate events)...let's call this search "searchA":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-04-16 22:40:22,257 MDCID=D325388-5011926287919291836 PerformanceUnitName=eMemberSearch PerformanceUnitDuration=168 
2014-04-16 22:40:22,427 MDCID=D325388-5011926287919291836 PerformanceUnitName=eAddTransaction PerformanceUnitDuration=166 
2014-04-16 22:40:22,541 MDCID=D325388-5011926287919291836 PerformanceUnitName=eAddTransaction PerformanceUnitDuration=111 
2014-04-16 22:40:22,694 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=129 
2014-04-16 22:40:22,755 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=58 
2014-04-16 22:40:22,829 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=44 
2014-04-16 22:40:22,874 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=43 
2014-04-16 22:40:22,919 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=42 
2014-04-16 22:40:22,997 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=76 
2014-04-16 22:40:23,041 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=42 
2014-04-16 22:40:23,086 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=42 
2014-04-16 22:40:23,258 MDCID=D325388-5011926287919291836 PerformanceUnitName=eUpdateCertificate PerformanceUnitDuration=169 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I do &lt;CODE&gt;searchA | table PerformanceUnitName&lt;/CODE&gt;, I get the following multivalue field:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eMemberSearch
eAddTransaction
eUpdateCertificate
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is unfortunate, because I actually wanted to count the number of each distinct PerformanceUnitNames in the output.&lt;/P&gt;

&lt;P&gt;Is there any way to get the transaction command to preserve the duplicates?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 22:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135715#M37125</guid>
      <dc:creator>jaredswarren200</dc:creator>
      <dc:date>2014-04-17T22:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you force the transaction command to keep duplicate entries in a multivalue field output?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135716#M37126</link>
      <description>&lt;P&gt;You're looking for &lt;CODE&gt;mvlist=PerformanceUnitNames&lt;/CODE&gt;, see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchReference/Transaction"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchReference/Transaction&lt;/A&gt; for reference.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 23:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135716#M37126</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-17T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can you force the transaction command to keep duplicate entries in a multivalue field output?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135717#M37127</link>
      <description>&lt;P&gt;Yes!  It is, in fact.&lt;/P&gt;

&lt;P&gt;Use the "mvlist=t" argument to the transaction command.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 23:04:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135717#M37127</guid>
      <dc:creator>jaredswarren200</dc:creator>
      <dc:date>2014-04-17T23:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can you force the transaction command to keep duplicate entries in a multivalue field output?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135718#M37128</link>
      <description>&lt;P&gt;The full search command answer for me was:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="my_app" p_id=* | transaction p_id mvlist=status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 May 2017 19:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-force-the-transaction-command-to-keep-duplicate-entries/m-p/135718#M37128</guid>
      <dc:creator>moisesroth</dc:creator>
      <dc:date>2017-05-17T19:27:22Z</dc:date>
    </item>
  </channel>
</rss>

