<?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: Assistance with Extraction (PROPS / TRANSFORMS) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524818#M88612</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79922"&gt;@willadams&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;there are many dates in your log so you cannot use&amp;nbsp;&lt;SPAN&gt;BREAK_ONLY_BEFORE_DATE, so try to identify your timestamp using in your props.conf&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_PREFIX = ^&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 09:58:08 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-10-15T09:58:08Z</dc:date>
    <item>
      <title>Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524803#M88611</link>
      <description>&lt;P&gt;I have an annoying log that I am trying to extract data from and I am lost and don't know where to go from here.&amp;nbsp; What I am trying to extract is as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;2020-10-02 17:01:32,360 INFO:&lt;BR /&gt;User.val (value, value2, value3, value4): User not found. Parameters: userId: 1; requester: userVO: userId: 66666&lt;BR /&gt;status: V&lt;BR /&gt;username: joe.blogs@someplace.com&lt;BR /&gt;authenticationMethod: PASSWORD&lt;BR /&gt;emailAddress: joe.blogs@someplace.com&lt;BR /&gt;firstName: Joe&lt;BR /&gt;middleName:&lt;BR /&gt;lastName: Bloggs&lt;BR /&gt;displayName: Joe Blogs&lt;BR /&gt;createdBy: 123456&lt;BR /&gt;dateCreated: 2019-07-02 17:17:29.68&lt;BR /&gt;lastUpdatedBy: 66666&lt;BR /&gt;dateLastUpdated: 2020-07-20 16:49:30.409&lt;BR /&gt;signupCompletedDate: 2019-07-03 14:24:52.389&lt;BR /&gt;lastSignInDate: 2020-10-01 19:04:21.787&lt;BR /&gt;title: Person&lt;BR /&gt;company: Somewhere&lt;BR /&gt;addressLine1: 1 This Street&lt;BR /&gt;addressLine2:&lt;BR /&gt;city: Somewhere&lt;BR /&gt;state: ST1&lt;BR /&gt;zipCode: 1234&lt;BR /&gt;country: ThatCountry&lt;BR /&gt;workPhoneNumber:&lt;BR /&gt;homePhoneNumber: +001122334455&lt;BR /&gt;mobilePhoneNumber:&lt;BR /&gt;otherPhoneNumber:&lt;BR /&gt;faxNumber:&lt;BR /&gt;secretQuestions: []&lt;BR /&gt;signInLocked: false&lt;BR /&gt;signInFailureCount: 0&lt;BR /&gt;signInTotalFailureCount: 0&lt;BR /&gt;signInLastFailureDate: &amp;lt;null&amp;gt;&lt;BR /&gt;resetPasswordFailureCount: 0&lt;BR /&gt;resetPasswordTotalFailureCount: 0&lt;BR /&gt;resetPasswordLastFailureDate: &amp;lt;null&amp;gt;&lt;BR /&gt;recipientInclusionList:&lt;BR /&gt;recipientExclusionList:&lt;BR /&gt;allowSMTPInput: false&lt;BR /&gt;lastPasswordResetDate: 2019-08-20 15:06:00.856&lt;BR /&gt;passwordExpires: true&lt;BR /&gt;forcePasswordReset: false&lt;BR /&gt;externalUser: false&lt;BR /&gt;lastSignInUserName: joe.blogs@someplace.com&lt;BR /&gt;lastSignInDomain:&lt;BR /&gt;activationCode:&lt;BR /&gt;expiryDate: &amp;lt;null&amp;gt;&lt;BR /&gt;expiredOn: &amp;lt;null&amp;gt;&lt;BR /&gt;lastActivityDate: 2020-10-01 19:07:12.088&lt;BR /&gt;autoUnlockCount: 0&lt;BR /&gt;manualUnlockRequired: false&lt;BR /&gt;selfRegIPAddress: 192.168.0.1&lt;BR /&gt;senderRoleExpired: false&lt;/P&gt;&lt;P&gt;externalUser: false&lt;BR /&gt;channelType: Web&lt;BR /&gt;ipAddress: 10.1.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first line is the current date (i.e.&amp;nbsp;2020-10-02 17:01:32,360 INFO: ) and this would used for my indexed time.&amp;nbsp; Between this user event and the next user event, the log is interspersed with the following garbage&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;2020-10-02 16:59:36,409 ERROR:&lt;BR /&gt;Mail.send(): (Task ID: x4) Error while sending message:&lt;BR /&gt;javax.mail.SendFailedException: Invalid Addresses;&lt;BR /&gt;nested exception is:&lt;BR /&gt;com.sun.mail.smtp.SMTPAddressFailedException: 501 5.1.3 Invalid address&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;javax.mail.SendFailedException: Invalid Addresses;&lt;BR /&gt;nested exception is:&lt;BR /&gt;com.sun.mail.smtp.SMTPAddressFailedException: 501 5.1.3 Invalid address&lt;/P&gt;&lt;P&gt;at com.sun.mail.rcptTo(SMTPTransport.java:1862)&lt;BR /&gt;at com.sun.mail.sendMessage(SMTPTransport.java:1118)&lt;BR /&gt;at com.neesh.util.Mail.send(Unknown Source)&lt;BR /&gt;at com.neesh.fds.util.EmailHelper.sendEmail(Unknown Source)&lt;BR /&gt;at com.neesh.fds.core.MailSenderProcess.sendEmail(Unknown Source)&lt;BR /&gt;at com.neesh.fds.core.MailSenderProcess.executeHelper(Unknown Source)&lt;BR /&gt;at com.neesh.fds.core.AbstractFDSProcess.execute(Unknown Source)&lt;BR /&gt;at com.neesh.fds.core.AbstractFDSProcess.startup(Unknown Source)&lt;BR /&gt;at com.neesh.fds.core.MailSenderProcess.startup(Unknown Source)&lt;BR /&gt;at com.neesh.fds.core.FDSProcessThread.run(Unknown Source)&lt;BR /&gt;Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 501 5.1.3 Invalid address&lt;/P&gt;&lt;P&gt;at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1715)&lt;BR /&gt;... 9 more&lt;BR /&gt;2020-10-02 16:59:36,409 WARN:&lt;BR /&gt;Mail.send(): (Task ID: x4) Exiting send() with error code: -2&lt;/P&gt;&lt;P&gt;2020-10-02 16:59:36,409 ERROR:&lt;BR /&gt;MailSenderProcess.executeHelper(): Invalid Addresses&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started with adding data in and then using the Advanced configuration to try and break this up starting with BREAK_ONLY_BEFORE_DATE set as true and this starts to break the log but then (as expected) breaks at every date.&amp;nbsp; So the log then breaks up at every field that has a date (e.g. lastSignInDate, dateCreated, etc.).&amp;nbsp; The problem here is that the timestamp then gets impacted as it will read the time properly and my indexing for that specific break with be all over the place instead of the first time (i.e. 2020-10-02 17:01:32)&lt;/P&gt;&lt;P&gt;What I would like to do is capture everything between&amp;nbsp;"2020-10-02 17:01:32,360 INFO:" and "ipAddress: 10.1.1.1" (using the example above).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log is a rolling log so it is constantly being written to.&amp;nbsp; I would also like to get rid of the garbage but have not tried doing NULLs to remove events before ingest.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no recognised sourcetype nor does the product have any TA's in SPLUNK Base so I am trying to effectively create a new TA for this data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou for any assistance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 09:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524803#M88611</guid>
      <dc:creator>willadams</dc:creator>
      <dc:date>2020-10-15T09:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524818#M88612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79922"&gt;@willadams&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;there are many dates in your log so you cannot use&amp;nbsp;&lt;SPAN&gt;BREAK_ONLY_BEFORE_DATE, so try to identify your timestamp using in your props.conf&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_PREFIX = ^&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 09:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524818#M88612</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-15T09:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524994#M88640</link>
      <description>&lt;P&gt;I have been able to filter some of the events and at least it looks like I am going in the right direction.&amp;nbsp; Adding back for the question, this is what I have done so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[silly_logs]
