<?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: I am looking for replacing all the numbers in a field to *. Can  anyone help. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400844#M116094</link>
    <description>&lt;P&gt;Like this in props.conf on your HF/Indexer tier:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
SEDCMD-obfuscate_membernumber_and_payment = s/this error occurred for member[^\.]\.\s+ While making a payment of \d+/this error occured for member\*\. While making a payment of \*/
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 07 Apr 2019 23:09:13 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-04-07T23:09:13Z</dc:date>
    <item>
      <title>I am looking for replacing all the numbers in a field to *. Can  anyone help.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400843#M116093</link>
      <description>&lt;P&gt;Input field value: "this error occured for member123456. While making a payment of 60"&lt;BR /&gt;
Desired input field value:"this error occured for member*. While making a payment of *"&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2019 22:32:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400843#M116093</guid>
      <dc:creator>Tejagorantla</dc:creator>
      <dc:date>2019-04-07T22:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for replacing all the numbers in a field to *. Can  anyone help.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400844#M116094</link>
      <description>&lt;P&gt;Like this in props.conf on your HF/Indexer tier:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
SEDCMD-obfuscate_membernumber_and_payment = s/this error occurred for member[^\.]\.\s+ While making a payment of \d+/this error occured for member\*\. While making a payment of \*/
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Apr 2019 23:09:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400844#M116094</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-07T23:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for replacing all the numbers in a field to *. Can  anyone help.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400845#M116095</link>
      <description>&lt;P&gt;If you're looking for a search time solution instead of index time, one option might be &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.5/SearchReference/Rex"&gt;rex&lt;/A&gt; in sed mode. &lt;/P&gt;

&lt;P&gt;e.g. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;base search&amp;gt; | rex field=fieldname mode=sed "s|\d+|*|g"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 06:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-replacing-all-the-numbers-in-a-field-to-Can/m-p/400845#M116095</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2019-04-08T06:17:39Z</dc:date>
    </item>
  </channel>
</rss>

