<?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: Table invert X Y axis in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318619#M95301</link>
    <description>&lt;P&gt;&lt;CODE&gt;transpose&lt;/CODE&gt; should do the trick&lt;/P&gt;

&lt;P&gt;Add it at the end of your search &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | transpose&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Transpose"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Transpose&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 02:08:12 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2018-03-05T02:08:12Z</dc:date>
    <item>
      <title>Table invert X Y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318618#M95300</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I want to change de X and Y axis in a table&lt;BR /&gt;
shown now:&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/4460i50C982299ABB3C83/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Desirable show:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;date:&amp;lt;value&amp;gt;
date_hour:&amp;lt;value&amp;gt;
date_mday:&amp;lt;value&amp;gt;
date_minute:&amp;lt;value&amp;gt;
date_month:&amp;lt;value&amp;gt;
date_second:&amp;lt;value&amp;gt;
date_wday:&amp;lt;value&amp;gt;
date_year:&amp;lt;value&amp;gt;
date_zone:&amp;lt;value&amp;gt;
eventtype:&amp;lt;value&amp;gt;
.
.
.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 04 Mar 2018 22:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318618#M95300</guid>
      <dc:creator>manudbc</dc:creator>
      <dc:date>2018-03-04T22:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table invert X Y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318619#M95301</link>
      <description>&lt;P&gt;&lt;CODE&gt;transpose&lt;/CODE&gt; should do the trick&lt;/P&gt;

&lt;P&gt;Add it at the end of your search &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | transpose&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Transpose"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Transpose&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 02:08:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318619#M95301</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-03-05T02:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table invert X Y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318620#M95302</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search giving above output
| eval temp=1
| untable temp fieldName fieldValue
| field - temp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Mar 2018 17:48:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-invert-X-Y-axis/m-p/318620#M95302</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-03-05T17:48:26Z</dc:date>
    </item>
  </channel>
</rss>

