<?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: Where to edit props.config for breaking log into multiple events? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409558#M72612</link>
    <description>&lt;P&gt;Hi itdept,&lt;/P&gt;

&lt;P&gt;Description by  richgalloway is very details and will work, it should be something like this basing on your data.&lt;BR /&gt;
   [sourcetype]&lt;BR /&gt;
     SHOULD_LINEMERGE=true&lt;BR /&gt;
     NO_BINARY_CHECK=true&lt;BR /&gt;
     BREAK_ONLY_BEFORE=Regex&lt;BR /&gt;
     TIME_FORMAT=%H:%M:%S.%3N&lt;BR /&gt;
     TIME_PREFIX=^&lt;BR /&gt;
     MAX_TIMESTAMP_LOOKAHEAD=12&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:52:43 GMT</pubDate>
    <dc:creator>pruthvikrishnap</dc:creator>
    <dc:date>2020-09-29T20:52:43Z</dc:date>
    <item>
      <title>Where to edit props.config for breaking log into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409556#M72610</link>
      <description>&lt;P&gt;I am using universal forwarders to move log data from remote servers to a centralized Splunk Light server.  Where do I edit the props.config?  On the remote server or on the centralized Splunk Light server?  When I search for props.config, I am returned server files, which one should I choose?  I am a surprised that Splunk doesn't automatically break these into events because my log file has a blank space between each event.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MessageType: INFO | ApplicationName: MicroSaleDataTransporter | ApplicationVersion: 1.3.0.0 | Message: Hourly...

MessageType: INFO | ApplicationName: MicroSaleDataTransporter | ApplicationVersion: 1.3.0.0 | Message: Successfully....

MessageType: INFO | ApplicationName: MicroSaleDataTransporter | ApplicationVersion: 1.3.0.0 | Message: File created...

MessageType: INFO | ApplicationName: MicroSaleDataTransporter | ApplicationVersion: 1.3.0.0 | Message: People Counter...

MessageType: INFO | ApplicationName: MicroSaleDataTransporter | ApplicationVersion: 1.3.0.0 | Message: Successfully...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chris&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 22:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409556#M72610</guid>
      <dc:creator>itdeptPFS</dc:creator>
      <dc:date>2018-08-15T22:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where to edit props.config for breaking log into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409557#M72611</link>
      <description>&lt;P&gt;Edit the props.conf file wherever event parsing is done.  This is usually your indexer, but could also be a heavy forwarder.&lt;/P&gt;

&lt;P&gt;You probably have several different props.conf files.  The one to edit is the one in the app the corresponds to the data you are indexing.  Be sure to edit local/props.conf (create it if you need to) rather than default/props.conf.&lt;/P&gt;

&lt;P&gt;Splunk expects events to be separated by line-end characters (\n on Linux, \r\n on Windows) and to have a timestamp.  It's best, however, not to allow Splunk to make guesses about the format of your events.  Instead, use props.conf to describe your data.  At the very least, include the &lt;CODE&gt;TIME_PREFIX&lt;/CODE&gt;, &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt;, &lt;CODE&gt;LINE_BREAKER&lt;/CODE&gt;, &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt;, &lt;CODE&gt;TRUNCATE&lt;/CODE&gt;, and &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/CODE&gt; attributes.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 00:13:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409557#M72611</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-08-16T00:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where to edit props.config for breaking log into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409558#M72612</link>
      <description>&lt;P&gt;Hi itdept,&lt;/P&gt;

&lt;P&gt;Description by  richgalloway is very details and will work, it should be something like this basing on your data.&lt;BR /&gt;
   [sourcetype]&lt;BR /&gt;
     SHOULD_LINEMERGE=true&lt;BR /&gt;
     NO_BINARY_CHECK=true&lt;BR /&gt;
     BREAK_ONLY_BEFORE=Regex&lt;BR /&gt;
     TIME_FORMAT=%H:%M:%S.%3N&lt;BR /&gt;
     TIME_PREFIX=^&lt;BR /&gt;
     MAX_TIMESTAMP_LOOKAHEAD=12&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409558#M72612</guid>
      <dc:creator>pruthvikrishnap</dc:creator>
      <dc:date>2020-09-29T20:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where to edit props.config for breaking log into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409559#M72613</link>
      <description>&lt;P&gt;Thank you!  I created the props.conf file on the indexer and it is working.  I am still not exactly sure how this fowarder creates a SourceType name but I am finally getting my logs broken correctly. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 14:27:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409559#M72613</guid>
      <dc:creator>itdeptPFS</dc:creator>
      <dc:date>2018-08-16T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where to edit props.config for breaking log into multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409560#M72614</link>
      <description>&lt;P&gt;The sourcetype is specified in the forwarder's inputs.conf file.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:02:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-to-edit-props-config-for-breaking-log-into-multiple-events/m-p/409560#M72614</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-08-17T11:02:45Z</dc:date>
    </item>
  </channel>
</rss>

