<?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: Real time data timestamp is not matching in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705052#M116621</link>
    <description>&lt;P&gt;Hmm.&lt;/P&gt;&lt;P&gt;1. You don't need to escape quotes here. But that shouldn't matter here. The extra backslash should just be ignored.&lt;/P&gt;&lt;P&gt;2. More importantly, you use %7N - that might be the problem. &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables&lt;/A&gt; only explicitly lists %3N %6N and %9N&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2024 15:16:44 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-11-22T15:16:44Z</dc:date>
    <item>
      <title>Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705014#M116613</link>
      <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;&lt;P&gt;During the testing phase with demo data, the timestamps are matching accurately. However, in real-time data ingestion, there seems to be a mismatch in the timestamps. This indicates a potential discrepancy in the timestamp parsing or configuration when handling live data. Could you please suggest me potential reson and cause? Additionally, it would be helpful to review the relevant props.conf configurations to ensure consistency&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{"@timestamp":"2024-11-19T12:53:16.5310804+00:00","event":{"action":"log","code":"10010","kind":"event","original":"Communication session on line {1:d}, lost.","context":{"parameter1":"12","parameter2":"2","parameter3":"6","parameter4":"0","physical_line":"12","connected_unit_type_code":"2","connect_logical_unit_number":"6","description":"A User Event message will be generated each time a communication link is lost. This message can be used to detect that an external unit no longer is connected.\nPossible Unit Type codes:\n2 Debug line\n3 ACI line\n4 CWay line","severity":"Info","vehicle_index":"0","unit_type":"NT8000","location":"0","physical_module_id":"0","event_type":"UserEvent","software_module_id":"26"}},"service":{"address":"localhost:50005","name":"Eventlog"},"agent":{"name":"ACI.SystemManager","type":"ACI SystemManager Collector","version":"3.3.0.0"},"project":{"id":"fleet_move_af_sim"},"ecs.version":"8.1.0"}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current props:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DATETIME_CONFIG =&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;category = Custom&lt;BR /&gt;#KV_MODE = json&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;TIME_PREFIX = \"@timestamp\":\"&lt;BR /&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%7N%:z&lt;BR /&gt;&lt;BR /&gt;mismatch timestamp Current results :&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-1732258881604.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33566i67372EB7BD77B4C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1732258881604.png" alt="uagraw01_0-1732258881604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note :&lt;/STRONG&gt; I am using http event collector token to get the data into Splunk. Inputs and props settings are arranged under search app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 07:02:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705014#M116613</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-22T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705019#M116614</link>
      <description>&lt;P&gt;Which HEC endpoint are you sending your data to? If you are using the /event endpoint if you don't explicitly set ?auto_extract_timestamp=true whatever settings you have in your props, they are _not_ applied and the timestamp must be specified explicitly along the event or is taken from the current timestamp on the receiver.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 09:55:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705019#M116614</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-22T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705020#M116615</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp; I am using this endpoint "/services/collector" And how I can explicitly use timestamp format in the endpoint ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 10:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705020#M116615</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-22T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705026#M116616</link>
      <description>&lt;P&gt;You have to use /services/collector/event?auto_extract_timestamp=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 11:27:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705026#M116616</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-22T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705031#M116617</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp; just to inform you.&lt;BR /&gt;&lt;BR /&gt;I have replaced below endpoint but still the mismatch of the timestamp issue persist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uagraw01_0-1732278976619.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33567i071B5D0404C7B078/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1732278976619.png" alt="uagraw01_0-1732278976619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 12:37:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705031#M116617</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-22T12:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705052#M116621</link>
      <description>&lt;P&gt;Hmm.&lt;/P&gt;&lt;P&gt;1. You don't need to escape quotes here. But that shouldn't matter here. The extra backslash should just be ignored.&lt;/P&gt;&lt;P&gt;2. More importantly, you use %7N - that might be the problem. &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables&lt;/A&gt; only explicitly lists %3N %6N and %9N&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 15:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705052#M116621</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-22T15:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705055#M116622</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;In this case, can I skip to use TIME_FORMAT? Is TIME_PREFIX and linebreaker attributes is enough here ?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 15:36:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705055#M116622</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-22T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705089#M116630</link>
      <description>&lt;P&gt;You could try cutting your TIME_FORMAT before %7N and then check if it works. If it does, it means that the %7N is the culprit. The problem is that you lose timezone info and would have to set it manually.&lt;/P&gt;&lt;P&gt;To be fully honest, I'd check if the source can actually just send the timestamp in the epoch format along the event and forget about time parsing altogether.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 21:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705089#M116630</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-22T21:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705156#M116649</link>
      <description>&lt;P&gt;%7N is not valid, it will support %9N and parse the 7 digit timestamp data correctly including the time zone, but %9N is actually broken in that it will ONLY recognise microseconds (6 places)&lt;/P&gt;&lt;P&gt;See this example where nanoseconds 701 and 702 are in two fields - when parsed and reconstructed, the times are the same with only microseconds&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval time1="2024-11-25T01:45:03.512993701-05:00"