LINE_BREAKER = ([\r\n]+)
SHOULD_LINEMERGE = true
NO_BINARY_CHECK = true
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S
MAX_TIMESTAMP_LOOKAHEAD = 20
TRANSFORMS-set = setnull,kept_logs&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRANSFORMS&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue

[kept_logs]
REGEX = ^.+INFO:
DEST_KEY = queue
FORMAT = silly_index&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has been able to get rid of all the stuff I don't want and just get the INFO logs.&amp;nbsp; The biggest problem I have now is to try and remove other INFO fields that are not useful and also do some DELIM's.&amp;nbsp; I tried adding a FIELD_DELIMITER=: to PROPS but this didn't seem to do anything.&amp;nbsp; I also tried adding to props a "REPORT-extract=myextract" and the associated transforms stanza (i.e. [myextract] DELIMS=:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This didn't work and I am stuck.&amp;nbsp; My log now shows as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;2020-10-02 17:01:32,360 INFO:&lt;BR /&gt;User.val (value, value2, value3, value4): User not found. Parameters: userId: 1; requester: userVO: userId: 66666&lt;BR /&gt;status: V&lt;BR /&gt;username: joe.blogs@someplace.com&lt;BR /&gt;authenticationMethod: PASSWORD&lt;BR /&gt;emailAddress: joe.blogs@someplace.com&lt;BR /&gt;firstName: Joe&lt;BR /&gt;middleName:&lt;BR /&gt;lastName: Bloggs&lt;BR /&gt;displayName: Joe Blogs&lt;BR /&gt;createdBy: 123456&lt;BR /&gt;dateCreated: 2019-07-02 17:17:29.68&lt;BR /&gt;lastUpdatedBy: 66666&lt;BR /&gt;dateLastUpdated: 2020-07-20 16:49:30.409&lt;BR /&gt;signupCompletedDate: 2019-07-03 14:24:52.389&lt;BR /&gt;lastSignInDate: 2020-10-01 19:04:21.787&lt;BR /&gt;title: Person&lt;BR /&gt;company: Somewhere&lt;BR /&gt;addressLine1: 1 This Street&lt;BR /&gt;addressLine2:&lt;BR /&gt;city: Somewhere&lt;BR /&gt;state: ST1&lt;BR /&gt;zipCode: 1234&lt;BR /&gt;country: ThatCountry&lt;BR /&gt;workPhoneNumber:&lt;BR /&gt;homePhoneNumber: +001122334455&lt;BR /&gt;mobilePhoneNumber:&lt;BR /&gt;otherPhoneNumber:&lt;BR /&gt;faxNumber:&lt;BR /&gt;secretQuestions: []&lt;BR /&gt;signInLocked: false&lt;BR /&gt;signInFailureCount: 0&lt;BR /&gt;signInTotalFailureCount: 0&lt;BR /&gt;signInLastFailureDate: &amp;lt;null&amp;gt;&lt;BR /&gt;resetPasswordFailureCount: 0&lt;BR /&gt;resetPasswordTotalFailureCount: 0&lt;BR /&gt;resetPasswordLastFailureDate: &amp;lt;null&amp;gt;&lt;BR /&gt;recipientInclusionList:&lt;BR /&gt;recipientExclusionList:&lt;BR /&gt;allowSMTPInput: false&lt;BR /&gt;lastPasswordResetDate: 2019-08-20 15:06:00.856&lt;BR /&gt;passwordExpires: true&lt;BR /&gt;forcePasswordReset: false&lt;BR /&gt;externalUser: false&lt;BR /&gt;lastSignInUserName: joe.blogs@someplace.com&lt;BR /&gt;lastSignInDomain:&lt;BR /&gt;activationCode:&lt;BR /&gt;expiryDate: &amp;lt;null&amp;gt;&lt;BR /&gt;expiredOn: &amp;lt;null&amp;gt;&lt;BR /&gt;lastActivityDate: 2020-10-01 19:07:12.088&lt;BR /&gt;autoUnlockCount: 0&lt;BR /&gt;manualUnlockRequired: false&lt;BR /&gt;selfRegIPAddress: 192.168.0.1&lt;BR /&gt;senderRoleExpired: false&lt;/P&gt;&lt;P&gt;externalUser: false&lt;BR /&gt;channelType: Web&lt;BR /&gt;ipAddress: 10.1.1.1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;2020-10-02 17:06:48,123 INFO:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Helper.word(): Purging range: (123456, 123654)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;2020-10-02 17:09:48,123 INFO:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Helper.loadObjects(): Username does not exist. mystique&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;2020-10-02 18:01:48,546 INFO:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CleanupProcess.executeHelper(): Running cleanup process for Silly 1.2.3.4000 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to be able to adjust my PROPS to remove the items with "CleanUpProcess" or "Purging Range" but keep the valid data as well as the "Helper.loadObjects(): Username does not exist..." values.&amp;nbsp; I also want to be able to extrac the fields from the event based on ":" but also going back to the main log ignore the other fields that contain dates in them (i.e. "lastPasswordResetDate: 2019-08-20 5:06:00.856", "dateLastUpdated: 2020-07-20 16:49:30.409", "signupCompletedDate: 2019-07-03 14:24:52.389", "lastSignInDate: 2020-10-01 19:04:21.787".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect I would need to extract the date fields specifically (maybe using REX) and maybe strptime them to get around the ":" delim problem that this may cause (once the DELIM is sorted).&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Any help appreciated&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 03:43:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/524994#M88640</guid>
      <dc:creator>willadams</dc:creator>
      <dc:date>2020-10-16T03:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525002#M88642</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79922"&gt;@willadams&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you that you solved you problem.&lt;/P&gt;&lt;P&gt;about the new problem it should be better to open a new case, but anyway, let me understand you new question:&lt;/P&gt;&lt;P&gt;you want to get only the events containing the word "INFO", is it correct?&lt;/P&gt;&lt;P&gt;and then I don't understand if you want to add another filter to exclude some other events or to delete a part of the INFO events.&lt;/P&gt;&lt;P&gt;If you want to exclude other events (e.g. the ones containing "&lt;SPAN&gt;CleanupProcess"), you could add another rule to the props and transforms, something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in props.conf, add&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TRANSFORMS-set = setnull,kept_logs,add_filter&lt;/LI-CODE&gt;&lt;P&gt;in transfroms.conf, add&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[add_filter]
REGEX = CleanupProcess
DEST_KEY = queue
FORMAT = nullQueue&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;If instead you want to delete a part of the INFO events, you have to use the SEDCMD option in props.conf: e.g. to delete the part of events containing&amp;nbsp;"lastPasswordResetDate: 2019-08-20 5:06:00.856", "dateLastUpdated: 2020-07-20 16:49:30.409", "signupCompletedDate: 2019-07-03 14:24:52.389", "lastSignInDate: 2020-10-01 19:04:21.787", you could use in props.conf:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEDCMD-mask_events = s/\"lastPasswordResetDate: 2019-08-20 5:06:00.856\", \"dateLastUpdated: 2020-07-20 16:49:30.409\", \"signupCompletedDate: 2019-07-03 14:24:52.389\", \"lastSignInDate: 2020-10-01 19:04:21.787\"//g&lt;/LI-CODE&gt;&lt;P&gt;Obviously the regex in SEDCMD has to ve verified.&lt;/P&gt;&lt;P&gt;At the end you speak of extract field, remember tha the field extraction is done after filtering, so you cannot filter or delete part of events after indexing.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525002#M88642</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-16T06:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525016#M88644</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks it was a good puzzle to solve.&amp;nbsp; The exclusion was as per the latter comments (exclude other events like Cleanup process).&amp;nbsp; It didn't occur to me to just re-use the null with the REGEX to remove that content.&amp;nbsp; I will give it another crack and see how that goes.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 07:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525016#M88644</guid>
      <dc:creator>willadams</dc:creator>
      <dc:date>2020-10-16T07:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525018#M88645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79922"&gt;@willadams&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me know if you need other help.&lt;/P&gt;&lt;P&gt;Anyway, if the answer solves your initial need, please accept it for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and good splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 08:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525018#M88645</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-16T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525306#M88706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79922"&gt;@willadams&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for your that you solved your problems.&lt;/P&gt;&lt;P&gt;ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 08:26:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525306#M88706</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-19T08:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Extraction (PROPS / TRANSFORMS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525307#M88707</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;.&amp;nbsp; I just have to fiddle with seperate nulls but almost there.&amp;nbsp; If need be will log another community question if need be.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 08:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assistance-with-Extraction-PROPS-TRANSFORMS/m-p/525307#M88707</guid>
      <dc:creator>willadams</dc:creator>
      <dc:date>2020-10-19T08:35:33Z</dc:date>
    </item>
  </channel>
</rss>

