<?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: Merging rows with same values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Merging-rows-with-same-values/m-p/223312#M188249</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search with first output | stats list(*) as * by StorageArray_serialNumber, TotalPorts    
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 14 Sep 2015 13:58:15 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-09-14T13:58:15Z</dc:date>
    <item>
      <title>Merging rows with same values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merging-rows-with-same-values/m-p/223311#M188248</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;Need help on merging data. i have two columns ( first and second)  which has the same value but instead of showing two different lines, i need to show to only one value for these columns while the 3rd and 4th column remains as individual rows. Please let me know how to resolve this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;StorageArray_serialNumber   TotalPorts  LinkStatusType  StorageArray_Port_topology
92213279                      16                   8                 Link Failure
92213279                      16                 8               LinkUp(F_Port Connected)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My desired output.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;StorageArray_serialNumber   TotalPorts  StorageArray_Port_topology  LinkStatusType
                                                     Link Failure            8
92213279                      16       -----------------------------------------------------------
                                                    LinkUp(F_Port Connected)       8                
                                        ---------------------------------------------------------------- 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Sep 2015 06:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merging-rows-with-same-values/m-p/223311#M188248</guid>
      <dc:creator>keishamtcs</dc:creator>
      <dc:date>2015-09-14T06:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Merging rows with same values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merging-rows-with-same-values/m-p/223312#M188249</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search with first output | stats list(*) as * by StorageArray_serialNumber, TotalPorts    
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merging-rows-with-same-values/m-p/223312#M188249</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-14T13:58:15Z</dc:date>
    </item>
  </channel>
</rss>

