<?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 split multi value fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265103#M176865</link>
    <description>&lt;P&gt;my dear friends,&lt;/P&gt;

&lt;P&gt;I'm running the below search string that give me the following result:&lt;BR /&gt;
index=qualys IP="&lt;EM&gt;" DNS="&lt;/EM&gt;" cve="*" | table IP DNS cve | dedup IP DNS cve&lt;/P&gt;

&lt;P&gt;result:&lt;BR /&gt;
IP                                DNS                             cve&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2010-4094, CVE-2010-0557, CVE-2009-4189, CVE-2009-3548, CVE-2009-3099&lt;/P&gt;

&lt;P&gt;as you can see i have multi values in the cve filed seperated by comma.&lt;BR /&gt;
my question is how to get the result to show as:&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2010-4094&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2010-0557&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2009-4189&lt;BR /&gt;
etc ...&lt;BR /&gt;
meaning the i want the IP and DNS filed to be repeated with each single value of cve field and each one will be in new row.&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Sun, 04 Sep 2016 05:16:10 GMT</pubDate>
    <dc:creator>aliroumani</dc:creator>
    <dc:date>2016-09-04T05:16:10Z</dc:date>
    <item>
      <title>split multi value fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265103#M176865</link>
      <description>&lt;P&gt;my dear friends,&lt;/P&gt;

&lt;P&gt;I'm running the below search string that give me the following result:&lt;BR /&gt;
index=qualys IP="&lt;EM&gt;" DNS="&lt;/EM&gt;" cve="*" | table IP DNS cve | dedup IP DNS cve&lt;/P&gt;

&lt;P&gt;result:&lt;BR /&gt;
IP                                DNS                             cve&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2010-4094, CVE-2010-0557, CVE-2009-4189, CVE-2009-3548, CVE-2009-3099&lt;/P&gt;

&lt;P&gt;as you can see i have multi values in the cve filed seperated by comma.&lt;BR /&gt;
my question is how to get the result to show as:&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2010-4094&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2010-0557&lt;BR /&gt;
10.252.64.84    horemedysso2v.alrajhi.bank  CVE-2009-4189&lt;BR /&gt;
etc ...&lt;BR /&gt;
meaning the i want the IP and DNS filed to be repeated with each single value of cve field and each one will be in new row.&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 05:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265103#M176865</guid>
      <dc:creator>aliroumani</dc:creator>
      <dc:date>2016-09-04T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: split multi value fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265104#M176866</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=qualys IP="" DNS="" cve="*" | table IP DNS cve | makemv cve delim="," | mvexpand cve | dedup IP DNS cve
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 04 Sep 2016 16:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265104#M176866</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-09-04T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: split multi value fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265105#M176867</link>
      <description>&lt;P&gt;perfecttttttttttttttttttttttttttttttttttttttt ...&lt;BR /&gt;
thank you so much my friend.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 05:04:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-multi-value-fields/m-p/265105#M176867</guid>
      <dc:creator>aliroumani</dc:creator>
      <dc:date>2016-09-05T05:04:22Z</dc:date>
    </item>
  </channel>
</rss>

