<?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 Create a table from a multivalue field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290366#M87790</link>
    <description>&lt;P&gt;Hi to all, i need to create a table for a multivalue event. Event is like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;field1=value1, field2=value2, field3="valueA,valueB,valueC,"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i need to create a table like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;value1, value2, valueA
value1, value2, valueB
value1, value2, valueC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So i need to exapand to multivalue e create a row in the table for each value of field3.&lt;BR /&gt;
mvexpand seems what i need, but at the and the table is something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    value1, value2, valueA
                    valueB
                    valueC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can someone please help me?&lt;/P&gt;

&lt;P&gt;Thanks and regards&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2018 11:34:54 GMT</pubDate>
    <dc:creator>maurelio79</dc:creator>
    <dc:date>2018-02-19T11:34:54Z</dc:date>
    <item>
      <title>Create a table from a multivalue field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290366#M87790</link>
      <description>&lt;P&gt;Hi to all, i need to create a table for a multivalue event. Event is like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;field1=value1, field2=value2, field3="valueA,valueB,valueC,"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i need to create a table like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;value1, value2, valueA
value1, value2, valueB
value1, value2, valueC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So i need to exapand to multivalue e create a row in the table for each value of field3.&lt;BR /&gt;
mvexpand seems what i need, but at the and the table is something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    value1, value2, valueA
                    valueB
                    valueC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can someone please help me?&lt;/P&gt;

&lt;P&gt;Thanks and regards&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 11:34:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290366#M87790</guid>
      <dc:creator>maurelio79</dc:creator>
      <dc:date>2018-02-19T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table from a multivalue field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290367#M87791</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|makemv field3 delim=","|mvexpand field3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;try this run  anywhere search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|makeresults|eval field1="value1", field2="value2", field3="valueA,valueB,valueC"|makemv field3 delim=","|mvexpand field3
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Feb 2018 11:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290367#M87791</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-19T11:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table from a multivalue field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290368#M87792</link>
      <description>&lt;P&gt;Nice!! Thanks you! I tried mvexpand or makemv, but not together.&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 11:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-a-table-from-a-multivalue-field/m-p/290368#M87792</guid>
      <dc:creator>maurelio79</dc:creator>
      <dc:date>2018-02-19T11:57:25Z</dc:date>
    </item>
  </channel>
</rss>

