<?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: props.conf not applying in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537944#M4811</link>
    <description>&lt;P&gt;Excellent!&lt;/P&gt;&lt;P&gt;I finally got mine working too (details below).&amp;nbsp; Good to go into the weekend with problems solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2021 00:31:08 GMT</pubDate>
    <dc:creator>irwinj_125</dc:creator>
    <dc:date>2021-01-30T00:31:08Z</dc:date>
    <item>
      <title>props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537740#M4789</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a log file with dates occurring inside the lines (not just at the beginning of the line). Splunk is creating a separate event each time the date/timestamp is encountered, not just at the beginning of the line. I've done a lot of research on these forums and have tried playing extensively with props.conf inside my etc/system/local directory (which I believe is highest priority). I've tried using "LINE_BREAKER" with a regular expression (date/time stamp at the beginning of the line) and "SHOULD_LINEMERGE" set to false, have also tried "BREAK_ONLY_BEFORE", "TIME_PREFIX", "TIME_FORMAT", etc. Anytime I've made these changes and re-started Splunk, I am able to see them when I use the btool command to check for props settings, so they do seem to be picking up. However, in my GUI, my log files continue to break at any date/timestamp encountered.&lt;/P&gt;&lt;P&gt;Perhaps there is something else wrong with my settings. Here's what my input.conf looks like and one thing I've tried for props.conf in the same folder.&lt;/P&gt;&lt;P&gt;input.conf entry:&lt;BR /&gt;[monitor:///path_to_log/log_file_name*.log]&lt;BR /&gt;disabled = 0&lt;BR /&gt;sourcetype = log_file_name&lt;/P&gt;&lt;P&gt;props.conf entry (just one of many settings I've tried):&lt;BR /&gt;[log_file_name]&lt;BR /&gt;BREAK_ONLY_BEFORE_DATE = false&lt;BR /&gt;BREAK_ONLY_BEFORE = ^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}&lt;BR /&gt;sourcetype = log_file_name&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 21:59:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537740#M4789</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-28T21:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537749#M4790</link>
      <description>&lt;P&gt;i'm having this same exact issue. Here is my post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/XML-Data-Line-Breaking-on-DateTime-tag/m-p/537715#M90110" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/XML-Data-Line-Breaking-on-DateTime-tag/m-p/537715#M90110&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given a suggestion to set the TIM_PREFIX = ^ That should only search for the timestamp at the beginning of the data. However this isn't working for me. Can you give it a go and let me know how it works?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 23:12:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537749#M4790</guid>
      <dc:creator>ekenne06</dc:creator>
      <dc:date>2021-01-28T23:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537750#M4791</link>
      <description>&lt;P&gt;Sorry, TIME_PREFIX = ^&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 23:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537750#M4791</guid>
      <dc:creator>ekenne06</dc:creator>
      <dc:date>2021-01-28T23:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537754#M4792</link>
      <description>&lt;P&gt;Yep I tried that one as well...seemed to make sense but no luck.&amp;nbsp; I've thinking I have some other configuration issue at play.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 23:51:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537754#M4792</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-28T23:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537758#M4793</link>
      <description>&lt;P&gt;Here is something else I found, just haven't been able to test it yet.&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262342" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262342 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;will let you know if it helps at all&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 00:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537758#M4793</guid>
      <dc:creator>ekenne06</dc:creator>
      <dc:date>2021-01-29T00:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537764#M4794</link>
      <description>&lt;P&gt;A couple of thing to note since they're not mentioned in the question.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Changes to config files don't take effect until Splunk restarts.&lt;/LI&gt;&lt;LI&gt;Changes to props.conf only affect NEW data.&amp;nbsp; Events already indexed never change.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 29 Jan 2021 00:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537764#M4794</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-01-29T00:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537868#M4802</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Yes, I 've restarted the splunk forwarder each time I've made changes.&lt;/P&gt;&lt;P&gt;To test, I create a new log file in the log directory containing the required data.&amp;nbsp; I see the new data in the GUI, but not with the expected breaks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 15:57:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537868#M4802</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-29T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537885#M4803</link>
      <description>&lt;P&gt;To apply props.conf changes, it's the indexer that must be restarted rather than the universal forwarder.&lt;/P&gt;&lt;P&gt;If you use a heavy forwarder then the props.conf changes go there as well (and the HF must be restarted).&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 17:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537885#M4803</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-01-29T17:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537902#M4804</link>
      <description>&lt;P&gt;Thanks, that is good to know.&amp;nbsp; I can stop/start the forwarder at anytime, but probably not the indexer as its heavily in use.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally found a solution based on the feedback here:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-and-props-conf-and-transforms-conf/m-p/39727" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-and-props-conf-and-transforms-conf/m-p/39727&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once I added&amp;nbsp;&lt;SPAN&gt;force_local_processing = true into my local props.conf, the data appears as I expect it.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One thing I didn't fully understand in the above is this quote: "Note that if the Universal Forwarder does the indexing, the Splunk instances won't:&amp;nbsp;&lt;EM&gt;all&lt;/EM&gt;&amp;nbsp;of the index-time work must be done on the Universal Forwarder."&amp;nbsp; Does this basically mean that any further indexing laid out on the indexer itself will not take place for this specific sourcetype?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Splunk documentation also says regarding this:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Note that switching this property potentially increases the cpu
  and memory consumption of the forwarder.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Not sure how concerned I should be about this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks Rich for your guidance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 19:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537902#M4804</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-29T19:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537914#M4805</link>
      <description>&lt;P&gt;Good find, but I would consider that a temporary fix.&amp;nbsp; Restart the indexer in the next maintenance window and then turn off that flag in the UF.&lt;/P&gt;&lt;P&gt;You read it correctly, the UF is now doing the work of the indexer (except for the write-to-disk part).&amp;nbsp; It's causing the UF to use more CPU, memory, and network bandwidth.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 20:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537914#M4805</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-01-29T20:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537919#M4807</link>
      <description>&lt;P&gt;Thanks Rich,&lt;/P&gt;&lt;P&gt;I'll arrange that.&lt;/P&gt;&lt;P&gt;Just to confirm - the props.conf stays located on the forwarder server, just the way it is (minus the "force_local_processing" flag).&amp;nbsp; Once I re-start the indexer, the changes in the props.conf on the forwarder server will take effect, correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 21:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537919#M4807</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-29T21:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537941#M4809</link>
      <description>&lt;P&gt;I finally got mine to work. It was actually due to me not linebreaking properly on the right sourcetype. I would try testing your props.conf by making a LINE_BREAKER to something super simple, so if it works, you know it's just your config. If it doesn't work that means the sourcetype isn't being recognized. Once I found the right sourcetype I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = ([\r\n]+)\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}
