<?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 transform a table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610680#M212381</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How can I transform a table, so that the result would look something like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edwin1471_0-1661347469987.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21166iB496394CB71A27E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edwin1471_0-1661347469987.png" alt="Edwin1471_0-1661347469987.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 14:38:21 GMT</pubDate>
    <dc:creator>Edwin1471</dc:creator>
    <dc:date>2022-08-24T14:38:21Z</dc:date>
    <item>
      <title>How to transform a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610680#M212381</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How can I transform a table, so that the result would look something like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edwin1471_0-1661347469987.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21166iB496394CB71A27E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edwin1471_0-1661347469987.png" alt="Edwin1471_0-1661347469987.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:38:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610680#M212381</guid>
      <dc:creator>Edwin1471</dc:creator>
      <dc:date>2022-08-24T14:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610687#M212382</link>
      <description>&lt;LI-CODE lang="markup"&gt;| transpose 0 header_field=Process column_name=Process&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610687#M212382</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-24T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610688#M212383</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/247612"&gt;@Edwin1471&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;can you share the search you used to have those data?&lt;/P&gt;&lt;P&gt;Anyway, you could use the transpose command (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.1/SearchReference/Transpose" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.1/SearchReference/Transpose&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;putting attention to the options.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/610688#M212383</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-24T14:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/611058#M212483</link>
      <description>&lt;P&gt;To follow up,&lt;/P&gt;&lt;P&gt;How can I sort a table by column values, instead of rows after transposing it ?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 19:42:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/611058#M212483</guid>
      <dc:creator>Edwin1471</dc:creator>
      <dc:date>2022-08-27T19:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/611064#M212485</link>
      <description>&lt;P&gt;I am not sure I understand what you are trying to do - the sort command will sort the events (rows) by values in the fields (columns) - can you give an example of what you are trying to achieve?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 05:51:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-transform-a-table/m-p/611064#M212485</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-28T05:51:34Z</dc:date>
    </item>
  </channel>
</rss>

