<?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: split filed into multiple filed in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557195#M158253</link>
    <description>&lt;P&gt;The bit before the blank lines just sets up dummy data for the runanywhere example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval X=split("ABC: YES, APPLICATION: DEF, ZONE: DATA, ENVIRONMENT: DEV|ZONE: INSIDE, ENVIRONMENT: PROD|ZONE: OUTSIDE, ENVIRONMENT: DEV, ABC: YES, APPLICATION: IJK","|")
| mvexpand X


| eval _raw=X
| extract pairdelim="," kvdelim=":"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 13:18:33 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-06-25T13:18:33Z</dc:date>
    <item>
      <title>split filed into multiple filed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557182#M158248</link>
      <description>&lt;P&gt;I would like to break "X" field into multiple field based on available value. "X" contain data in following format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field X-&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ABC: YES, APPLICATION: DEF, ZONE: DATA, ENVIRONMENT: DEV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ZONE: INSIDE, ENVIRONMENT: PROD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ZONE: OUTSIDE, ENVIRONMENT: DEV, ABC: YES, APPLICATION: IJK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=======&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like the arrange data in following format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ABC&amp;nbsp; &amp;nbsp; &amp;nbsp;APPLICATION&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ZONE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ENVIRONMENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;YES&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DEF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;DATA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;DEV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INSIDE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;PROD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;YES&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IJK&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;OUTSIDE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DEV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 12:11:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557182#M158248</guid>
      <dc:creator>abhijeet</dc:creator>
      <dc:date>2021-06-25T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: split filed into multiple filed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557195#M158253</link>
      <description>&lt;P&gt;The bit before the blank lines just sets up dummy data for the runanywhere example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval X=split("ABC: YES, APPLICATION: DEF, ZONE: DATA, ENVIRONMENT: DEV|ZONE: INSIDE, ENVIRONMENT: PROD|ZONE: OUTSIDE, ENVIRONMENT: DEV, ABC: YES, APPLICATION: IJK","|")
| mvexpand X


| eval _raw=X
| extract pairdelim="," kvdelim=":"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 13:18:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557195#M158253</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-25T13:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: split filed into multiple filed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557575#M158354</link>
      <description>&lt;P&gt;Thank you so much. Solution works...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 10:22:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/split-filed-into-multiple-filed/m-p/557575#M158354</guid>
      <dc:creator>abhijeet</dc:creator>
      <dc:date>2021-06-29T10:22:13Z</dc:date>
    </item>
  </channel>
</rss>

