<?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: Splunk Cloud align index time with _time in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651673#M2382</link>
    <description>&lt;P&gt;My app always uses UTC to put a timestamp. However, I always managed to use index time to display events correctly (ignoring app timestamp), but not in this case. As I said before, the logs are being displayed correctly from my lab system (the same app, the same timestamp set).&amp;nbsp; Weird.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 06:24:25 GMT</pubDate>
    <dc:creator>slipinski</dc:creator>
    <dc:date>2023-07-24T06:24:25Z</dc:date>
    <item>
      <title>Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651281#M2366</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having an issue with timestamping on one unstructured sourcetype (others json and access_log are fine).&amp;nbsp;&lt;BR /&gt;My deployment looks like UF-&amp;gt;HF-&amp;gt;Splunk cloud.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason data from the mentioned sourcetype is delayed by 1 hour. I mean, I have to increase seachrtime to &amp;gt;60m to see the latest data. Below is the output of a query to compare index time and _time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slipinski_0-1689852717496.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26363i447906F73D0454B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="slipinski_0-1689852717496.png" alt="slipinski_0-1689852717496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried to change timestamp extraction is sourcetype configuration in the cloud, but it didn't help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slipinski_1-1689852801447.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26364i82A5E820B7A439A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="slipinski_1-1689852801447.png" alt="slipinski_1-1689852801447.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I come up with idea to transform&amp;nbsp;&lt;SPAN&gt;INGEST_EVAL expression in a transforms stanza in transforms.conf to update the _time field at ingest time after it has been parsed out from the actual event (+3600s)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#transforms.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;[time-offset]&lt;/P&gt;&lt;P&gt;INGEST_EAVL = _time:=_time+3600&lt;/P&gt;&lt;P&gt;#props.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;[main_demo]&lt;/P&gt;&lt;P&gt;TRANSFORMS=time-offset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose there is no transforms.conf equivalent in Splunk GUI (props.conf can be configured in source type GUI section). Do I need to contact Splunk support to perform this kind of change in cloud indexer?&amp;nbsp;&lt;BR /&gt;Or maybe there is any other way to align _time to reflect real time?&lt;/P&gt;&lt;P&gt;All help would be appreciated,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Szymon&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>Thu, 20 Jul 2023 11:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651281#M2366</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-20T11:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651465#M2371</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;as you have HF before SC you must add all props &amp;amp; transforms.conf into HF not into SC as it's always 1st full splunk enterprise instance which apply those to events!&lt;/P&gt;&lt;P&gt;Are you sure that there is not a latency in indexing instead of 1h time shift? Actually 1h time shift could indicate that you have something weird with your TZ settings (e.g. summertime information is missing)!&lt;/P&gt;&lt;P&gt;Can you show log event on UF side and what are TZ on that host?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 11:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651465#M2371</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651488#M2372</link>
      <description>&lt;P&gt;Hi Ismo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is TZ set on UF server. Interestingly I set the same time zone on my local test server and after changing timestamp settings to "current time" the logs are displaying in time. However, it's a simple UF-&amp;gt;Cloud setup as opposed to productional one (through HF).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;timedatectl&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Local time: Fri 2023-07-21 13:27:32 BST&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Universal time: Fri 2023-07-21 12:27:32 UTC&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;RTC time: Fri 2023-07-21 12:27:32&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Time zone: Europe/London (BST, +0100)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NTP enabled: yes&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NTP synchronized: yes&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;RTC in local TZ: no&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;DST active: yes&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Last DST change: DST began at&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sun 2023-03-26 00:59:59 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sun 2023-03-26 02:00:00 BST&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Next DST change: DST ends (the clock jumps one hour backwards) at&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sun 2023-10-29 01:59:59 BST&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sun 2023-10-29 01:00:00 GMT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Not sure how to grab&amp;nbsp;log event on UF (this sounds like from Windows world).&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sz&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 12:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651488#M2372</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-21T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651489#M2373</link>
      <description>Can you share your inputs.conf from that problematic UF? That should also show to you where and how to get log sample.</description>
      <pubDate>Fri, 21 Jul 2023 13:05:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651489#M2373</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T13:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651494#M2374</link>
      <description>&lt;P&gt;Would this be enough?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[SSL]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;allowSslRenegotiation = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;certLogMaxCacheEntries = 10000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;certLogRepeatFrequency = 1d&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ecdhCurves = prime256v1, secp384r1, secp521r1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;logCertificateData = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sslQuietShutdown = false&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sslVersions = tls1.2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[batch:///opt/splunkforwarder/var/run/splunk/search_telemetry/*search_telemetry.json]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _introspection&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;log_on_completion = 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;move_policy = sinkhole&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = search_telemetry&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[batch:///opt/splunkforwarder/var/spool/splunk]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;move_policy = sinkhole&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[batch:///opt/splunkforwarder/var/spool/splunk/...stash_hec]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;move_policy = sinkhole&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = stash_hec&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[batch:///opt/splunkforwarder/var/spool/splunk/...stash_new]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;move_policy = sinkhole&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;queue = stashparsing&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = stash_new&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;time_before_close = 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[batch:///opt/splunkforwarder/var/spool/splunk/tracker.log*]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _internal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;move_policy = sinkhole&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = splunkd_latency_tracker&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[blacklist:/opt/splunkforwarder/etc/auth]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[blacklist:/opt/splunkforwarder/etc/passwd]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[fschange:/opt/splunkforwarder/etc]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;delayInMills = 100&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;disabled = false&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;filesPerDelay = 10&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;followLinks = false&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;fullEvent = false&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;hashMaxSize = -1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pollPeriod = 600&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;recurse = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sendEventMaxSize = -1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;signedaudit = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[http]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ackIdleCleanup = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;allowSslCompression = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;allowSslRenegotiation = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;dedicatedIoThreads = 2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;disabled = 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;enableSSL = 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;maxSockets = 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;maxThreads = 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;port = 8088&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sslVersions = *,-ssl2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;useDeploymentServer = 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/etc/splunk.version]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_TCP_ROUTING = *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _internal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = splunk_version&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/splunk]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _internal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/splunk/configuration_change.log]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _configtracker&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/splunk/license_usage_summary.log]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _telemetry&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/splunk/metrics.log]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_TCP_ROUTING = *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _internal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/splunk/splunk_instrumentation_cloud.log*]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _telemetry&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = splunk_cloud_telemetry&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/splunk/splunkd.log]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_TCP_ROUTING = *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _internal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/splunkforwarder/var/log/watchdog/watchdog.log*]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = _internal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[monitor:///opt/videoipath/logs/backend/main.log]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;disabled = false&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = discol2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sourcetype = main_demo&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[script]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interval = 60.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;start_by_shell = true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[splunktcp]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;acceptFrom = *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;connection_host = ip&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;route = has_key:tautology:parsingQueue;absent_key:tautology:parsingQueue&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[tcp]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;acceptFrom = *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;connection_host = dns&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[udp]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_rcvbuf = 1572864&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;connection_host = ip&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host = $decideOnStartup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;index = default&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651494#M2374</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-21T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651508#M2375</link>
      <description>&lt;P&gt;You should use &amp;lt;/&amp;gt; code block when you are adding conf, SPL or something similar to your post. That way e.g. double _ are not used as italic characters and it’s easier to to read!&lt;/P&gt;&lt;P&gt;You could found your log sample for that sourcetype from&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor:///opt/videoipath/logs/backend/main.log]&lt;/LI-CODE&gt;&lt;P&gt;monitor told which file is continuously ingested into splunk. You should take couple of events here (scramble content if needed) to help us to check and fix your issue.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651508#M2375</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651511#M2376</link>
      <description>&lt;LI-CODE lang="markup"&gt;[root@xxx ~]# clock
Fri 21 Jul 2023 16:15:09 BST  -0.286435 seconds
[root@xxx ~]# tail -n 10 /opt/videoipath/logs/backend/main.log
2023-07-21 15:15:12,326 backend_2023.2.5: INFO content
2023-07-21 15:16:48,011 backend_2023.2.5: INFO content&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;And below is how logs are being visible in GUI&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slipinski_0-1689952839432.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26397i867D90D970691350/image-size/large?v=v2&amp;amp;px=999" role="button" title="slipinski_0-1689952839432.png" alt="slipinski_0-1689952839432.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651511#M2376</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-21T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651514#M2377</link>
      <description>&lt;P&gt;For some unknown reason your application is not aware of correct time! Have you restarted it after summer time has started? Time by time I have seen some apps which cannot do this automatically without restart. Anyhow you should report this to your app responsible and ask fix for this app.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651514#M2377</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651670#M2380</link>
      <description>&lt;P&gt;Do you mean "search and reporting" app? The only thing I can do is the restart Splunk cloud instance. Is it right?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 05:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651670#M2380</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-24T05:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651671#M2381</link>
      <description>&lt;P&gt;No, I mean the source app where you are collecting logs. Based your screenshots time was wrongly in your log file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 05:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651671#M2381</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-24T05:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651673#M2382</link>
      <description>&lt;P&gt;My app always uses UTC to put a timestamp. However, I always managed to use index time to display events correctly (ignoring app timestamp), but not in this case. As I said before, the logs are being displayed correctly from my lab system (the same app, the same timestamp set).&amp;nbsp; Weird.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 06:24:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651673#M2382</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-24T06:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651679#M2384</link>
      <description>&lt;P&gt;As you are using other TZ on logs than your host have, you must tell this to splunk when you are ingesting logs. Splunk expects that those are same unless event contains TZ information (your events haven’t that). See this&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/Data/Applytimezoneoffsetstotimestamps" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.0/Data/Applytimezoneoffsetstotimestamps&lt;/A&gt;&amp;nbsp;to fix the situation.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 07:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651679#M2384</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-24T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cloud align index time with _time</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651897#M2391</link>
      <description>&lt;P&gt;I finally managed to make it work by manually assigning TZ to sourcetype in props.conf on HF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Splunk-Cloud-align-index-time-with-time/m-p/651897#M2391</guid>
      <dc:creator>slipinski</dc:creator>
      <dc:date>2023-07-25T12:55:12Z</dc:date>
    </item>
  </channel>
</rss>

