<?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 needed with Props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638375#M109017</link>
    <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253739"&gt;@LRF&lt;/a&gt;&amp;nbsp; &amp;nbsp;The problem is the log header line doesn't have a timestamp (and doesn't need one).&amp;nbsp; You can ignore the error or, as suggested, remove it.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 11:54:06 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-04-03T11:54:06Z</dc:date>
    <item>
      <title>Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638259#M109010</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can some one please help me with props.conf for the below log?&lt;BR /&gt;&lt;BR /&gt;Timestamp Process TID Area Category EventID Level Message Correlation&lt;BR /&gt;03/23/2023 06:10:20.73 w1wp.exe (0x12G8) 0x1F8D SharePoint Foundation Authentication Authorization ag6al Medium OAuth app principal Name=i:0i.t|ms.sp.ext|92d4232b-12w3-57d5-b038-a2c108d5dd18@9a211ce9-5e5a-4dab-8256-6748538485fc, IsAppOnlyRequest=True, UserIdentityName=0i.t|00000003-0110-0gg1-ce00-000000000000|app@sharepoint, ClaimsCount=11 0dd5c32e-121d-adcd-9284-75f41116e8c5&lt;BR /&gt;03/23/2023 07:11:27.53 w2wp.exe (0x17F8) 0x1Z74 SharePoint Foundation General af8sw Medium ListRootFolderUrl=/tops/ops/abcd/Forms, CAML query: &amp;lt;View Scope="RecursiveAll"&amp;gt;&amp;lt;Query&amp;gt;&amp;lt;Where&amp;gt;&amp;lt;Eq&amp;gt;&amp;lt;FieldRef Name="ID" /&amp;gt;&amp;lt;Value Type="Counter"&amp;gt;21170&amp;lt;/Value&amp;gt;&amp;lt;/Eq&amp;gt;&amp;lt;/Where&amp;gt;&amp;lt;/Query&amp;gt;&amp;lt;ViewFields&amp;gt;&amp;lt;FieldRef Name="Position_x0010_3" /&amp;gt;&amp;lt;FieldRef Name="ID" /&amp;gt;&amp;lt;/ViewFields&amp;gt;&amp;lt;RowLimit Paged="TRUE"&amp;gt;1&amp;lt;/RowLimit&amp;gt;&amp;lt;/View&amp;gt; 0dd9b01e-002d-adcd-b28b-91e7hg71fdd9&lt;BR /&gt;03/23/2023 09:11:27.73 w8wp.exe (0x25F0) 0x1E9C SharePoint Foundation App Management tempo Medium AppMngMinDb: Got SubscriptionId 0c6554b-12d0-400e-91c6-2bd25af4be5b from partion key. SubscriptionId 00000000-1111-1110-0000-000000444400 is in the SPServiceContext. 0mm9b62e-202d-adcd-9277-75f41666e8c0&lt;BR /&gt;03/23/2023 08:45:27.73 w0wp.exe (0x17F8) 0x1V4C SharePoint Foundation App Management tempo Medium AppMngMinDb: Executing query: dbo.proc_AM_GetAppPrincipalPerms on Legacy db with context subId: 00990000-0440-0100-0000-004444400000 and compositeKeyId: 0c98423b-34d0-438m-91c6-2ac25av4ce5d 0dd9b21e-111d-adcd-3333-7111111c0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 18:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638259#M109010</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-02T18:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638260#M109011</link>
      <description>&lt;P&gt;What have you tried so far?&amp;nbsp; What separates each field?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 18:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638260#M109011</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-04-02T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638265#M109012</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i tried the below props.conf&lt;BR /&gt;TIME_FORMAT =%m/%d/%Y %H:%M:%S.%2N&lt;BR /&gt;TIME_PREFIX = ^&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;&lt;BR /&gt;I am getting the below error for the header&lt;BR /&gt;"failed to parse timestamp, defaulting to file modtime", how to fix this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Roy_9_0-1680464633173.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24667i032257D6241373D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Roy_9_0-1680464633173.png" alt="Roy_9_0-1680464633173.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 19:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638265#M109012</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-02T19:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638269#M109014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224632"&gt;@Roy_9&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think you won't be able to use %N variable different from the &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/SearchReference/Commontimeformatvariables" target="_self"&gt;available ones&lt;/A&gt;:&lt;/P&gt;&lt;TABLE border="1" width="100%" cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;%N&lt;/TD&gt;&lt;TD&gt;The number of subsecond digits. &lt;STRONG&gt;The default is&amp;nbsp;%9N. You can specify&amp;nbsp;%3N = milliseconds,&amp;nbsp;%6N = microseconds,&amp;nbsp;%9N = nanoseconds.&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps you, have a good day,&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 21:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638269#M109014</guid>
      <dc:creator>LRF</dc:creator>
      <dc:date>2023-04-02T21:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638282#M109015</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253739"&gt;@LRF&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It is n't working even after applying %N or %3N to the time format, I am seeing the error like below.&lt;BR /&gt;&lt;BR /&gt;could not use strp time to parse timestamp from "Timestamp process&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Area&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;".&lt;BR /&gt;&lt;BR /&gt;Any help would be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 01:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638282#M109015</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-03T01:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638369#M109016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224632"&gt;@Roy_9&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My bad, I did not understand where you were having the issue.&lt;/P&gt;&lt;P&gt;Splunk is giving you that error because header doesn't have a timestamp and can't interpret it.&lt;/P&gt;&lt;P&gt;To prevent this, you should remove the header with SEDCM (props.conf) or combining props.conf and transforms to discard that specific line.&lt;/P&gt;&lt;P&gt;Hope this helps you, have a nice day,&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:57:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638369#M109016</guid>
      <dc:creator>LRF</dc:creator>
      <dc:date>2023-04-03T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638375#M109017</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253739"&gt;@LRF&lt;/a&gt;&amp;nbsp; &amp;nbsp;The problem is the log header line doesn't have a timestamp (and doesn't need one).&amp;nbsp; You can ignore the error or, as suggested, remove it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 11:54:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638375#M109017</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-04-03T11:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638385#M109018</link>
      <description>&lt;P&gt;Thank you for the info, can you help me with the SEDCM Command in order to remove the header? I don’t know how to use it with the props.conf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 14:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638385#M109018</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-03T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638391#M109020</link>
      <description>&lt;P&gt;place the following in the props.conf file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEDCMD-removeheader = s/^Timestamp\sProcess\sTID\sArea\sCategory\sEventID\sLevel\sMessage\sCorrelation.*//g&lt;/LI-CODE&gt;&lt;P&gt;General sintax explained in the props.conf documentation:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    * replace - s/regex/replacement/flags
      * regex is a perl regular expression (optionally containing capturing
        groups).
      * replacement is a string to replace the regex match. Use \n for back
        references, where "n" is a single digit.
      * flags can be either: g to replace all matches, or a number to
        replace a specified match.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Hope this helps, have a nice day,&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 14:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638391#M109020</guid>
      <dc:creator>LRF</dc:creator>
      <dc:date>2023-04-03T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638400#M109021</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253739"&gt;@LRF&lt;/a&gt;&amp;nbsp; and just a quick question&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What if we want to make this events structured, if we want to get the values with respect to each field let's say under process, process value should be displayed,&lt;BR /&gt;under TID,&amp;nbsp; TID value should be displayed, like the same way i wanted for area, category, Event ID Level, Message and correlation.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 14:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638400#M109021</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-03T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638406#M109023</link>
      <description>&lt;P&gt;With your dataset, it is difficult to use any indexed extraction or similar in props.conf&lt;/P&gt;&lt;P&gt;for reference:&lt;/P&gt;&lt;PRE&gt;INDEXED_EXTRACTIONS = &amp;lt;CSV|TSV|PSV|W3C|JSON|HEC&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would personally find a pattern to parse the logs at search time and generate the&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Managesearch-timefieldextractions" target="_self"&gt; field extractions&lt;/A&gt; for each field&lt;/P&gt;&lt;P&gt;&amp;nbsp;Hope this helps, have a nice day,&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638406#M109023</guid>
      <dc:creator>LRF</dc:creator>
      <dc:date>2023-04-03T15:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638411#M109024</link>
      <description>&lt;P&gt;I just applied the below to the props.conf but still seeing the same error, unable to remove the header.&lt;/P&gt;&lt;P&gt;SEDCMD-removeheader&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638411#M109024</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-03T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638415#M109025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224632"&gt;@Roy_9&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;have you specified the entire configuration?&lt;/P&gt;&lt;PRE&gt;SEDCMD-removeheader = s/^Timestamp\sProcess\sTID\sArea\sCategory\sEventID\sLevel\sMessage\sCorrelation.*//g&lt;/PRE&gt;&lt;P&gt;I tested it in the Add data preview and the header gets correctly removed as you can see below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRF_0-1680536400122.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24689iF88FB9383D1B535C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRF_0-1680536400122.png" alt="LRF_0-1680536400122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, header removal won't be applied to already ingested data&lt;/P&gt;&lt;P&gt;Hope this helps you, have a nice day,&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:44:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638415#M109025</guid>
      <dc:creator>LRF</dc:creator>
      <dc:date>2023-04-03T15:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638425#M109028</link>
      <description>&lt;P&gt;Yeah, for some reason, header is not getting removed, I am manually testing it by uploading through Add data section via UI, it is not already indexed.&lt;/P&gt;&lt;P&gt;If you don't mind, can you copy your props.conf stanza and put it here so that i will compare with mine and see if something is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 16:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638425#M109028</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2023-04-03T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638427#M109029</link>
      <description>&lt;P&gt;Note that SEDCMD replaces text - it doesn't delete events.&amp;nbsp; So, in the end, you may still end up with an (empty) event with no timestamp.&lt;/P&gt;&lt;P&gt;To delete the header, use a transform&amp;nbsp; or Ingest Action that routes the header to nullQueue.&lt;/P&gt;&lt;P&gt;Props.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
