<?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: Help with SEDCMD in Props.conf in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/757461#M82667</link>
    <description>&lt;P&gt;SEDCMD would work on indexers or on HF, since both of these are full version of Splunk (Splunk Enterprise).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 16:49:41 GMT</pubDate>
    <dc:creator>anwarmian</dc:creator>
    <dc:date>2026-01-19T16:49:41Z</dc:date>
    <item>
      <title>Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505974#M62210</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm banging my head against a wall attempting to figure out why a SEDCMD inside of a props.conf on a UF isn't wanting to strip out the value I tell it to. We are wanting to strip out a hashed value from a log that is inside of a bracket (example below), as well as the brackets, with the SEDCMD. I am able to successfully test this command inside of the searchhead, but when I place it inside of the props.conf on the UF, I don't see it successfully implemented. I'm sure I'm missing something pretty simple. I've tried quite a few variations of this and no luck. Could anyone help me or possibly give me a hint as to what I could be doing wrong? Thank you all.&lt;/P&gt;&lt;P&gt;| rex mode=sed field=_raw "s/\[ecid: .+?\]//g"&lt;/P&gt;&lt;P&gt;[log4j]&lt;BR /&gt;SEDCMD-random=s/\[ecid: .+?\]//g&lt;/P&gt;&lt;P&gt;Sourcetype: log4j&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN class="t"&gt;2020-06-24T10:02:08.590-04:00&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Server&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;NOTIFICATION&lt;/SPAN&gt;&lt;SPAN&gt;] [] [] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;tid:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;394025&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;userId:&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;anonymous&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;] [&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="t"&gt;ecid:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;3956b675-4930-42d5-9e7d-94ca9013d2ea-0037ac42&lt;/SPAN&gt;,&lt;SPAN class="t"&gt;0:26:74:38:2010:52:52:71:38&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;APP:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;oraclediagent2&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;partition-name:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;DOMAIN&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;tenant-name:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;GLOBAL&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;oracle.odi.runtime.MrepExtId:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;38392028449&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505974#M62210</guid>
      <dc:creator>dfurtaw</dc:creator>
      <dc:date>2020-06-24T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505979#M62211</link>
      <description>Universal Forwarders don't support SEDCMD. Put that props.conf setting on your indexers.</description>
      <pubDate>Wed, 24 Jun 2020 14:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505979#M62211</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-24T14:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505983#M62212</link>
      <description>&lt;P&gt;Thanks for the reply Rich!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recall in the past (6 or so months ago), I was able to place a SEDCMD in the props on a UF and saw the stripping of data. Did this change recently? By placing it in a props on the indexers, will this allow the data to be stripped BEFORE it enters the licensing phase? We are hoping to remove this large amount of unnecessary data before it hits this stage to limit ingestion.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505983#M62212</guid>
      <dc:creator>dfurtaw</dc:creator>
      <dc:date>2020-06-24T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505997#M62215</link>
      <description>Are you sure it was a UF you used in the past and not a heavy forwarder (HF)? HFs support SEDCMD.&lt;BR /&gt;Yes, using SEDCMD on the indexers strips data before it is counted against your license.</description>
      <pubDate>Wed, 24 Jun 2020 15:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/505997#M62215</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-24T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/506001#M62216</link>
      <description>&lt;P&gt;Awesome. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it was on the UF of our Syslog relay farm. It was a SEDCMD that obfuscated some sensitive data. Host -&amp;gt; Syslog -&amp;gt; Splunk Cloud&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 15:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/506001#M62216</guid>
      <dc:creator>dfurtaw</dc:creator>
      <dc:date>2020-06-24T15:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/506019#M62217</link>
      <description>&lt;P&gt;Try this SEDCMD on your UF.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEDCMD-ecid = s/(.*?)\[ecid: .+?\](.*)/\1\2/&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Jun 2020 17:36:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/506019#M62217</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-24T17:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/510517#M62601</link>
      <description>&lt;P&gt;A little late on my reply, but it worked. Thanks Rich! I guess in some cases, we can SED on the UF.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 19:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/510517#M62601</guid>
      <dc:creator>dfurtaw</dc:creator>
      <dc:date>2020-07-22T19:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SEDCMD in Props.conf</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/757461#M82667</link>
      <description>&lt;P&gt;SEDCMD would work on indexers or on HF, since both of these are full version of Splunk (Splunk Enterprise).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 16:49:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-SEDCMD-in-Props-conf/m-p/757461#M82667</guid>
      <dc:creator>anwarmian</dc:creator>
      <dc:date>2026-01-19T16:49:41Z</dc:date>
    </item>
  </channel>
</rss>