| eval time2="2024-11-25T01:45:03.512993702-05:00"
| eval tester_N=strptime(time1, "%Y-%m-%dT%H:%M:%S.%9N%:z")
| eval tt_N=strftime(tester_N, "%Y-%m-%dT%H:%M:%S.%9N%:z")
| eval tester_N2=strptime(time2, "%Y-%m-%dT%H:%M:%S.%9N%:z")
| eval tt_N2=strftime(tester_N2, "%Y-%m-%dT%H:%M:%S.%9N%:z")
| eval isSame=if(tester_N2=tester_N,"true","false")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 04:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705156#M116649</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-11-25T04:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705243#M116655</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;for showcasing this example.&lt;BR /&gt;&lt;BR /&gt;So its that okay to skip micro seconds and good to use %9N in real time data flow?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 04:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705243#M116655</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-26T04:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705245#M116656</link>
      <description>&lt;P&gt;It would appear to work, so use %9N&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705245#M116656</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-11-26T05:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705246#M116657</link>
      <description>&lt;P&gt;The possible problem in situation such as yours is that you have seven digits of partial second and then you have time zone specifier. So if you cut your timestamp at %6N you won't be parsing the timezone. But you can't include it because there is no way to tell Splunk to "skip one character".So you'd have to make sure you have proper TZ set for this source.&lt;/P&gt;&lt;P&gt;Alternatively you can use INGEST_EVAL&lt;/P&gt;&lt;P&gt;I still think it would be easier if your source would push expkicit fimestamp alomg the event so you wouldn't have to parse it.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:06:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705246#M116657</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-26T05:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705248#M116658</link>
      <description>&lt;P&gt;This seems to be heavily broken. Even if I use %3N in your example I still get 6 digits parsed.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:22:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705248#M116658</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-26T05:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705249#M116659</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;, I have tried below workaround but still timestamp is not converting as per my requirement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;[timestamp_change]&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;TIME_PREFIX = \"@timestamp\"&lt;BR /&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%9N%:z&lt;BR /&gt;TRANSFORMS-add_time = add_time&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;[add_time]&lt;BR /&gt;INGEST_EVAL = _time=strftime(strptime(@timestamp, "%Y-%m-%dT%H:%M:%S.%9N%:z"), "%Y-%m-%dT%H:%M:%S.%QZ")&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705249#M116659</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-26T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705250#M116660</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have corrected transforms.conf&lt;BR /&gt;&lt;BR /&gt;from&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[add_time]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INGEST_EVAL = _time=strftime(strptime(@timestamp, "%Y-%m-%dT%H:%M:%S.%9N%:z"), "%Y-%m-%dT%H:%M:%S.%QZ")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[add_time]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INGEST_EVAL = _time=strftime(strptime(_time, "%Y-%m-%dT%H:%M:%S.%9N%:z"), "%Y-%m-%dT%H:%M:%S.%QZ")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note :&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;In my opinion, the parsing of the timestamp should be correct first&amp;nbsp;so that we may convert using INGEST_EVAL. In my case, the time format ("%Y-%m-%dT%H:%M:%S.%9N%:z") is not parsing properly, which may cause an issue during timestamp conversion.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 06:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705250#M116660</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-26T06:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705251#M116661</link>
      <description>&lt;P&gt;1. If you just use the same time format it makes no sense to moving your extraction to INGEST_EVAL&lt;/P&gt;&lt;P&gt;2. During index time you don't have search-time extracted fields so you'd have to get the contents of that field manually.&lt;/P&gt;&lt;P&gt;But indeed as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt; demonstrated (and I confirmed in my lab with %3N as well), you can just do %9N and it will still get only 6 digits and ignore the seventh one.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:57:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705251#M116661</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-26T05:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705257#M116662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;, Just to inform you.&lt;BR /&gt;&lt;BR /&gt;I am using below props setting in my Prod env. But still I can see discrepancies.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DATETIME_CONFIG =
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
category = Custom
pulldown_type = 1
TIME_PREFIX = \"@timestamp\"
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%:z&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uagraw01_0-1732603092771.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33588iF72E619576192BFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1732603092771.png" alt="uagraw01_0-1732603092771.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 15:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705257#M116662</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-26T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705258#M116663</link>
      <description>&lt;P&gt;No. It will not work. strftime() renders the time to a string. Leave the INGEST_EVAL alone &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But seriously, you'd have to get that value using json_extract, text functions or earlier transform extracting an indexed field. Ugly.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 06:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705258#M116663</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-26T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705334#M116670</link>
      <description>&lt;P&gt;Why don't you go to that event, do show source (or copy the raw event)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bowesmana_0-1732665181521.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33597iAA2C8773B76DE545/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bowesmana_0-1732665181521.png" alt="bowesmana_0-1732665181521.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;into a new file and then go into Settings-&amp;gt;Add data&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bowesmana_1-1732665255136.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33598i2318FA0F877AA0FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bowesmana_1-1732665255136.png" alt="bowesmana_1-1732665255136.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and upload that file and experiment with the props in the UI until you can see it working&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 23:54:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705334#M116670</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-11-26T23:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data timestamp is not matching</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705365#M116672</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;, Events are not showing as expected after selecting "show source".&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-1732693577579.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33607i5858875033769559/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1732693577579.png" alt="uagraw01_0-1732693577579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&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_1-1732693601150.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33608iADFC95CB9C149DB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_1-1732693601150.png" alt="uagraw01_1-1732693601150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 07:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Real-time-data-timestamp-is-not-matching/m-p/705365#M116672</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-11-27T07:47:53Z</dc:date>
    </item>
  </channel>
</rss>

