<?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 How to get the column result into row wise for multivalue events? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-column-result-into-row-wise-for-multivalue-events/m-p/326597#M21128</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;I have multivalues in the events, As per the Screenshot below, How can I get the DiskGB value in row Instead of Column. Expect output show in the Below Screenshot. Can someone please help me with the query. &lt;/P&gt;

&lt;P&gt;Thank you in Advance. &lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4490i83B1CDBA70290523/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 18:09:38 GMT</pubDate>
    <dc:creator>VsplunkV</dc:creator>
    <dc:date>2018-03-01T18:09:38Z</dc:date>
    <item>
      <title>How to get the column result into row wise for multivalue events?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-column-result-into-row-wise-for-multivalue-events/m-p/326597#M21128</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;I have multivalues in the events, As per the Screenshot below, How can I get the DiskGB value in row Instead of Column. Expect output show in the Below Screenshot. Can someone please help me with the query. &lt;/P&gt;

&lt;P&gt;Thank you in Advance. &lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4490i83B1CDBA70290523/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 18:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-column-result-into-row-wise-for-multivalue-events/m-p/326597#M21128</guid>
      <dc:creator>VsplunkV</dc:creator>
      <dc:date>2018-03-01T18:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the column result into row wise for multivalue events?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-column-result-into-row-wise-for-multivalue-events/m-p/326598#M21129</link>
      <description>&lt;P&gt;If you search is like this (last command being stats, aggregate function for Memory can be different)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | ... other code...
| stats max(Memory) as Memory values(DiskGB) as DiskGB by Service
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | ... other code...
| stats max(Memory) as Memory values(DiskGB) as DiskGB by Service delim="," | nomv DiskGB
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Mar 2018 19:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-column-result-into-row-wise-for-multivalue-events/m-p/326598#M21129</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-03-01T19:44:27Z</dc:date>
    </item>
  </channel>
</rss>

