<?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 How to get Splunk to recognize correct event timestamp from extracted log? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-to-recognize-correct-event-timestamp-from/m-p/173777#M34963</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
When i inject app server logs with sourcetype=access_combined, the timing for the event timestamp seems to be incorrect. The date timestamp is correct but the timing timestamp, it tag the timing as stated in the info after the GET statement.&lt;/P&gt;

&lt;P&gt;Extracted info from the logs:&lt;BR /&gt;
xxxxx - 1234 [07/Aug/2014:07:15:01 _0800] "Get xxxxx/20140807141314...." 200 123 ....&lt;/P&gt;

&lt;P&gt;AT splunk, the event timestamp is:&lt;BR /&gt;
8/7/14&lt;BR /&gt;
14:13:14 PM xxxxx - 1234 [07/Aug/2014:07:15:01 _0800] "Get xxxxx/20140807141314...." 200 123 ....&lt;/P&gt;

&lt;P&gt;Would like to check how to ensure the event timestamp is the timestamp as stated in the square bracket instead of the timing found in the GET statement? What had configured for this incorrect timestamp?&lt;BR /&gt;
thks&lt;/P&gt;</description>
    <pubDate>Thu, 07 Aug 2014 02:14:43 GMT</pubDate>
    <dc:creator>newbiesplunk</dc:creator>
    <dc:date>2014-08-07T02:14:43Z</dc:date>
    <item>
      <title>How to get Splunk to recognize correct event timestamp from extracted log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-to-recognize-correct-event-timestamp-from/m-p/173777#M34963</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
When i inject app server logs with sourcetype=access_combined, the timing for the event timestamp seems to be incorrect. The date timestamp is correct but the timing timestamp, it tag the timing as stated in the info after the GET statement.&lt;/P&gt;

&lt;P&gt;Extracted info from the logs:&lt;BR /&gt;
xxxxx - 1234 [07/Aug/2014:07:15:01 _0800] "Get xxxxx/20140807141314...." 200 123 ....&lt;/P&gt;

&lt;P&gt;AT splunk, the event timestamp is:&lt;BR /&gt;
8/7/14&lt;BR /&gt;
14:13:14 PM xxxxx - 1234 [07/Aug/2014:07:15:01 _0800] "Get xxxxx/20140807141314...." 200 123 ....&lt;/P&gt;

&lt;P&gt;Would like to check how to ensure the event timestamp is the timestamp as stated in the square bracket instead of the timing found in the GET statement? What had configured for this incorrect timestamp?&lt;BR /&gt;
thks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 02:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-to-recognize-correct-event-timestamp-from/m-p/173777#M34963</guid>
      <dc:creator>newbiesplunk</dc:creator>
      <dc:date>2014-08-07T02:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk to recognize correct event timestamp from extracted log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-to-recognize-correct-event-timestamp-from/m-p/173778#M34964</link>
      <description>&lt;P&gt;I think you need to override the default options of [access_combined]&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;Add the below stanza to your /local/props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[access_combined]  
MAX_TIMESTAMP_LOOKAHEAD = 50  
TIME_PREFIX = \[  
TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-to-recognize-correct-event-timestamp-from/m-p/173778#M34964</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-07T03:29:37Z</dc:date>
    </item>
  </channel>
</rss>

