<?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: multi field extraction form the logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571290#M199066</link>
    <description>&lt;P&gt;Thank you so much for your quick response&lt;/P&gt;&lt;P&gt;it's not extracted the fields &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 09:52:55 GMT</pubDate>
    <dc:creator>saravana22</dc:creator>
    <dc:date>2021-10-18T09:52:55Z</dc:date>
    <item>
      <title>multi field extraction form the logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571286#M199063</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Am new to splunk..&lt;/P&gt;&lt;P&gt;I need to extract the fields which is in MSGTXT which are highlighted. Only when MSGTXT in&amp;nbsp; this format(&lt;FONT color="#FF6600"&gt;SZ5114RA &lt;SPAN class=""&gt;00&lt;/SPAN&gt; 1045 .06 .0 165K 2% 9728K 3% 400M&lt;/FONT&gt;") as there are different type message text also in the logs&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;SZ5114RA as A&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;SPAN class=""&gt;00 as B&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;1045 as C&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;.06 as D&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;.0 as E&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;165K as F&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;2% as G&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;9728K as H&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;3% as I&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;400M as J&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help..!! thank you&lt;/P&gt;&lt;P&gt;below is the Sample logs..&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;{"MFSOURCETYPE":"SYSLOG","DATETIME":"2021-10-16 02:24:47.53 +1100","SYSLOGSYSTEMNAME":"P01","JOBID":"SZ04","JOBNAME":"SZ04","SYSPLEX":"SYPLX1A","ACTION":"INFORMATIONAL","MSGNUM":"SZ5114RA","MSGTXT":"&lt;FONT color="#FF6600"&gt;SZ5114RA &lt;SPAN class=""&gt;00&lt;/SPAN&gt; 1045 .06 .0 165K 2% 9728K 3% 400M&lt;/FONT&gt;","MSGREQTYPE":""}&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;{"MFSOURCETYPE":"SYSLOG","DATETIME":"2021-10-16 02:24:47.54 +1100","SYSLOGSYSTEMNAME":"P01","JOBID":"SZ04","JOBNAME":"SZ04","SYSPLEX":"SYPLX1A","ACTION":"INFORMATIONAL","MSGNUM":"SZ04","MSGTXT":"SZ04 ENDED -SYS=P01 NAME=LIVE$SZ TOTAL CPU TIME= 12.4 TOTAL ELAPSED TIME= 47.2","MSGREQTYPE":""}&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 09:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571286#M199063</guid>
      <dc:creator>saravana22</dc:creator>
      <dc:date>2021-10-18T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: multi field extraction form the logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571289#M199065</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex field=MSGTXT "^(?&amp;lt;A&amp;gt;\S+)\s(?&amp;lt;B&amp;gt;\S+)\s(?&amp;lt;C&amp;gt;\S+)\s(?&amp;lt;D&amp;gt;\S+)\s(?&amp;lt;E&amp;gt;\S+)\s(?&amp;lt;F&amp;gt;\S+)\s(?&amp;lt;G&amp;gt;\S+)\s(?&amp;lt;H&amp;gt;\S+)\s(?&amp;lt;I&amp;gt;\S+)\s(?&amp;lt;J&amp;gt;\S+)$"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 09:41:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571289#M199065</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-10-18T09:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: multi field extraction form the logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571290#M199066</link>
      <description>&lt;P&gt;Thank you so much for your quick response&lt;/P&gt;&lt;P&gt;it's not extracted the fields &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 09:52:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571290#M199066</guid>
      <dc:creator>saravana22</dc:creator>
      <dc:date>2021-10-18T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: multi field extraction form the logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571292#M199067</link>
      <description>&lt;P&gt;OK try extracting from _raw&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "MSGTXT\":\s*\"(?&amp;lt;A&amp;gt;\S+)\s(?&amp;lt;B&amp;gt;\S+)\s(?&amp;lt;C&amp;gt;\S+)\s(?&amp;lt;D&amp;gt;\S+)\s(?&amp;lt;E&amp;gt;\S+)\s(?&amp;lt;F&amp;gt;\S+)\s(?&amp;lt;G&amp;gt;\S+)\s(?&amp;lt;H&amp;gt;\S+)\s(?&amp;lt;I&amp;gt;\S+)\s(?&amp;lt;J&amp;gt;\S+)\""&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 Oct 2021 09:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571292#M199067</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-10-18T09:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: multi field extraction form the logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571302#M199075</link>
      <description>&lt;P&gt;Tried with _raw as well.. Still no changes..&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 10:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-extraction-form-the-logs/m-p/571302#M199075</guid>
      <dc:creator>saravana22</dc:creator>
      <dc:date>2021-10-18T10:33:37Z</dc:date>
    </item>
  </channel>
</rss>

