<?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 and splitting events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129863#M26676</link>
    <description>&lt;P&gt;splunk would directly recognize the timestamp. just add TZ in the props.conf.&lt;/P&gt;

&lt;P&gt;Why is the line breaker required? could you please post more logs?&lt;/P&gt;</description>
    <pubDate>Sun, 13 Apr 2014 03:55:06 GMT</pubDate>
    <dc:creator>linu1988</dc:creator>
    <dc:date>2014-04-13T03:55:06Z</dc:date>
    <item>
      <title>props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129862#M26675</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I am trying to break a event using props.conf but failing issues any help is appreciated:&lt;/P&gt;

&lt;P&gt;My event stream generally starts with&lt;/P&gt;

&lt;P&gt;Sat Apr 12 18:09:01 2014 PT : Opened Incident Details&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;/P&gt;

&lt;H2&gt;.&lt;/H2&gt;

&lt;P&gt;I also want to use the time above and convert it to CT if possible, reason my indexers are in CT TZ where as my UF are in PT (hence above logs are written in PT TZ)&lt;/P&gt;

&lt;P&gt;Also can i use the props.conf in UF (source of log file) as against indexer&lt;/P&gt;

&lt;P&gt;I tried to use following in my indexer props.conf with no luck&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)(?=\w{3}\s+\w{3}\s+\d{1,2}\s+\d{2}\:\d{2}\:\d{2}\s+\d{4}\s+\w{2}\s+\:\s)&lt;/P&gt;

&lt;P&gt;P.S system has removed escape charcter here before s w and d&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129862#M26675</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2020-09-28T16:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129863#M26676</link>
      <description>&lt;P&gt;splunk would directly recognize the timestamp. just add TZ in the props.conf.&lt;/P&gt;

&lt;P&gt;Why is the line breaker required? could you please post more logs?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2014 03:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129863#M26676</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-13T03:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129864#M26677</link>
      <description>&lt;P&gt;I fugured it out - i had got it working with same regex.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2014 06:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129864#M26677</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2014-04-13T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129865#M26678</link>
      <description>&lt;P&gt;Line Breaker i think was required because i had more lines where i said ...actual events look like&lt;BR /&gt;
Sat Apr 12 18:09:01 2014 PT : Opened Incident Details&lt;BR /&gt;
Event 1 Info: Blah Blah&lt;BR /&gt;
Description : Blah Blah Blah&lt;/P&gt;

&lt;H2&gt;Summary : Blah Blah Blah&lt;/H2&gt;

&lt;P&gt;Sat Apr 12 18:10:01 2014 PT : Opened Incident Details&lt;BR /&gt;
Event 2 Info: Blah Blah&lt;BR /&gt;
Description : Blah Blah Blah&lt;BR /&gt;
Summary : Blah Blah Blah&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 00:06:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129865#M26678</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2014-04-14T00:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129866#M26679</link>
      <description>&lt;P&gt;BREAK_ONLY_BEFORE_DATE = [true|false]&lt;BR /&gt;
use this in props.conf to get rid of any line_breaker.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:22:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129866#M26679</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2020-09-28T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129867#M26680</link>
      <description>&lt;P&gt;qq : isnt the line merge would be required in this case and isnt that expensive ? not sure but this is what i was reading in DOCS&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 04:53:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129867#M26680</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2014-04-14T04:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129868#M26681</link>
      <description>&lt;P&gt;why would you require a line merge after that! The events are broken just before the date, isn't it what you require!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2014 05:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129868#M26681</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-14T05:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf and splitting events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129869#M26682</link>
      <description>&lt;P&gt;ok thanks i think i was confused that you need line merge with BREAK_ONLY_BEFORE_DATE. Appreciate your response.&lt;BR /&gt;
Though i got in another issue after this: I posted here any clue? on this&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/131518/summary-indexing-and-tz" target="_blank"&gt;http://answers.splunk.com/answers/131518/summary-indexing-and-tz&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-and-splitting-events/m-p/129869#M26682</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2020-09-28T16:22:42Z</dc:date>
    </item>
  </channel>
</rss>

