<?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: Is it possible to remove the header in after transposing in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240200#M46667</link>
    <description>&lt;P&gt;...  | rename Metrics as " " Value as  "  "&lt;/P&gt;

&lt;P&gt;Try that, or do space dot space, etc.  I'm putting more than one space between the second quotes but the forum is changing to one space&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2016 14:23:41 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-06T14:23:41Z</dc:date>
    <item>
      <title>Is it possible to remove the header in after transposing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240196#M46663</link>
      <description>&lt;P&gt;I am using the untable command instead of transpose and my result looks like &lt;/P&gt;

&lt;P&gt;Metrics        Value &lt;BR /&gt;
cpu_core      4&lt;BR /&gt;
ram_size       8&lt;/P&gt;

&lt;P&gt;Can i use any command so that i don't get the header itself. My result must look like(after removing header Metrics and Value) &lt;/P&gt;

&lt;P&gt;cpu_core   4&lt;BR /&gt;
ram_size   8  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:39:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240196#M46663</guid>
      <dc:creator>Sampathu</dc:creator>
      <dc:date>2020-09-29T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to remove the header in after transposing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240197#M46664</link>
      <description>&lt;P&gt;Do these two columns have names? You could try &lt;CODE&gt;| search col2!="Value"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Out of curiosity, why are you using &lt;CODE&gt;untable&lt;/CODE&gt; or &lt;CODE&gt;transpose&lt;/CODE&gt; command? You should be able to get the desired result with just the &lt;CODE&gt;table&lt;/CODE&gt; command like this &lt;CODE&gt;table Metric Value&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 13:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240197#M46664</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-05-06T13:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to remove the header in after transposing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240198#M46665</link>
      <description>&lt;P&gt;No. In my actual search the result is&lt;/P&gt;

&lt;P&gt;cpu_core ram_size&lt;BR /&gt;
  4                       8    &lt;/P&gt;

&lt;P&gt;query = original search......... | untable _time Metrics Value... (I know how to remove the _time field )&lt;BR /&gt;
when I untable them i get it as    &lt;/P&gt;

&lt;P&gt;Metrics           Value&lt;BR /&gt;
cpu_core          4&lt;BR /&gt;
ram_size          8 &lt;/P&gt;

&lt;P&gt;Am curious to know whether we can remove the headers itself!! &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240198#M46665</guid>
      <dc:creator>Sampathu</dc:creator>
      <dc:date>2020-09-29T09:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to remove the header in after transposing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240199#M46666</link>
      <description>&lt;P&gt;What visualization you're try to use? If you're using table, then a table need it's header/column name. You can try html visualization in you can you need custom visualization.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 14:15:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240199#M46666</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-06T14:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to remove the header in after transposing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240200#M46667</link>
      <description>&lt;P&gt;...  | rename Metrics as " " Value as  "  "&lt;/P&gt;

&lt;P&gt;Try that, or do space dot space, etc.  I'm putting more than one space between the second quotes but the forum is changing to one space&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 14:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-remove-the-header-in-after-transposing/m-p/240200#M46667</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-06T14:23:41Z</dc:date>
    </item>
  </channel>
</rss>

