<?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: How to configure props.conf for my sample data to recognize the correct timestamp and break the event after that? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148575#M30246</link>
    <description>&lt;P&gt;yes this is basically a complete event&lt;/P&gt;

&lt;P&gt;20150121&lt;BR /&gt;
1&lt;BR /&gt;
101834&lt;BR /&gt;
10:18:34:794&lt;BR /&gt;
2953 1&lt;/P&gt;

&lt;P&gt;CN0010001&lt;BR /&gt;
HARI1&lt;BR /&gt;
GROUP.DEBIT.INT&lt;BR /&gt;
1 I&lt;/P&gt;

&lt;P&gt;150121101834794&lt;/P&gt;

&lt;P&gt;this 150121101834794 is time given in event .. after this a new event is start with a same pattren &lt;BR /&gt;
we have used time format for this event %y%m%d%H%M%S%3N&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2015 09:07:32 GMT</pubDate>
    <dc:creator>splunk47</dc:creator>
    <dc:date>2015-02-23T09:07:32Z</dc:date>
    <item>
      <title>How to configure props.conf for my sample data to recognize the correct timestamp and break the event after that?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148573#M30244</link>
      <description>&lt;P&gt;Sample Log Data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;20150121
1
101834
10:18:34:794
2953 1

CN0010001
HARI1
GROUP.DEBIT.INT
1 I

150121101834794
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How should I configure props.conf to take &lt;CODE&gt;150121101834794&lt;/CODE&gt; as the timestamp and break the event after that.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 07:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148573#M30244</guid>
      <dc:creator>splunk47</dc:creator>
      <dc:date>2015-02-23T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure props.conf for my sample data to recognize the correct timestamp and break the event after that?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148574#M30245</link>
      <description>&lt;P&gt;Is "150121101834794" a static string?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 08:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148574#M30245</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2015-02-23T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure props.conf for my sample data to recognize the correct timestamp and break the event after that?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148575#M30246</link>
      <description>&lt;P&gt;yes this is basically a complete event&lt;/P&gt;

&lt;P&gt;20150121&lt;BR /&gt;
1&lt;BR /&gt;
101834&lt;BR /&gt;
10:18:34:794&lt;BR /&gt;
2953 1&lt;/P&gt;

&lt;P&gt;CN0010001&lt;BR /&gt;
HARI1&lt;BR /&gt;
GROUP.DEBIT.INT&lt;BR /&gt;
1 I&lt;/P&gt;

&lt;P&gt;150121101834794&lt;/P&gt;

&lt;P&gt;this 150121101834794 is time given in event .. after this a new event is start with a same pattren &lt;BR /&gt;
we have used time format for this event %y%m%d%H%M%S%3N&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 09:07:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148575#M30246</guid>
      <dc:creator>splunk47</dc:creator>
      <dc:date>2015-02-23T09:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure props.conf for my sample data to recognize the correct timestamp and break the event after that?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148576#M30247</link>
      <description>&lt;P&gt;Please try below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[logs]
TIME_PREFIX = 1\sI\s+
TIME_FORMAT = %y%m%d%H%M%S%3N
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Feb 2015 10:04:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148576#M30247</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-02-23T10:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure props.conf for my sample data to recognize the correct timestamp and break the event after that?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148577#M30248</link>
      <description>&lt;P&gt;ya, I think this should work - but the text-formatting on this site seems to have messed up the answer here (for TIME_PREFIX).. it should instead be &lt;CODE&gt;TIME_PREFIX = 1\s|\s+&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;but then again, you'll need to confirm the &lt;CODE&gt;1 |&lt;/CODE&gt; always appear just before the date/time string - otherwise you'll probably be better off using &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = ###&lt;/CODE&gt; - ### is some number of characters into the event Splunk should look for a timestamp&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-props-conf-for-my-sample-data-to-recognize-the/m-p/148577#M30248</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2020-09-28T19:02:28Z</dc:date>
    </item>
  </channel>
</rss>

