<?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: How to remove a specific string  from an events in splunk ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296519#M56220</link>
    <description>&lt;P&gt;thanks somesoni2, can I update the below stanza will it fix the issue. &lt;/P&gt;

&lt;P&gt;[ibm:auth:identitymanagement]&lt;BR /&gt;
SEDCMD-removeat = s/at \S+//g&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 15:18:10 GMT</pubDate>
    <dc:creator>Hemnaath</dc:creator>
    <dc:date>2017-05-24T15:18:10Z</dc:date>
    <item>
      <title>How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296512#M56213</link>
      <description>&lt;P&gt;Hi All, currently we are facing an issue in removing a specific values from the event list starting with the word "at" as we do not want these in the splunk events.&lt;/P&gt;

&lt;P&gt;Example : &lt;/P&gt;

&lt;P&gt;5/16/17 &lt;BR /&gt;
8:57:04.674 AM&lt;BR /&gt;&lt;BR /&gt;
[2017-05-16T08:57:04.674-04:00] [TIM_server1] [ERROR] [] [db2.tam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '29' for queue: 'xxxx.kernel.Default (self-tuning)'] [userId: xxx_TIMPASSSYNC] [ecid: d87cb14ef99e9513:-133033ab:15c0857bfd3:-8000-000000000005cb77,0] [APP: TIM#11.1.2.0.0] [J2EE_APP.name: spml-dsml] [J2EE_MODULE.name: spmlws] [WEBSERVICE.name: TIMProvisioning] [WEBSERVICE_PORT.name: TIMProvisioningPort] Kernel Information: {0}[[&lt;BR /&gt;
db2.tam.platform.kernel.ValidationFailedException: IAM-3030006:The following password policy rules were not met:Password must not be one of 8 previous passwords.&lt;BR /&gt;
:&lt;BR /&gt;
    &lt;STRONG&gt;at db2.tam.passwordmgmt.eventhandlers.UserPasswordValidationHandler.validate(UserPasswordValidationHandler.java:96)&lt;/STRONG&gt;&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.TIMEvent.executeHandlers(TIMEvent.java:204)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.MonitoredTIMEvent.invokeExecuteHandler(MonitoredTIMEvent.java:99)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.MonitoredTIMEvent.executeHandlers(MonitoredTIMEvent.java:69)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.TIMEvent.execute(TIMEvent.java:157)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.ProcessImpl.executeStage(ProcessImpl.java:223)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.TIMProcess.doStageExecution(TIMProcess.java:38)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.ProcessImpl.execute(ProcessImpl.java:182)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.MonitoredTIMProcess.execute(MonitoredTIMProcess.java:33)&lt;BR /&gt;
    at db2.tam.platform.kernel.impl.Utils.manageSyncProcessing(Utils.java:73)&lt;/P&gt;

&lt;P&gt;Kindly guide me on how to remove this  value starting with "at" from the events list. &lt;/P&gt;

&lt;P&gt;thanks in advance &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296512#M56213</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296513#M56214</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;props.conf on indexer/heavy forwarder&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yoursourcetypehere]
..other configs..
SEDCMD-removeat = s/at \S+//g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 May 2017 17:10:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296513#M56214</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-16T17:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296514#M56215</link>
      <description>&lt;P&gt;Hi Somesoni2 thanks for your effort, actually we are monitoring the identity management logs in splunk and we are using UF agent to get the events from remote machine to the splunk indexer.  so in this case  were do we want to configure the props.conf details  in indexer or Heavy forwarder.  And also do we need to configure transforms.conf along with props.conf &lt;/P&gt;

&lt;P&gt;Props.conf : Is the below stanza correct &lt;BR /&gt;
[sourcetype=IBM:AUT:TAM]&lt;BR /&gt;
 SEDCMD-removeat = s/at /s+//g &lt;/P&gt;

&lt;P&gt;kindly guide me on this. &lt;BR /&gt;
thanks in advance &lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 17:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296514#M56215</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-05-16T17:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296515#M56216</link>
      <description>&lt;P&gt;Somesoni2 kindly guide me on how to remove a specific string from an event in splunk. &lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 17:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296515#M56216</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-05-16T17:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296516#M56217</link>
      <description>&lt;P&gt;A UF is not heavy forwarder (Splunk Enterprise instance) so the configurations should go to Indexers. There are two methods, one involves transforms.conf and one (this one) doesn't so you don't need a transforms.conf with this method.&lt;/P&gt;

&lt;P&gt;This should be your configuration in props.conf (no prefix for sourcetype and it's upper case S in the regex).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[IBM:AUT:TAM]
SEDCMD-removeat = s/at /S+//g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 May 2017 17:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296516#M56217</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-16T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296517#M56218</link>
      <description>&lt;P&gt;Hi Somesoni2, I have tried the above stanza inprod environment but it is not working, we could still see the huge log details getting into splunk. &lt;/P&gt;

&lt;P&gt;Props.conf details: Placed at Indexer instances.&lt;/P&gt;

&lt;P&gt;[ibm:auth:identitymanagement]&lt;BR /&gt;
SEDCMD-removeat = s/at /S+//g&lt;/P&gt;

&lt;P&gt;Log details :&lt;/P&gt;

&lt;P&gt;[2017-05-24T09:21:31.473-04:00] [itm_server1] [ERROR] [] [com.xxxxx.tam.itm.plugins.eventhandlers] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xxxxx] [ecid: ce05a10ae6311cf9:15640c05:15c2c928226:-8000-00000000000b19be,1:123289:21] [APP: itm#11.1.2.0.0] [J2EE_APP.name: itm_11.1.2.0.0] [J2EE_MODULE.name: workflowservice] [WEBSERVICE.name: CallbackService] [WEBSERVICE_PORT.name: CallbackServicePort] Exception Occurred.[[&lt;BR /&gt;
ibm.tam.identity.exception.AccessDeniedException: tam-3054101:The logged-in user itminternal does not have viewSearchEntity permission on Role xxxxx Inactive itm &lt;BR /&gt;
Users  entity.:itminternal:viewSearchEntity:Role:xxxxx Inactive itm Users &lt;BR /&gt;
    at ibm.tam.identity.rolemgmt.impl.RoleManagerCommon.hasAccess(RoleManagerCommon.java:401)&lt;BR /&gt;
    at ibm.tam.identity.rolemgmt.impl.RoleManagerCommon.hasAccess(RoleManagerCommon.java:251)&lt;BR /&gt;
    at ibm.tam.identity.rolemgmt.impl.RoleManagerImpl.getDetails(RoleManagerImpl.java:531)&lt;BR /&gt;
    at ibm.tam.identity.rolemgmt.impl.RoleManagerImpl.getDetails(RoleManagerImpl.java:492)&lt;BR /&gt;
    at sun.reflect.GeneratedMethodAccessor4906.invoke(Unknown Source)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:606)&lt;/P&gt;

&lt;P&gt;kindly guide me how to remove the word starting  with "at"  from the  events list  from above actual log details.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:11:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296517#M56218</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296518#M56219</link>
      <description>&lt;P&gt;You're using foward slash before &lt;CODE&gt;S+&lt;/CODE&gt; where it should be backward slash, like in my answer.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 14:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296518#M56219</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-24T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296519#M56220</link>
      <description>&lt;P&gt;thanks somesoni2, can I update the below stanza will it fix the issue. &lt;/P&gt;

&lt;P&gt;[ibm:auth:identitymanagement]&lt;BR /&gt;
SEDCMD-removeat = s/at \S+//g&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 15:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296519#M56220</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-05-24T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296520#M56221</link>
      <description>&lt;P&gt;It will not correct the data that is already ingested. It will do it for any new data that will come. &lt;/P&gt;

&lt;P&gt;To validate where it works or not, (assuming you've some data that was ingested with those lines NOT removed), try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search to select current full data 
| rex mode=sed "s/at \S+//g"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The search result should've those lines removed.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 16:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296520#M56221</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-24T16:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296521#M56222</link>
      <description>&lt;P&gt;hey somesoni2,  it worked but at the same time we could see some space between the events now and  the word "at" is removed.  Now the events look like this &lt;/P&gt;

&lt;P&gt;log details :&lt;BR /&gt;
    [2017-05-24T12:40:55.515-04:00] [ibm_server1] [ERROR] [] [ibm.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xxxxxxx] [ecid: 061bf930d1319f9b:-30072ed4:15c2c8bbbd3:-8000-000000000009f634,0] [APP: ibm#11.1.2.0.0] [J2EE_APP.name: spml-dsml] [J2EE_MODULE.name: spmlws] [WEBSERVICE.name: ibmProvisioning] [WEBSERVICE_PORT.name: ibmProvisioningPort] Kernel Information: {0}[[&lt;BR /&gt;
ibm.tam.platform.kernel.ValidationFailedException: IAM-3030006:The following password policy rules were not met:Password must not be one of 8 previous passwords.&lt;BR /&gt;
:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; Source)


 Source)

 Source)
 Source)




     Method)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Caused By: ibm.tam.passwordmgmt.exception.InvalidPasswordException&lt;/P&gt;

