<?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 help with props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460568#M79507</link>
    <description>&lt;P&gt;I have the following raw data  and I am trying to break the individual events starting with timestamp and before another timestamp starts  .&lt;/P&gt;

&lt;P&gt;2020-03-27 00:00:00.003 [quartzJobExecutor-1] INFO  c.c.c.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): Starting model computation2020-03-27 00:00:00.033 [quartzJobExecutor-1] INFO  c.c.c.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): # data set ids: 9 / # events: 02020-03-27 00:00:00.050 [quartzJobExecutor-1] INFO  c.c.d.c.s.StatisticSchedulerJob - StatisticScheduler saving &amp;lt;21&amp;gt; statistics for statistic 2020-03-27 00:00:00.050 [pool-9-thread-1] INFO  c.c.d.core.statistic.StatisticBuffer - Persisting &amp;lt;21&amp;gt; statistics&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2020 17:52:58 GMT</pubDate>
    <dc:creator>vrmandadi</dc:creator>
    <dc:date>2020-03-27T17:52:58Z</dc:date>
    <item>
      <title>help with props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460568#M79507</link>
      <description>&lt;P&gt;I have the following raw data  and I am trying to break the individual events starting with timestamp and before another timestamp starts  .&lt;/P&gt;

&lt;P&gt;2020-03-27 00:00:00.003 [quartzJobExecutor-1] INFO  c.c.c.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): Starting model computation2020-03-27 00:00:00.033 [quartzJobExecutor-1] INFO  c.c.c.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): # data set ids: 9 / # events: 02020-03-27 00:00:00.050 [quartzJobExecutor-1] INFO  c.c.d.c.s.StatisticSchedulerJob - StatisticScheduler saving &amp;lt;21&amp;gt; statistics for statistic 2020-03-27 00:00:00.050 [pool-9-thread-1] INFO  c.c.d.core.statistic.StatisticBuffer - Persisting &amp;lt;21&amp;gt; statistics&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 17:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460568#M79507</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2020-03-27T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: help with props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460569#M79508</link>
      <description>&lt;P&gt;Try these settings for starters:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S.%3N
MAX_TIMESTAMP_LOOKAHEAD = 23
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]]+)
TRUNCATE = 10000
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:11:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460569#M79508</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-27T19:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: help with props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460570#M79509</link>
      <description>&lt;P&gt;Hello @richgalloway  I tried this but it did not work . I am looking to break the events like below from the sample event&lt;/P&gt;

&lt;P&gt;2020-03-27 00:00:00.003 [quartzJobExecutor-1] INFO c.c.c.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): Starting model computation&lt;/P&gt;

&lt;P&gt;2020-03-27 00:00:00.033 [quartzJobExecutor-1] INFO c.c.c.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): # data set ids: 9 / # events: 0&lt;/P&gt;

&lt;P&gt;2020-03-27 00:00:00.050 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob - StatisticScheduler saving statistics for statistic&lt;/P&gt;

&lt;P&gt;2020-03-27 00:00:00.050 [pool-9-thread-1] INFO c.c.d.core.statistic.StatisticBuffer - Persisting statistics&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:29:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460570#M79509</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2020-03-27T19:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: help with props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460571#M79510</link>
      <description>&lt;P&gt;What part is not working?  What are you getting?&lt;BR /&gt;
Did you restart Splunk after changing props.conf?&lt;BR /&gt;
Did you put the props.conf file in the right place (indexer or HF)?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:52:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460571#M79510</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-27T19:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: help with props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460572#M79511</link>
      <description>&lt;P&gt;Yes I checked everthing .&lt;/P&gt;

&lt;P&gt;This worked for me.&lt;/P&gt;

&lt;P&gt;[sourcetype]&lt;BR /&gt;
SHOULD_LINEMERGE= false&lt;BR /&gt;
LINE_BREAKER= ()(\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}.\d{3})&lt;BR /&gt;
NO_BINARY_CHECK= true&lt;BR /&gt;
MAX_DAYS_AGO= 2&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:03:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460572#M79511</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2020-09-30T05:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: help with props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460573#M79512</link>
      <description>&lt;P&gt;Glad you have it working.  Do use &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt;, however.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 21:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-props-conf/m-p/460573#M79512</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-27T21:08:34Z</dc:date>
    </item>
  </channel>
</rss>

