<?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: Time field is not matching with _time in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704606#M20834</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;On EST time the server is .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;I have tried below settings but nothings works for me. Is there any workaround I need to apply.&lt;BR /&gt;&lt;BR /&gt;CHARSET = UTF-8&lt;BR /&gt;#AUTO_KV_JSON = false&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;#INDEXED_EXTRACTIONS = json&lt;BR /&gt;KV_MODE = json&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 550&lt;BR /&gt;TIME_PREFIX = time:\s+&lt;BR /&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%Z&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example Pattern of event :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;{ [-]&lt;BR /&gt;classofpayload: com.v.decanter.deca.generic.domain.command.PurgeCommand&lt;BR /&gt;data: { [-]&lt;BR /&gt;batchSize: 1000&lt;BR /&gt;retentionMinutes: 43200&lt;BR /&gt;windowDurationSeconds: 600&lt;BR /&gt;}&lt;BR /&gt;datacontenttype: application/json&lt;BR /&gt;id: 32e31ec6-2362-4b46-966e-ec4bdbb3llbe&lt;BR /&gt;messages: [ [-]&lt;BR /&gt;]&lt;BR /&gt;source: decanter-scheduler&lt;BR /&gt;spanid: 0000000000000000&lt;BR /&gt;specversion: 1.0&lt;BR /&gt;time: 2024-11-18T04:15:00.057785Z&lt;BR /&gt;traceid: 00000000000000000000000000000000&lt;BR /&gt;type: PurgeEventOutbox&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 08:58:54 GMT</pubDate>
    <dc:creator>uagraw01</dc:creator>
    <dc:date>2024-11-18T08:58:54Z</dc:date>
    <item>
      <title>Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704580#M20828</link>
      <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;&lt;P&gt;I want my _time to be extracted and match with time filed in the events. This is token based data. We are using http token to fetch the data from the kafka to Splunk and all the default setting are under search app including ( inputs.conf and props.conf). I have tried props in the second screenshot under search app but nothing works. Please help me what to do to get the required _time match with time field?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uagraw01_0-1731853047696.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33492iBCBDB45414EA0455/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1731853047696.png" alt="uagraw01_0-1731853047696.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have applied below settings but nothing work for me.&lt;BR /&gt;&lt;BR /&gt;CHARSET = UTF-8&lt;BR /&gt;AUTO_KV_JSON = false&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;INDEXED_EXTRACTIONS = json&lt;BR /&gt;KV_MODE = none&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6NZ&lt;BR /&gt;TIME_PREFIX = \"time\"\:\"&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;TIMESTAMP_FIELDS = time&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 14:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704580#M20828</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-17T14:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704581#M20829</link>
      <description>&lt;P&gt;Where are the props installed?&amp;nbsp; They must be on the first full instance&amp;nbsp;(indexer or heavy forwarder) that touches the data.&lt;/P&gt;&lt;P&gt;If the data is being onboarded via HEC, then it's possible the usual ingestion pipeline is bypassed.&amp;nbsp; Which HEC endpoint is used?&lt;/P&gt;&lt;P&gt;BTW, to recognize the time zone, the &lt;FONT face="courier new,courier"&gt;TIME_FORMAT&lt;/FONT&gt; setting should be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%Z&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 15:14:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704581#M20829</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-17T15:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704582#M20830</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Props is &amp;nbsp;installed on search app&lt;/P&gt;&lt;P&gt;2. The setting is on Indexer itself and I am using below endpoint.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Endpoint is : services/collector/raw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. I will try and add %Z in my current props.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 15:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704582#M20830</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-17T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704583#M20831</link>
      <description>&lt;P&gt;1)&amp;nbsp; OK, but search is Splunk's app.&amp;nbsp; Your settings should be in your own app.&lt;/P&gt;&lt;P&gt;2) Is the HEC endpoint on the indexer?&amp;nbsp; If not, the props are doing anything.&amp;nbsp; Make sure the props are on the same instance as HEC.&lt;/P&gt;&lt;P&gt;4) As Yoda would say, "do or do not, there is no try"&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 17:51:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704583#M20831</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-17T17:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704592#M20832</link>
      <description>&lt;P&gt;Depending on what your _raw event looks like you may have to set&lt;/P&gt;&lt;PRE&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/PRE&gt;&lt;P&gt;as the default lookahead is only 128 characters.&lt;/P&gt;&lt;P&gt;Also make sure the raw event doesn't have any whitespace between the JSON name/value - you're not allowing for any whitespace in your regex&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 23:11:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704592#M20832</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-11-17T23:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704593#M20833</link>
      <description>&lt;P&gt;What time zone are you in? The time shown in the _time field is in your local time zone which appears to be 5 hours different from the time in the log. Is this the discrepancy you are seeing?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 23:38:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704593#M20833</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-17T23:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704606#M20834</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;On EST time the server is .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;I have tried below settings but nothings works for me. Is there any workaround I need to apply.&lt;BR /&gt;&lt;BR /&gt;CHARSET = UTF-8&lt;BR /&gt;#AUTO_KV_JSON = false&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;#INDEXED_EXTRACTIONS = json&lt;BR /&gt;KV_MODE = json&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 550&lt;BR /&gt;TIME_PREFIX = time:\s+&lt;BR /&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%Z&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example Pattern of event :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;{ [-]&lt;BR /&gt;classofpayload: com.v.decanter.deca.generic.domain.command.PurgeCommand&lt;BR /&gt;data: { [-]&lt;BR /&gt;batchSize: 1000&lt;BR /&gt;retentionMinutes: 43200&lt;BR /&gt;windowDurationSeconds: 600&lt;BR /&gt;}&lt;BR /&gt;datacontenttype: application/json&lt;BR /&gt;id: 32e31ec6-2362-4b46-966e-ec4bdbb3llbe&lt;BR /&gt;messages: [ [-]&lt;BR /&gt;]&lt;BR /&gt;source: decanter-scheduler&lt;BR /&gt;spanid: 0000000000000000&lt;BR /&gt;specversion: 1.0&lt;BR /&gt;time: 2024-11-18T04:15:00.057785Z&lt;BR /&gt;traceid: 00000000000000000000000000000000&lt;BR /&gt;type: PurgeEventOutbox&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 08:58:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704606#M20834</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-18T08:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704608#M20835</link>
      <description>&lt;P&gt;I'm not 100% sure if "normal" time extraction works with indexed extractions. You could try setting TIMESTAMP_FIELDS&lt;/P&gt;&lt;P&gt;Also - why indexed extractions? Why not just KV_MODE=json?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:06:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704608#M20835</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-18T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704611#M20836</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;I already tried and added attribute under props&amp;nbsp;&amp;nbsp;but this also not working.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;"TIMESTAMP_FIELDS = time" and added KV_MODE=json&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:12:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704611#M20836</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-18T09:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704616#M20837</link>
      <description>&lt;P&gt;Wait, but if your local timezone is EST and your profile is configured with EST, that's actually the proper timestamp.&lt;/P&gt;&lt;P&gt;The source is reporting 14:15 UTC so it's 9:15 EST&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:23:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704616#M20837</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-18T09:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704617#M20838</link>
      <description>&lt;P&gt;So the time is out by exactly 5 hours which represents your timezone, therefore it is correct. Are there any other discrepancies apart from this (which is now accounted for)?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:27:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704617#M20838</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-18T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704625#M20840</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; That timezone difference I can exclude by using TZ setting attribute in props. But I am having another issue with nano seconds.&lt;/P&gt;&lt;P&gt;Other issue is the nano second issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uagraw01_0-1731923712032.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33497i2AE6E63174977D34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1731923712032.png" alt="uagraw01_0-1731923712032.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:56:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704625#M20840</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-18T09:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704627#M20841</link>
      <description>&lt;P&gt;I have lost count of the number of times we have suggested (requested) that event data is show in raw format (preferably in a code block using the &amp;lt;/&amp;gt; button). Splunk will be processing the raw data, not the formatted, "pretty" version you have shown us. In light of this, is your actual raw event data a JSON object, and therefore wouldn't the TIME_PREFIX be more like "time":" (perhaps with some spaces \s)?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 10:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704627#M20841</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-18T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704629#M20843</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; Thanks for information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, My actual data is in the json format. Could you please suggest what I need to do with props so the events can parse properly with timestamp filed of the events.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 11:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704629#M20843</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-18T11:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704696#M20850</link>
      <description>&lt;P&gt;Your data is JSON, but you are showing a screenshot of Splunk presenting that data to you in a formatted way. Please click the show as raw text and show what time looks like in the RWA data, not the pretty-printed version.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bowesmana_0-1731993175382.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33508i05E0D134DC48FED2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bowesmana_0-1731993175382.png" alt="bowesmana_0-1731993175382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 05:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704696#M20850</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-11-19T05:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704704#M20852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp; raw text is look like as below.&lt;BR /&gt;&lt;BR /&gt;{"traceid":"00000000000000000033000000000000","spanid":"0000000000000000","datacontenttype":"application/json","data":{"retentionMinutes":43200,"batchSize":1000,"windowDurationSeconds":600},"messages":[],"specversion":"1.0","classofpayload":"com.vl.decanter.decanter.generici.domain.command.PurgeCommand","id":"ccbae519-foa4-4c0c-ad75-261720d764e5","source":"decanter-scheduler","time":"2024-11-19T09:30:00.058376Z","type":"PurgeEventOutbox"}&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 09:38:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704704#M20852</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-19T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704784#M20859</link>
      <description>&lt;P&gt;So now you need to set the time prefix to match your actual raw text, i.e.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"time":"&lt;/STRONG&gt;2024...&lt;/P&gt;&lt;P&gt;AND you need the lookahead set, because time is at the end of your JSON. Your raw data does not appear to have any whitespace in between the fields/colon/value, so try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MAX_TIMESTAMP_LOOKAHEAD = 550
TIME_PREFIX = \"time\":\"
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%Z&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: &lt;STRONG&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/STRONG&gt; not needed - see&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;comment below.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 00:10:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704784#M20859</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-11-20T00:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704786#M20860</link>
      <description>&lt;P&gt;According to the docs the MAX_TIMESTAMP_LOOKAHEAD is applied _from_ the TIME_PREFIX-defined location.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 23:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704786#M20860</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-19T23:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704798#M20861</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;Thanks for the solution and investing your valuable time.&amp;nbsp; But still micro seconds are not matching.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uagraw01_0-1732095727006.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33518iDB9C1CC196AFE24A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1732095727006.png" alt="uagraw01_0-1732095727006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 09:42:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704798#M20861</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-20T09:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time field is not matching with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704806#M20862</link>
      <description>&lt;P&gt;This does not show evidence of the microseconds not matching. The Time field is merely displayed to millseconds not microseconds.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1732102220985.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33519i0F7F61316F0716D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1732102220985.png" alt="ITWhisperer_0-1732102220985.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 11:30:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Time-field-is-not-matching-with-time/m-p/704806#M20862</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-20T11:30:31Z</dc:date>
    </item>
  </channel>
</rss>

