<?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 do I edit my props.conf for proper timestamp format of my sample data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146267#M29789</link>
    <description>&lt;P&gt;OK, then just change &lt;CODE&gt;TZ = UTC&lt;/CODE&gt; to &lt;CODE&gt;TZ = US/Eastern&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2015 19:23:38 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-06-09T19:23:38Z</dc:date>
    <item>
      <title>How do I edit my props.conf for proper timestamp format of my sample data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146264#M29786</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to setup a props for an event with the following format.  Not certain what to put for "Z" (or if it's needed at all)..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;166&amp;gt;2015-06-09T18:07:27.999Z dtgdman67esx.abc.com Vpxa: [2F582B70 verbose 'hostdstats'] Set internal stats for VM: 250 (vpxa VM id), 1313 (vpxd VM id). Is FT primary? false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here's my props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = 40
NO_BINARY_CHECK = 1
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N
SHOULD_LINEMERGE = false
TIME_PREFIX = &amp;gt;
LINE_BREAKER = ([\r\n]+)
ANNOTATE_PUNCT = false
KV_MODE=auto
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jun 2015 18:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146264#M29786</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2015-06-09T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my props.conf for proper timestamp format of my sample data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146265#M29787</link>
      <description>&lt;P&gt;Presumably the "Z" is for "Zulu" (AKA "GMT" and "UTC") so we will just ignore it as part of the timestamp (unless some times have other characters than "Z"); try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = 24
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N
SHOULD_LINEMERGE = false
TIME_PREFIX = [^\&amp;gt;]*&amp;gt;
ANNOTATE_PUNCT = false
KV_MODE=auto
TZ = UTC
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jun 2015 18:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146265#M29787</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-09T18:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my props.conf for proper timestamp format of my sample data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146266#M29788</link>
      <description>&lt;P&gt;Thanks.  I tested it, and it looked correct, but after I imported it, the timestamp was incorrect. (Should be eastern, but took the timestamp in the event. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 18:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146266#M29788</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2015-06-09T18:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my props.conf for proper timestamp format of my sample data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146267#M29789</link>
      <description>&lt;P&gt;OK, then just change &lt;CODE&gt;TZ = UTC&lt;/CODE&gt; to &lt;CODE&gt;TZ = US/Eastern&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 19:23:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-edit-my-props-conf-for-proper-timestamp-format-of-my/m-p/146267#M29789</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-09T19:23:38Z</dc:date>
    </item>
  </channel>
</rss>

