<?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: How do I normalize, flatten, or unpivot table data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222996#M65594</link>
    <description>&lt;P&gt;Do you mind posting the untable command you used for this? Just would be helpful to have it posted for others trying to do the same thing, because the untable documentation is not very descriptive. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2017 20:11:18 GMT</pubDate>
    <dc:creator>3rdEchelon</dc:creator>
    <dc:date>2017-06-06T20:11:18Z</dc:date>
    <item>
      <title>How do I normalize, flatten, or unpivot table data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222994#M65592</link>
      <description>&lt;P&gt;I am trying to take the results of a timechart table and normalize/flatten/un-pivot the data. For example, I have the following results table:&lt;/P&gt;

&lt;P&gt;_time A B C&lt;BR /&gt;
1-2015 1 4 7&lt;BR /&gt;
2-2015 2 5 8&lt;BR /&gt;
3-2015 3 6 9&lt;/P&gt;

&lt;P&gt;And I want to convert this into:&lt;/P&gt;

&lt;P&gt;_name _time value&lt;BR /&gt;
A 1-2015 1&lt;BR /&gt;
A 2-2015 2&lt;BR /&gt;
A 3-2015 3&lt;BR /&gt;
B 1-2015 4&lt;BR /&gt;
B 2-2015 5&lt;BR /&gt;
B 3-2015 6&lt;BR /&gt;
C 1-2015 7&lt;BR /&gt;
C 2-2015 8&lt;BR /&gt;
C 3-2015 9&lt;/P&gt;

&lt;P&gt;How do I do this? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 19:20:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222994#M65592</guid>
      <dc:creator>lamchr</dc:creator>
      <dc:date>2015-11-09T19:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I normalize, flatten, or unpivot table data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222995#M65593</link>
      <description>&lt;P&gt;Nevermind. I figured it out: I need to use the untable command.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 21:56:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222995#M65593</guid>
      <dc:creator>lamchr</dc:creator>
      <dc:date>2015-11-09T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I normalize, flatten, or unpivot table data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222996#M65594</link>
      <description>&lt;P&gt;Do you mind posting the untable command you used for this? Just would be helpful to have it posted for others trying to do the same thing, because the untable documentation is not very descriptive. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 20:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222996#M65594</guid>
      <dc:creator>3rdEchelon</dc:creator>
      <dc:date>2017-06-06T20:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I normalize, flatten, or unpivot table data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222997#M65595</link>
      <description>&lt;P&gt;For others who have this same issue, &lt;A href="https://answers.splunk.com/answers/136599/how-to-convert-multiple-fieldname-fieldvalue-entries-into-category-fieldname-value-fieldvalue-pairs-for-timechart.html"&gt;here&lt;/A&gt; is another post on Splunk Answers which has more helpful information: &lt;A href="https://answers.splunk.com/answers/136599/how-to-convert-multiple-fieldname-fieldvalue-entries-into-category-fieldname-value-fieldvalue-pairs-for-timechart.html"&gt;https://answers.splunk.com/answers/136599/how-to-convert-multiple-fieldname-fieldvalue-entries-into-category-fieldname-value-fieldvalue-pairs-for-timechart.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-normalize-flatten-or-unpivot-table-data/m-p/222997#M65595</guid>
      <dc:creator>3rdEchelon</dc:creator>
      <dc:date>2017-06-08T13:19:29Z</dc:date>
    </item>
  </channel>
</rss>

