<?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 help in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154048#M31315</link>
    <description>&lt;P&gt;Your second LINE_BREAKER string should do it.  If not, try '&lt;CODE&gt;([\r\n]+)(\d+)-(\d+)-(\d+)&lt;/CODE&gt;'&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2014 13:42:19 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2014-07-23T13:42:19Z</dc:date>
    <item>
      <title>props.conf help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154046#M31313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a multi-line feed that I'm having problems with - hoping someone can help me.  Here's my props.conf:&lt;/P&gt;

&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD = 30&lt;BR /&gt;
NO_BINARY_CHECK = 1&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TRUNCATE = 999999&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)\d{4}\s\w{2}\s\d{2}&lt;/P&gt;

&lt;P&gt;And, here's some sample data.  The break is not occurring on the lines properly.  Pretty sure my LINE_BREAKER is wrong.   On a side note, if I just let splunk do the work, everything is wonderful, but this is not how we want to eng our systems.  Is there any way to tell what splunk is applying for timestamps when you don't specify a props.conf?  &lt;/P&gt;

&lt;P&gt;2014-07-23 02:44:46,913 INFO  [com.mpi.saml.plugin.SamlTokenRepositoryCleanupTask] Deleting the expired tokens from SAML repository&lt;BR /&gt;
2014-07-23 02:46:21,620 INFO  [com.media3k.escene.util.background.SsoNonceCleaner] DEFAULT.SsoNonceCleaner executing at Wed Jul 23 02:46:21 EDT 2014&lt;BR /&gt;
2014-07-23 02:59:46,914 INFO  [com.mpi.saml.plugin.SamlTokenRepositoryCleanupTask] Deleting the expired tokens from SAML repository&lt;BR /&gt;
2014-07-23 03:01:21,693 INFO  [com.media3k.escene.util.background.SsoNonceCleaner] DEFAULT.SsoNonceCleaner executing at Wed Jul 23 03:01:21 EDT 2014&lt;BR /&gt;
2014-07-23 03:06:21,621 INFO  [com.media3k.escene.util.background.SsoNonceCleaner] DEFAULT.SsoNonceCleaner executing at Wed Jul 23 03:06:21 EDT 2014&lt;BR /&gt;
2014-07-23 03:14:15,379 ERROR [com.media3k.escene.util.background.TempFileCleaner] Unable to find ingesting Programs to activate.&lt;BR /&gt;
java.lang.NullPointerException: null&lt;BR /&gt;
    at com.qumu.prg.builder.ProgramAssociationService.findProgramContentAssociation(ProgramAssociationService.java:168) ~[mpi-bcast.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TempFileCleaner.processImage(TempFileCleaner.java:115) [adminportal.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TempFileCleaner.access$200(TempFileCleaner.java:39) [adminportal.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TempFileCleaner$1.call(TempFileCleaner.java:70) [adminportal.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TempFileCleaner$1.call(TempFileCleaner.java:57) [adminportal.jar:na]&lt;BR /&gt;
    at com.mpi.framework.threadcontext.ThreadContexts$ContextCallableImpl.call(ThreadContexts.java:141) [foundation.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TempFileCleaner.finalizeEgcPrograms(TempFileCleaner.java:57) [adminportal.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TempFileCleaner.executeInternal(TempFileCleaner.java:51) [adminportal.jar:na]&lt;BR /&gt;
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:113) [spring-context-support.jar:3.2.1.RELEASE]&lt;BR /&gt;
    at org.quartz.core.JobRunShell.run(JobRunShell.java:216) [quartz.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TaskExecutionServiceThreadPool$QuartzTask.call(TaskExecutionServiceThreadPool.java:93) [mpi-lodgepole.jar:na]&lt;BR /&gt;
    at com.media3k.escene.util.background.TaskExecutionServiceThreadPool$QuartzTask.call(TaskExecutionServiceThreadPool.java:82) [mpi-lodgepole.jar:na]&lt;BR /&gt;
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_65]&lt;BR /&gt;
    at com.mpi.framework.task.impl.juc.JUCThreadPool$InternalFutureTask.run(JUCThreadPool.java:328) [foundation.jar:na]&lt;BR /&gt;
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_65]&lt;BR /&gt;
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_65]&lt;BR /&gt;
    at java.lang.Thread.run(Thread.java:745) [na:1.7.0_65]&lt;BR /&gt;
2014-07-23 03:14:15,379 INFO  [com.media3k.escene.util.background.TempFileCleaner] CentralConfig.filerTempDir not set or does not exist; using D:\Temp for file upload directory.&lt;BR /&gt;
2014-07-23 03:14:15,380 INFO  [com.media3k.escene.util.background.TempFileCleaner] Cleaning up the temp folder: D:\Temp&lt;BR /&gt;
2014-07-23 03:14:46,915 INFO  [com.mpi.saml.plugin.SamlTokenRepositoryCleanupTask] Deleting the expired tokens from SAML repository&lt;BR /&gt;
2014-07-23 03:21:21,634 INFO  [com.media3k.escene.util.background.SsoNonceCleaner] DEFAULT.SsoNonceCleaner executing at Wed Jul 23 03:21:21 EDT 2014&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154046#M31313</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2020-09-28T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154047#M31314</link>
      <description>&lt;P&gt;Oh, maybe...?&lt;/P&gt;

&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD = 30&lt;BR /&gt;
NO_BINARY_CHECK = 1&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TRUNCATE = 999999&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)\d{4}-\d{2}-\d{2}&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:09:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154047#M31314</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2020-09-28T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154048#M31315</link>
      <description>&lt;P&gt;Your second LINE_BREAKER string should do it.  If not, try '&lt;CODE&gt;([\r\n]+)(\d+)-(\d+)-(\d+)&lt;/CODE&gt;'&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154048#M31315</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-07-23T13:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154049#M31316</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
The below would actually be appropriate in your case.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;NO_BINARY_CHECK = 1&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N&lt;BR /&gt;
TRUNCATE = 0&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
BREAK_ONLY_BEFORE_DATE = true&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;NO_BINARY_CHECK = 1&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N&lt;BR /&gt;
TRUNCATE = 0&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
BREAK_ONLY_BEFORE =\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
L&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:42:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-help/m-p/154049#M31316</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-07-23T13:42:53Z</dc:date>
    </item>
  </channel>
</rss>

