<?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: Double value in field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498464#M138886</link>
    <description>&lt;P&gt;Can you provide some sample data with the expected output?&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 06:14:34 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2020-05-14T06:14:34Z</dc:date>
    <item>
      <title>Double value in field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498461#M138883</link>
      <description>&lt;P&gt;I am searching windows event log.&lt;/P&gt;

&lt;P&gt;Aftre result search complete, Account_Domain contains following value&lt;/P&gt;

&lt;P&gt;"-&lt;BR /&gt;
ABC"&lt;/P&gt;

&lt;P&gt;How can I left ABC inside??&lt;/P&gt;

&lt;P&gt;| rex field="Account_Domain" mode=sed "s/([0-9]{4}) /\1,,/" not working&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 04:20:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498461#M138883</guid>
      <dc:creator>keyu921</dc:creator>
      <dc:date>2020-05-13T04:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Double value in field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498462#M138884</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=Account_Domain max_match=0 "(?P&amp;lt;Account_Domain&amp;gt;\w+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 May 2020 07:05:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498462#M138884</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-05-13T07:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Double value in field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498463#M138885</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Become like this
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Account_Domain&lt;/H2&gt;

&lt;P&gt;ALPHA&lt;BR /&gt;&lt;BR /&gt;
ALPHA&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498463#M138885</guid>
      <dc:creator>keyu921</dc:creator>
      <dc:date>2020-05-13T07:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Double value in field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498464#M138886</link>
      <description>&lt;P&gt;Can you provide some sample data with the expected output?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 06:14:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Double-value-in-field/m-p/498464#M138886</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-05-14T06:14:34Z</dc:date>
    </item>
  </channel>
</rss>