TRANSFORM-noheader = removeHeader&lt;/LI-CODE&gt;&lt;P&gt;Transforms.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[removeHeader]
REGEX = ^Timestamp
DEST_KEY = queue
FORMAT = nullQueue&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 17:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638427#M109029</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-04-03T17:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638442#M109031</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I agree with the transforms/props solution.&lt;/P&gt;&lt;P&gt;I further tested the SEDCMD solution and saw that (at least on my instance) is working as expected.&lt;/P&gt;&lt;P&gt;Is there any known mechanism&amp;nbsp;that automatically remove that empty line?&amp;nbsp;&lt;/P&gt;&lt;P&gt;that's my sourcetype:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[TestmylogRemoveHeader]
DATETIME_CONFIG = 
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
SEDCMD-removeheader = s/^Timestamp\sProcess\sTID\sArea\sCategory\sEventID\sLevel\sMessage\sCorrelation.*//g
SHOULD_LINEMERGE = false
category = Custom
pulldown_type = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Produced result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRF_0-1680548520486.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24690i72885F9B5B007CB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRF_0-1680548520486.png" alt="LRF_0-1680548520486.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is highly appreciated! I'll eventually use the props/transforms as preferred method for these cases.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;BR /&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 19:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-needed-with-Props-conf/m-p/638442#M109031</guid>
      <dc:creator>LRF</dc:creator>
      <dc:date>2023-04-03T19:14:36Z</dc:date>
    </item>
  </channel>
</rss>

