<?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: Value misinterpreted as time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427172#M74860</link>
    <description>&lt;P&gt;Never, ever let splunk guess time details.  Use these props.conf settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
TIME_PREFIX = 
TIME_FORMAT = 
MAX_TIMESTAMP_LOOKAHEAD = 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 25 Jan 2019 22:44:06 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-01-25T22:44:06Z</dc:date>
    <item>
      <title>Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427165#M74853</link>
      <description>&lt;P&gt;We found the following message in the data and Splunk recognizes it as a timestamp. How can I prevent this interpretation and add it to the event before it?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;parameters: :I1:=1109002298;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427165#M74853</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2019-01-24T16:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427166#M74854</link>
      <description>&lt;P&gt;Your best bet is to configure a specific timestamp lookahead/format and event break options. &lt;BR /&gt;
To give you a bit more help are you able to share a few complete events?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427166#M74854</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-01-24T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427167#M74855</link>
      <description>&lt;P&gt;This is the full event:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2018-12-14 09:01:42,793
statement:
SELECT t0.id,t0.name1 FROM DUMMY t0, DUMMY2 t1
 WHERE (t0.id = :I1) AND (t1.id = t0.id
)
parameters: :I1:=1109002298;
CPL Stacktrace - Start ...
CPL Stacktrace - End

2018-12-14 09:01:43,793
NEW EVENT
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427167#M74855</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2019-01-24T16:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427168#M74856</link>
      <description>&lt;P&gt;In props.conf add the following to the stanza for your sourcetype.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_FORMAT = %Y-%m-%d %H:%M:%S,%L
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427168#M74856</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-01-24T16:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427169#M74857</link>
      <description>&lt;P&gt;We try "TIME_FORMAT", but: &lt;BR /&gt;
The logfile has a second eventtype included (unordered mix &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;********** first log of session at 2018-12-14 09:31:42,793
message
*********
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this case only the timestamp upstairs is found, not the second time (*** first log of...)  format.&lt;/P&gt;

&lt;P&gt;If we not use the "TIME_FORMAT", splunk regognize both timeformats and the unwanted value.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427169#M74857</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2019-01-24T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427170#M74858</link>
      <description>&lt;P&gt;In that case &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Use this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = 24
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%L
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427170#M74858</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-01-24T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427171#M74859</link>
      <description>&lt;P&gt;We found a solution for us:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your_sourcetype]
BREAK_ONLY_BEFORE = \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2},\d{3}
DATETIME_CONFIG =
LINE_BREAKER = \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2},\d{3}
NO_BINARY_CHECK = true
category = Custom
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Jan 2019 08:40:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427171#M74859</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2019-01-25T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Value misinterpreted as time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427172#M74860</link>
      <description>&lt;P&gt;Never, ever let splunk guess time details.  Use these props.conf settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
TIME_PREFIX = 
TIME_FORMAT = 
MAX_TIMESTAMP_LOOKAHEAD = 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Jan 2019 22:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Value-misinterpreted-as-time/m-p/427172#M74860</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-01-25T22:44:06Z</dc:date>
    </item>
  </channel>
</rss>

