<?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: TRANSFORMING TABLE in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335446#M162502</link>
    <description>&lt;P&gt;| eval row=A.B.C.D.F.",".A.B.C.D.F&lt;BR /&gt;
| makemv delim="," row&lt;BR /&gt;
| mvexpand row&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 08:40:33 GMT</pubDate>
    <dc:creator>valiquet</dc:creator>
    <dc:date>2018-03-09T08:40:33Z</dc:date>
    <item>
      <title>TRANSFORMING TABLE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335444#M162500</link>
      <description>&lt;P&gt;I have data as given below in table format&lt;BR /&gt;
A     B        C      D        E    F&lt;BR /&gt;
517   2498    186     1000    250   100&lt;BR /&gt;
399   314      1559   100      100  1000&lt;/P&gt;

&lt;P&gt;I want each row of D E and F against each row of A B and C kind of cross transformation&lt;BR /&gt;
output should look like this: &lt;BR /&gt;
A    B        C D          E    F&lt;BR /&gt;
517  2498    186    1000    250 100&lt;BR /&gt;
517  2498    186    100      100    1000&lt;BR /&gt;
399  314      1559  1000     250    100&lt;BR /&gt;
399  314      1559  100       100   1000&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:20:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335444#M162500</guid>
      <dc:creator>nkankur</dc:creator>
      <dc:date>2018-03-08T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFORMING TABLE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335445#M162501</link>
      <description>&lt;P&gt;If I'm reading that correctly, any answer you get here has the distinct possibility that it will make your Splunk servers start sobbing uncontrollably.&lt;/P&gt;

&lt;P&gt;In your two original events, you see you end up with four results.&lt;BR /&gt;
If you repeated with three original events, you would end up with nine.&lt;BR /&gt;
Four would end up sixteen...&lt;/P&gt;

&lt;P&gt;By the time you a few hundred events, you might start having problems.&lt;/P&gt;

&lt;P&gt;BUT this is OK, I just wanted to be clear about possible side effects and be sure that you know what you are asking?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 13:38:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335445#M162501</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2018-03-08T13:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFORMING TABLE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335446#M162502</link>
      <description>&lt;P&gt;| eval row=A.B.C.D.F.",".A.B.C.D.F&lt;BR /&gt;
| makemv delim="," row&lt;BR /&gt;
| mvexpand row&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 08:40:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335446#M162502</guid>
      <dc:creator>valiquet</dc:creator>
      <dc:date>2018-03-09T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFORMING TABLE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335447#M162503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I understood your point. But actually, my original data has fixed and fewer events hence this kind of issue is not going to affect my splunk servers. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:30:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335447#M162503</guid>
      <dc:creator>nkankur</dc:creator>
      <dc:date>2018-03-12T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFORMING TABLE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335448#M162504</link>
      <description>&lt;P&gt;Thanks for your response, but this is not giving me required results.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335448#M162504</guid>
      <dc:creator>nkankur</dc:creator>
      <dc:date>2018-03-12T11:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFORMING TABLE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335449#M162505</link>
      <description>&lt;P&gt;Great!  Some folks don't always think everything through to the end, so I'm glad you have already done so!&lt;/P&gt;

&lt;P&gt;(And sometimes it's worth noting specifically so someone else with unbounded results might be forewarned just a bit that they'll have to use care with this solution... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt;

&lt;P&gt;Happy Splunking!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:45:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TRANSFORMING-TABLE/m-p/335449#M162505</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2018-03-12T11:45:35Z</dc:date>
    </item>
  </channel>
</rss>

