<?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: Help with LINE_BREAKING in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269778#M51791</link>
    <description>&lt;P&gt;Tweak: &lt;CODE&gt;LINE_BREAKER=([\r\n]+)\[(ERROR|INFO|DEBUG)\]\s+&lt;/CODE&gt;&lt;BR /&gt;
I think that does the same but might be easier to read.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2016 19:14:11 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2016-03-31T19:14:11Z</dc:date>
    <item>
      <title>Help with LINE_BREAKING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269774#M51787</link>
      <description>&lt;P&gt;hI,&lt;/P&gt;

&lt;P&gt;I have a file that appears to break correctly in the data preview, but after I index it, it's not appearing correctly.  (All on a stand-alone server).&lt;/P&gt;

&lt;P&gt;The file is this:&lt;/P&gt;

&lt;P&gt;[INFO] Root WebApplicationContext: initialization started&lt;BR /&gt;
[INFO] Refreshing Root WebApplicationContext: startup date [Fri Oct 16 10:49:27 EDT 2015]; root of context hierarchy&lt;BR /&gt;
[INFO] Loading XML bean definitions from ServletContext resource [/WEB-INF/frf-modeler-servlet.xml]&lt;BR /&gt;
[INFO] Loading XML bean definitions from class path resource [application-context.xml]&lt;BR /&gt;
[INFO] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6d50ff26: defining beans [modelerEngineController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,exportController,layoutServiceController,viewNameTranslator,org.springframework.web.servlet.view.BeanNameViewResolver#0,stringHttpMessageConverter,formHttpMessageConverter,jsonMessageConverter,byteArrayMessageConverter,jsonpHttpMessageConverter,multipartResolver,exceptionResolver,jsonView,com.fmrco.asts.frf.rest.spring.FRFAnnotationMethodHandlerAdapter#0,filterService,documentFormatter,configFilter,propertyConfigurer,gridExportUtil,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,jsonProcessService,treeCreationService,zipService,pomHandlerService,webXmlHandlerService,archiveTreeService,generalIOStreamProcessor,componentWithMetaDataBuilder,pomHandlerServiceImplHelper,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy&lt;BR /&gt;
[splunk@vc2cmmka023053n fpcms]$ head -10 catalina.out &lt;BR /&gt;
[INFO] Root WebApplicationContext: initialization started&lt;BR /&gt;
[INFO] Refreshing Root WebApplicationContext: startup date [Fri Oct 16 10:49:27 EDT 2015]; root of context hierarchy&lt;BR /&gt;
[INFO] Loading XML bean definitions from ServletContext resource [/WEB-INF/frf-modeler-servlet.xml]&lt;/P&gt;

&lt;P&gt;My props is:&lt;/P&gt;

&lt;H1&gt;set by detected source type&lt;/H1&gt;

&lt;P&gt;ANNOTATE_PUNCT=false&lt;BR /&gt;
DATETIME_CONFIG = CURRENT&lt;BR /&gt;
KV_MODE = auto&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)([ERROR]|[INFO]|[DEBUG])&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=150&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
pulldown_type=1&lt;/P&gt;

&lt;P&gt;When I preview it, it looks fine, but once I index it, it breaks very strangely.  Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:16:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269774#M51787</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2020-09-29T09:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with LINE_BREAKING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269775#M51788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The events in the example are correct? I see that not all of them have time stamp.&lt;/P&gt;

&lt;P&gt;You sould identifie when start and ends a event and what timestamp do you want to setup.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:41:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269775#M51788</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2016-03-30T09:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with LINE_BREAKING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269776#M51789</link>
      <description>&lt;P&gt;They don't have a timestamp, so I'm using the DATETIME_CONFIG statement and I want it to break on [INFO], [ERROR], [DEBUG] at the beginning of any line.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269776#M51789</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-03-30T13:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with LINE_BREAKING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269777#M51790</link>
      <description>&lt;P&gt;Use this props.conf configuration&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;DATETIME_CONFIG=CURRENT
SHOULD_LINEMERGE=false
NO_BINARY_CHECK=true
LINE_BREAKER=([\r\n]+)(\[ERROR\]|\[INFO\]|\[DEBUG\])\s+
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:38:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269777#M51790</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2016-03-30T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with LINE_BREAKING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269778#M51791</link>
      <description>&lt;P&gt;Tweak: &lt;CODE&gt;LINE_BREAKER=([\r\n]+)\[(ERROR|INFO|DEBUG)\]\s+&lt;/CODE&gt;&lt;BR /&gt;
I think that does the same but might be easier to read.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 19:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-LINE-BREAKING/m-p/269778#M51791</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-03-31T19:14:11Z</dc:date>
    </item>
  </channel>
</rss>

