<?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 Problem with timestamp extraction and props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703149#M116287</link>
    <description>&lt;P&gt;I have the following props which works fine in the "Add Data" GUI and a test file of logs:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVENT_BREAKER = ([\r\n]+)\&amp;lt;.+\&amp;gt;\w{2,4}\s\d{1,2}\s
EVENT_BREAKER_ENABLE = true
LINE_BREAKER = ([\r\n]+)\&amp;lt;.+\&amp;gt;\w{2,4}\s\d{1,2}\s
MAX_TIMESTAMP_LOOKAHEAD = 25
SHOULD_LINEMERGE = false
TIME_FORMAT = %d-%b-%Y %H:%M:%S.%3N
TIME_PREFIX = named\[.+\]\:\s
TRUNCATE = 99999
TZ = US/Eastern&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I am trying to pull milliseconds from the log using the 2nd timestamp.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;30&amp;gt;Oct 30 11:31:39 172.1.1.1 named[18422]: 30-Oct-2024 11:31:39.731 client 1.1.1.1#1111: view 10: UDP: query: 27b9eb69be0574d621235140cd164f.test.com IN A response: NOERROR +EDV 27b9eb69be0236356140cd164f.test.com. 30 IN CNAME waw-test.net.; waw-mvp.test.net. 10 IN A 41.1.1.1; test.net. 10 IN A 1.1.1.1; test.net. 10 IN A 1.1.1.1; test.net. 10 IN A 1.1.1.1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this loaded on the indexers and search heads.&amp;nbsp; &amp;nbsp;But it is still pulling from the first timestamp.&lt;BR /&gt;&lt;BR /&gt;A btool on the indexers shows this line that I have not configured.:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DATETIME_CONFIG = /etc/datetime.xml&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this what is screwing me up?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 16:54:24 GMT</pubDate>
    <dc:creator>alferone</dc:creator>
    <dc:date>2024-10-30T16:54:24Z</dc:date>
    <item>
      <title>Problem with timestamp extraction and props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703149#M116287</link>
      <description>&lt;P&gt;I have the following props which works fine in the "Add Data" GUI and a test file of logs:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVENT_BREAKER = ([\r\n]+)\&amp;lt;.+\&amp;gt;\w{2,4}\s\d{1,2}\s
EVENT_BREAKER_ENABLE = true
LINE_BREAKER = ([\r\n]+)\&amp;lt;.+\&amp;gt;\w{2,4}\s\d{1,2}\s
MAX_TIMESTAMP_LOOKAHEAD = 25
SHOULD_LINEMERGE = false
TIME_FORMAT = %d-%b-%Y %H:%M:%S.%3N
TIME_PREFIX = named\[.+\]\:\s
TRUNCATE = 99999
TZ = US/Eastern&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I am trying to pull milliseconds from the log using the 2nd timestamp.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;30&amp;gt;Oct 30 11:31:39 172.1.1.1 named[18422]: 30-Oct-2024 11:31:39.731 client 1.1.1.1#1111: view 10: UDP: query: 27b9eb69be0574d621235140cd164f.test.com IN A response: NOERROR +EDV 27b9eb69be0236356140cd164f.test.com. 30 IN CNAME waw-test.net.; waw-mvp.test.net. 10 IN A 41.1.1.1; test.net. 10 IN A 1.1.1.1; test.net. 10 IN A 1.1.1.1; test.net. 10 IN A 1.1.1.1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this loaded on the indexers and search heads.&amp;nbsp; &amp;nbsp;But it is still pulling from the first timestamp.&lt;BR /&gt;&lt;BR /&gt;A btool on the indexers shows this line that I have not configured.:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DATETIME_CONFIG = /etc/datetime.xml&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this what is screwing me up?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 16:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703149#M116287</guid>
      <dc:creator>alferone</dc:creator>
      <dc:date>2024-10-30T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with timestamp extraction and props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703194#M116290</link>
      <description>&lt;P&gt;Try setting&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DATETIME_CONFIG =&lt;/LI-CODE&gt;&lt;P&gt;in props.conf to disable the automatic timestamp extractor.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 18:51:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703194#M116290</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-10-30T18:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with timestamp extraction and props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703201#M116291</link>
      <description>&lt;P&gt;I'll take a look, and thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 20:22:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703201#M116291</guid>
      <dc:creator>alferone</dc:creator>
      <dc:date>2024-10-30T20:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with timestamp extraction and props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703401#M116324</link>
      <description>Hi&lt;BR /&gt;Are you sure that indexers are the first full splunk instance from your source? If there is any like HF before indexers then you must add that props.conf there as it has effected only in 1st full splunk instance.&lt;BR /&gt;r. Ismo</description>
      <pubDate>Sat, 02 Nov 2024 15:02:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-timestamp-extraction-and-props-conf/m-p/703401#M116324</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-11-02T15:02:54Z</dc:date>
    </item>
  </channel>
</rss>

