<?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: Splunk Enterprise: index-time parsing configuration creating/ editing of &amp;quot;props.conf&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287093#M54834</link>
    <description>&lt;P&gt;Not clear!&lt;/P&gt;

&lt;P&gt;1) Per your recommendation the correct path will be: "&lt;STRONG&gt;/opt/splunk/etc/deployment-apps&lt;/STRONG&gt;". &lt;BR /&gt;
- In our case there is nothing present regarding "props.conf" in SH (SearchHead vs Indexers).&lt;/P&gt;

&lt;P&gt;2) UF sends data directly to Indexers.&lt;BR /&gt;
a. In this case i must apply this "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" file in &lt;STRONG&gt;Indexers&lt;/STRONG&gt; withthe below format:&lt;/P&gt;

&lt;P&gt;[MySourcetype]&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 19&lt;BR /&gt;
SHOULD_LINEMERGE = False&lt;BR /&gt;
LINE_BREAKER = ([\n\r]+)(\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2})&lt;BR /&gt;
TRUNCATE = 999999&lt;BR /&gt;
ANNOTATE_PUNCT = false&lt;/P&gt;

&lt;P&gt;b. SearchHead, file "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" it must look like below?:&lt;BR /&gt;
- Where will be the correct location of file "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" ?&lt;BR /&gt;
- It's there a way to configure in the WEB GUI for Splunk 4 this file with the parameters?&lt;BR /&gt;
- The search head "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" should only contain field extractions/transformations applicable at search time. Where i could find some examples?&lt;/P&gt;

&lt;P&gt;c. For "&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;" what is the best practices? (I've read the documentations is unclear).&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:26:47 GMT</pubDate>
    <dc:creator>sspomeplus</dc:creator>
    <dc:date>2020-09-29T10:26:47Z</dc:date>
    <item>
      <title>Splunk Enterprise: index-time parsing configuration creating/ editing of "props.conf"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287091#M54832</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Based on Splunk recommendation  the best path for this file"props.conf" is: $SPLUNK_HOME/etc/system/local 
If is not there then must be created.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;In our case if in: $SPLUNK_HOME/etc/apps/ there are multiple files "props.conf", the props.conf naming is only for event parsing point of view, doesn't matter if there are a lot of files with the same name but different content?&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;The best way will be to create in: $SPLUNK_HOME/etc/system/local the file "props.conf" with the below content:
[MySourcetype]
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S
MAX_TIMESTAMP_LOOKAHEAD = 19
SHOULD_LINEMERGE = False
LINE_BREAKER = ([\n\r]+)(\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2})
TRUNCATE = 999999
ANNOTATE_PUNCT = false&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;QUESTIONS:&lt;BR /&gt;
??? Any examples/ suggestion regarding the "props.conf" content?&lt;BR /&gt;
??? This file "props.conf" must be modified only on SH (SearchHead) or also on indexers?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287091#M54832</guid>
      <dc:creator>sspomeplus</dc:creator>
      <dc:date>2020-09-29T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise: index-time parsing configuration creating/ editing of "props.conf"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287092#M54833</link>
      <description>&lt;P&gt;1) Not sure where you read the recommendation for keeping the configurations in etc/system/local. In my opinion, the configurations should be kept away from default locations (etc/system/local , etc/apps/search/local) and should be kept in custom, deployable apps. For easy maintenance/deployment.&lt;BR /&gt;
2) The props.conf content that you provided is for event parsing/time stamp recognition. That activity happens in Indexers (if your source/universal forwarder directly sends data to indexers) OR Heavy forwarder (if data is collected from heavy forwarder OR sent to heavy forwarder from your source/universal forwarder), so it should be deployed/created in Indexer/Heavy forwarder, based on your topology.&lt;/P&gt;

&lt;P&gt;The search head props.conf should only contain field extractions/transformations applicable at search time.&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287092#M54833</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-29T17:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise: index-time parsing configuration creating/ editing of "props.conf"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287093#M54834</link>
      <description>&lt;P&gt;Not clear!&lt;/P&gt;

&lt;P&gt;1) Per your recommendation the correct path will be: "&lt;STRONG&gt;/opt/splunk/etc/deployment-apps&lt;/STRONG&gt;". &lt;BR /&gt;
- In our case there is nothing present regarding "props.conf" in SH (SearchHead vs Indexers).&lt;/P&gt;

&lt;P&gt;2) UF sends data directly to Indexers.&lt;BR /&gt;
a. In this case i must apply this "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" file in &lt;STRONG&gt;Indexers&lt;/STRONG&gt; withthe below format:&lt;/P&gt;

&lt;P&gt;[MySourcetype]&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 19&lt;BR /&gt;
SHOULD_LINEMERGE = False&lt;BR /&gt;
LINE_BREAKER = ([\n\r]+)(\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2})&lt;BR /&gt;
TRUNCATE = 999999&lt;BR /&gt;
ANNOTATE_PUNCT = false&lt;/P&gt;

&lt;P&gt;b. SearchHead, file "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" it must look like below?:&lt;BR /&gt;
- Where will be the correct location of file "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" ?&lt;BR /&gt;
- It's there a way to configure in the WEB GUI for Splunk 4 this file with the parameters?&lt;BR /&gt;
- The search head "&lt;STRONG&gt;props.conf&lt;/STRONG&gt;" should only contain field extractions/transformations applicable at search time. Where i could find some examples?&lt;/P&gt;

&lt;P&gt;c. For "&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;" what is the best practices? (I've read the documentations is unclear).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Enterprise-index-time-parsing-configuration-creating/m-p/287093#M54834</guid>
      <dc:creator>sspomeplus</dc:creator>
      <dc:date>2020-09-29T10:26:47Z</dc:date>
    </item>
  </channel>
</rss>