TIME_PREFIX = ^
LINE_MERGE = FALSE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since my timestamp is the start of every event, that was the best think to line break on.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 00:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537941#M4809</guid>
      <dc:creator>ekenne06</dc:creator>
      <dc:date>2021-01-30T00:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537942#M4810</link>
      <description>&lt;P&gt;should be LINEMERGE, not LINE_MERGE&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 00:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537942#M4810</guid>
      <dc:creator>ekenne06</dc:creator>
      <dc:date>2021-01-30T00:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537944#M4811</link>
      <description>&lt;P&gt;Excellent!&lt;/P&gt;&lt;P&gt;I finally got mine working too (details below).&amp;nbsp; Good to go into the weekend with problems solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 00:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537944#M4811</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-30T00:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537979#M4818</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;Would you be able to guide me on the above question?&amp;nbsp; Just want to be sure.&amp;nbsp; With the force local processing flag set to true, and the inputs.conf and props.conf in the&amp;nbsp; etc/system/local directory on the UF, things work as expected.&amp;nbsp; If I turn off the force local processing flag and re-cycle the indexer, should the other settings in the props.conf (located on the UF) come into play?&amp;nbsp; Or would I need to create the props.conf in the&amp;nbsp; etc/system/local directory on the &lt;STRONG&gt;indexer&lt;/STRONG&gt; server (rather than UF)?&lt;/P&gt;&lt;P&gt;Normally I would just experiment and see, but as mentioned its not as easy for me to re-start the indexer as it is to re-start the UF.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 14:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/537979#M4818</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-01-30T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not applying</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/538019#M4819</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 was able to figure this out as I was able to re-cycle the indexer (enterprise) today.&amp;nbsp; Initially it did not work, having the props.conf just on the UF side.&amp;nbsp; I then copied the props.conf into /etc/system/local on the Indexer and re-cycled, after this it worked as expected.&lt;/P&gt;&lt;P&gt;Thanks for all your guidance on this.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 01:25:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/props-conf-not-applying/m-p/538019#M4819</guid>
      <dc:creator>irwinj_125</dc:creator>
      <dc:date>2021-02-01T01:25:16Z</dc:date>
    </item>
  </channel>
</rss>

