<?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 Field extract in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-extract/m-p/505124#M141152</link>
    <description>&lt;P&gt;I want to extract the client ip and user "DELTA\Kelly" from the windows event messages&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Message=The following client performed a SASL (Negotiate/Kerberos/NTLM/Digest) LDAP bind without requesting signing (integrity verification), or performed a simple bind over a cleartext (non-SSL/TLS-encrypted) LDAP connection.&lt;BR /&gt;Client IP address:&lt;BR /&gt;&lt;STRONG&gt;172.4.5.6:57157&lt;/STRONG&gt;&lt;BR /&gt;Identity the client attempted to authenticate as:&lt;BR /&gt;&lt;STRONG&gt;DELTA\Kelly&lt;/STRONG&gt;&lt;BR /&gt;Binding Type:&lt;BR /&gt;&lt;BR /&gt;Fixed..... Please close&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2020 03:53:25 GMT</pubDate>
    <dc:creator>keyu921</dc:creator>
    <dc:date>2020-06-19T03:53:25Z</dc:date>
    <item>
      <title>Field extract</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extract/m-p/505124#M141152</link>
      <description>&lt;P&gt;I want to extract the client ip and user "DELTA\Kelly" from the windows event messages&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Message=The following client performed a SASL (Negotiate/Kerberos/NTLM/Digest) LDAP bind without requesting signing (integrity verification), or performed a simple bind over a cleartext (non-SSL/TLS-encrypted) LDAP connection.&lt;BR /&gt;Client IP address:&lt;BR /&gt;&lt;STRONG&gt;172.4.5.6:57157&lt;/STRONG&gt;&lt;BR /&gt;Identity the client attempted to authenticate as:&lt;BR /&gt;&lt;STRONG&gt;DELTA\Kelly&lt;/STRONG&gt;&lt;BR /&gt;Binding Type:&lt;BR /&gt;&lt;BR /&gt;Fixed..... Please close&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 03:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extract/m-p/505124#M141152</guid>
      <dc:creator>keyu921</dc:creator>
      <dc:date>2020-06-19T03:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field extract</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extract/m-p/505127#M141153</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval Message="The following client performed a SASL (Negotiate/Kerberos/NTLM/Digest) LDAP bind without requesting signing (integrity verification), or performed a simple bind over a cleartext (non-SSL/TLS-encrypted) LDAP connection.
Client IP address:
172.4.5.6:57157
Identity the client attempted to authenticate as:
DELTA\Kelly
Binding Type:

Fixed..... Please close"
| rex field=Message "(?ms).*Client IP address:[^\d]+(?&amp;lt;ip&amp;gt;\d+\.\d+\.\d+.\d+).*authenticate as:[\r\n\s]+(?&amp;lt;domain&amp;gt;\w+)\\\(?&amp;lt;user&amp;gt;[\w ]+)"&lt;/LI-CODE&gt;&lt;P&gt;This should work and will extract the fields ip, domain and user. If you want to include the user and domain as a single value, then&amp;nbsp; get rid of the&amp;nbsp;(?&amp;lt;domain&amp;gt;\w+) \\\ and add change the user extraction to&amp;nbsp;&lt;/P&gt;&lt;P&gt;(?&amp;lt;user&amp;gt;[\w\\\ ]+)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 05:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extract/m-p/505127#M141153</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-06-19T05:15:48Z</dc:date>
    </item>
  </channel>
</rss>

