<?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 to transpose ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205831#M59858</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | eval changes = field2+"-&amp;gt;"+field3 | stats values(changes) as changes by field1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 07 Sep 2015 11:08:49 GMT</pubDate>
    <dc:creator>diogofgm</dc:creator>
    <dc:date>2015-09-07T11:08:49Z</dc:date>
    <item>
      <title>how to transpose ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205830#M59857</link>
      <description>&lt;P&gt;field1,field2,field3&lt;BR /&gt;
1, a, b&lt;BR /&gt;
1, b, c&lt;BR /&gt;
1, c, d&lt;BR /&gt;
2, r, s&lt;BR /&gt;
2, s, k&lt;BR /&gt;
2, k, l&lt;BR /&gt;
2, l, m&lt;/P&gt;

&lt;P&gt;field 1 is the key &lt;/P&gt;

&lt;P&gt;based on above data, I need to as following manner&lt;/P&gt;

&lt;P&gt;1 a-&amp;gt;b b-&amp;gt;c c-&amp;gt;d&lt;BR /&gt;
2 r-&amp;gt;s s-&amp;gt;k k-&amp;gt;l l-&amp;gt;m&lt;/P&gt;

&lt;P&gt;If any one have an idea, please share to me..&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 08:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205830#M59857</guid>
      <dc:creator>sajumulakkal</dc:creator>
      <dc:date>2015-09-07T08:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to transpose ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205831#M59858</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | eval changes = field2+"-&amp;gt;"+field3 | stats values(changes) as changes by field1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Sep 2015 11:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205831#M59858</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-09-07T11:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to transpose ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205832#M59859</link>
      <description>&lt;P&gt;Thanks diogofgm ... your solution/answer is excellent.. it worked for me...&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:33:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205832#M59859</guid>
      <dc:creator>sajumulakkal</dc:creator>
      <dc:date>2015-09-08T02:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to transpose ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205833#M59860</link>
      <description>&lt;P&gt;Thanks your solution/answer is excellent. It worked for me..&lt;BR /&gt;
once again ... thanks to diogofgm.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-transpose/m-p/205833#M59860</guid>
      <dc:creator>sajumulakkal</dc:creator>
      <dc:date>2015-09-08T02:35:44Z</dc:date>
    </item>
  </channel>
</rss>

