<?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 Issue with field extraction regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-field-extraction-regex/m-p/472875#M140457</link>
    <description>&lt;P&gt;Hello plp,&lt;/P&gt;
&lt;P&gt;I have this problem, i need to extract 2 fields of this event.&lt;/P&gt;
&lt;P&gt;[14/04/2020 16:17:49][INFO][http-8080-36][ar.xxx.xxx.xx]:116 - (3;;57AF476E9DDAF14CA60BA1E589C55CF8) Usuario: UserName Operador: OperadorName EstadoOperadorToken: Token Activo&lt;/P&gt;
&lt;P&gt;i need a regex that capture the string after "Usuario" and "Operador"&lt;/P&gt;
&lt;P&gt;Any one can help me_&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 04:23:49 GMT</pubDate>
    <dc:creator>tinpelayee</dc:creator>
    <dc:date>2020-06-08T04:23:49Z</dc:date>
    <item>
      <title>Issue with field extraction regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-field-extraction-regex/m-p/472875#M140457</link>
      <description>&lt;P&gt;Hello plp,&lt;/P&gt;
&lt;P&gt;I have this problem, i need to extract 2 fields of this event.&lt;/P&gt;
&lt;P&gt;[14/04/2020 16:17:49][INFO][http-8080-36][ar.xxx.xxx.xx]:116 - (3;;57AF476E9DDAF14CA60BA1E589C55CF8) Usuario: UserName Operador: OperadorName EstadoOperadorToken: Token Activo&lt;/P&gt;
&lt;P&gt;i need a regex that capture the string after "Usuario" and "Operador"&lt;/P&gt;
&lt;P&gt;Any one can help me_&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 04:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-with-field-extraction-regex/m-p/472875#M140457</guid>
      <dc:creator>tinpelayee</dc:creator>
      <dc:date>2020-06-08T04:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with field extraction regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-field-extraction-regex/m-p/472876#M140458</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| rex "Usuario:\s(?&amp;lt;UserName&amp;gt;[\S]+)\sOperador:\s(?&amp;lt;OperadorName&amp;gt;[\S]+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Apr 2020 16:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-with-field-extraction-regex/m-p/472876#M140458</guid>
      <dc:creator>jpolvino</dc:creator>
      <dc:date>2020-04-15T16:36:47Z</dc:date>
    </item>
  </channel>
</rss>

