<?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: Extract value from a field in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549717#M646</link>
    <description>&lt;LI-CODE lang="markup"&gt;| rex field=ObjectDN "(?i)CN=(?&amp;lt;NAMES&amp;gt;[^,]+)"&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 28 Apr 2021 23:43:20 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-04-28T23:43:20Z</dc:date>
    <item>
      <title>Extract value from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549386#M639</link>
      <description>&lt;P&gt;Hello folks&lt;/P&gt;&lt;P&gt;I have a search in which I table.&amp;nbsp; Here is a snippet of the results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ObjectDN _time&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;cn=Jane Fonda,OU=Blue,OU=Pad,OU=Circle Team,DC=circle,DC=net&lt;/TD&gt;&lt;TD&gt;2021-04-22 23:48:36&lt;/TD&gt;&lt;TD&gt;CN=Matt Cruz,OU=Blue,OU=Pad2,OU=Circle Team,DC=circle,DC=net&lt;/TD&gt;&lt;TD&gt;2021-04-22 01:07:43&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want to extract the names contained in the CN to output to a column on it's own how would I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 27 Apr 2021 00:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549386#M639</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-27T00:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extract value from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549387#M640</link>
      <description>&lt;P&gt;I don't know why the question cut off.&amp;nbsp; My question is, if I wanted just the CN portion of the results to display in a separate column called "NAMES", how can I do that?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 00:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549387#M640</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-27T00:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extract value from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549411#M642</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex field=ObjectDN "CN=(?&amp;lt;NAMES&amp;gt;[^,]+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 27 Apr 2021 06:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549411#M642</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-27T06:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract value from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549715#M645</link>
      <description>&lt;P&gt;ITWhisperer, thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In some cases the CN is lower case so it doesn't match for those entries.&amp;nbsp; Is there a way to make this case insensitive?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 23:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549715#M645</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-28T23:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract value from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549717#M646</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex field=ObjectDN "(?i)CN=(?&amp;lt;NAMES&amp;gt;[^,]+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Apr 2021 23:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549717#M646</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-28T23:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract value from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549718#M647</link>
      <description>&lt;P&gt;Perfect. thank you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 23:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Extract-value-from-a-field/m-p/549718#M647</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-28T23:44:27Z</dc:date>
    </item>
  </channel>
</rss>

