<?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 How to extract new fields? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-extract-new-fields/m-p/656522#M11683</link>
    <description>&lt;P&gt;HI team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to extract the new fields by using rex for below raw data&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.ResponseCode&lt;/P&gt;
&lt;P&gt;2.url&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;message: INFO [nio-8443-exce-8] b. b. b.filter.loggingvontextfilter c.c.c.c.l.cc.f.loggingcintextfil=ter.post process(Loggingcintextfilter.java"201)-PUT/actatarr/halt/liveness||||||||||||METRIC|--|Responsecode=400|Response Time=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 18:43:08 GMT</pubDate>
    <dc:creator>lucky</dc:creator>
    <dc:date>2023-09-05T18:43:08Z</dc:date>
    <item>
      <title>How to extract new fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-extract-new-fields/m-p/656522#M11683</link>
      <description>&lt;P&gt;HI team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to extract the new fields by using rex for below raw data&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.ResponseCode&lt;/P&gt;
&lt;P&gt;2.url&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;message: INFO [nio-8443-exce-8] b. b. b.filter.loggingvontextfilter c.c.c.c.l.cc.f.loggingcintextfil=ter.post process(Loggingcintextfilter.java"201)-PUT/actatarr/halt/liveness||||||||||||METRIC|--|Responsecode=400|Response Time=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 18:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-extract-new-fields/m-p/656522#M11683</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-05T18:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: extract new fields</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-extract-new-fields/m-p/656526#M11685</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245717"&gt;@lucky&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\-(PUT|GET|POST|DELETE)(?&amp;lt;url&amp;gt;[\/A-z]+).*Responsecode=(?&amp;lt;ResponseCode&amp;gt;\d+)"&lt;/LI-CODE&gt;&lt;P&gt;Sample query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval _raw="message: INFO [nio-8443-exce-8] b. b. b.filter.loggingvontextfilter c.c.c.c.l.cc.f.loggingcintextfil=ter.post process(Loggingcintextfilter.java\"201)-PUT/actatarr/halt/liveness||||||||||||METRIC|--|Responsecode=400|Response Time=0" | rex "\-(PUT|GET|POST|DELETE)(?&amp;lt;url&amp;gt;[\/A-z]+).*Responsecode=(?&amp;lt;ResponseCode&amp;gt;\d+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 04 Sep 2023 05:44:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-extract-new-fields/m-p/656526#M11685</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2023-09-04T05:44:50Z</dc:date>
    </item>
  </channel>
</rss>