&lt;P&gt;kindly guide me on how to remove the space and the words from the events. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296521#M56222</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T14:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296522#M56223</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; base search to select current full data 
 | rex mode=sed "s/at .+//g"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 May 2017 17:49:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296522#M56223</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-24T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296523#M56224</link>
      <description>&lt;P&gt;somesoni2, can I update above regx to  the stanza in props.conf, as the user wants the data not to be injected into splunk. User wants only the events not the content  shown in " show all 124 lines details "  so in this case can I update the props stanza with above regex mentioned for a base search &lt;/P&gt;

&lt;P&gt;Props.conf details : &lt;BR /&gt;
[ibm:auth:identitymanagement]&lt;BR /&gt;
 SEDCMD-removeat = s/at  \s .+//g&lt;/P&gt;

&lt;P&gt;Log details : &lt;BR /&gt;
5/24/17 &lt;BR /&gt;
12:40:55.515 PM &lt;BR /&gt;
[2017-05-24T12:40:55.515-04:00] [itm_server1] [ERROR] [] [ibm.tam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xxxxxx] [ecid: 061bf930d1319f9b:-30072ed4:15c2c8bbbd3:-8000-000000000009f634,0] [APP: itm#11.1.2.0.0] [J2EE_APP.name: spml-dsml] [J2EE_MODULE.name: spmlws] [WEBSERVICE.name: itmProvisioning] [WEBSERVICE_PORT.name: itmProvisioningPort] Kernel Information: {0}[[&lt;BR /&gt;
ibm.tam.platform.kernel.ValidationFailedException: tam-3030006:The following password policy rules were not met:Password must not be one of 8 previous passwords.&lt;BR /&gt;
:&lt;/P&gt;

&lt;P&gt;Show all 124 lines&lt;/P&gt;

&lt;P&gt;Kindly guide me on this as user needs only the events content not the data which are  under "show all 124 lines details"  &lt;/P&gt;

&lt;P&gt;thanks in advance &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296523#M56224</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T14:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296524#M56225</link>
      <description>&lt;P&gt;Above regex will remove everything after the &lt;CODE&gt;at&lt;/CODE&gt; (removed text won't be ingested). so yes, you can put above regex into props.conf (on indexer/heavy forwarder).&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296524#M56225</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-24T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296525#M56226</link>
      <description>&lt;P&gt;somesoni2  thanks for your effort on this, could please correct me if the below stanza can be updated in props.conf  in indexer instances.&lt;/P&gt;

&lt;P&gt;Props.conf details : &lt;BR /&gt;
[ibm:auth:identitymanagement]&lt;BR /&gt;
&lt;STRONG&gt;SEDCMD-removeat = s/at \S .+//g&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:44:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296525#M56226</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-05-24T18:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296526#M56227</link>
      <description>&lt;P&gt;Use this (exacly)  &lt;CODE&gt;s/at .+//g&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:53:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296526#M56227</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-24T18:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296527#M56228</link>
      <description>&lt;P&gt;sure, thanks.  I will update the below stanza in props,conf and validate it .&lt;/P&gt;

&lt;P&gt;Props.conf details : &lt;BR /&gt;
[ibm:auth:identitymanagement]&lt;BR /&gt;
SEDCMD-removeat =s/at  .+//g&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296527#M56228</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-05-24T18:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296528#M56229</link>
      <description>&lt;P&gt;somesoni2 , we could see some of the events are still showing the blank space after updating the below props stanza in indexer instances. &lt;/P&gt;

&lt;P&gt;Props.conf details : &lt;BR /&gt;
[ibm:auth:identitymanagement]&lt;BR /&gt;
SEDCMD-removeat =s/at .+//g&lt;/P&gt;

&lt;P&gt;Log details:&lt;/P&gt;

&lt;P&gt;5/24/17 &lt;BR /&gt;
3:39:30.000 PM&lt;BR /&gt;&lt;BR /&gt;
WatchData: DATE = May 24, 2017 3:39:30 PM EDT SERVER = itm_server1 MESSAGE = [ServletContext@1479415291[app:ibm.iam.console.identity.self-service.ear module:identity path:/identity spec-version:2.5 version:V2.0]] Root cause of ServletException.&lt;BR /&gt;
java.lang.AssertionError: Assertion violated&lt;/P&gt;

&lt;P&gt;SUBSYSTEM = HTTP USERID =  SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = hit01.xxxxx.com TXID =  CONTEXTID = 061bf930d1319f9b:-30072ed4:15c2c8bbbd3:-8000-00000000000a715f TIMESTAMP = 1495654770087&lt;BR /&gt;&lt;BR /&gt;
WatchAlarmType: AutomaticReset &lt;BR /&gt;
WatchAlarmResetPeriod: 30000 &lt;/P&gt;

&lt;P&gt;Kindly help me to remove the space from the events t which are under "show all  lines details.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 19:53:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296528#M56229</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-05-24T19:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296529#M56230</link>
      <description>&lt;P&gt;Hi Somesoni2, thanks for your much need help on removing the word at and the white space from the event content, though the above regex helped to remove most of the events contained the letter at and the white space but still we could see some of the events are having the white space under the "show all lines details" as shown on below event data.&lt;/P&gt;

&lt;P&gt;Log details: &lt;BR /&gt;
5/25/17 &lt;BR /&gt;
2:10:00.487 AM&lt;BR /&gt;&lt;BR /&gt;
[2017-05-25T02:10:00.487-04:00] [itm_server1] [ERROR] [] [XELLERATE.AUDITOR] [tid: [ACTIVE].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: itminternal] [ecid: 0000Lkg^grQ3JBc5TjO5yc1P8V12000002,0] [APP: itm#11.1.2.0.0] Processor (com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator) failed to process successfully generated audit data[[&lt;BR /&gt;
com.thortech.xl.audit.exceptions.AuditDataProcessingFailedException: Failed to insert form profile record in table UPA_UD_FORMS &lt;/P&gt;

&lt;P&gt;Caused by: com.thortech.xl.orb.dataaccess.tcDataAccessException&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... 39 more
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (PRD_itm.FK_UPA_UD_UPA_RES) violated - parent key not found&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... 41 more
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;]]&lt;BR /&gt;
Collapse&lt;/P&gt;

&lt;P&gt;kindly guide me on removing the space from events under the "show all lines details"&lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:15:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296529#M56230</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T14:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296530#M56231</link>
      <description>&lt;P&gt;Can you paste both original event (full) and what Splunk is showing? May be a screenshot?&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 06:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296530#M56231</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-25T06:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a specific string  from an events in splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296531#M56232</link>
      <description>&lt;P&gt;Try adding additional SEDCMD for spaces. LIke this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ibm:auth:identitymanagement]
SEDCMD-removeat =s/at .+//g
SEDCMD-removespaces = s/\s+\s+[\r\n]//g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 May 2017 06:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-a-specific-string-from-an-events-in-splunk/m-p/296531#M56232</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-25T06:32:36Z</dc:date>
    </item>
  </channel>
</rss>

