<?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: Logs delay due to timezone difference in the UF server in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645790#M109875</link>
    <description>&lt;P&gt;You can create a stanza in props.conf with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[host::&amp;lt;host&amp;gt;]
TZ=&amp;lt;TZ&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 16:08:34 GMT</pubDate>
    <dc:creator>diogofgm</dc:creator>
    <dc:date>2023-06-05T16:08:34Z</dc:date>
    <item>
      <title>How can I fix logs delay due to timezone difference in the UF server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645788#M109873</link>
      <description>&lt;P&gt;Hi All i have a log source in the server timezone is in CST and logs are coming into the server as UTC time zone logs.&lt;/P&gt;
&lt;P&gt;so while ingesting logs splunk was ingesting based on CST which is 5 hours before logs.&lt;/P&gt;
&lt;P&gt;i have added props config for UTC but still getting the issue.&lt;/P&gt;
&lt;P&gt;please let us know what needs to be done&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 21:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645788#M109873</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-06-05T21:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645789#M109874</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Splunk use internally UTC for all times. When you are ingesting event splunk automatically change it's time to UTC based on your source system timezone and if it cannot determine it when events are collected then it use indexers time zone. When you are searching then it's use your web browser's time zone unless you haven't separately defined it in your Splunk's User preferences.&lt;/P&gt;&lt;P&gt;If your serves (UF etc) haven't correct TZ information and time is not in sync, you should fix this. Another option is use conf files on UF and Indexer/HF side to fix this issue.&lt;/P&gt;&lt;P&gt;More about timezone handling in splunk&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/Abouttimezones" target="_self"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Search/Abouttimezones&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645789#M109874</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-05T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645790#M109875</link>
      <description>&lt;P&gt;You can create a stanza in props.conf with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[host::&amp;lt;host&amp;gt;]
TZ=&amp;lt;TZ&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645790#M109875</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2023-06-05T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645816#M109880</link>
      <description>&lt;P&gt;There can be many things that went wrong and you're not providing too much information &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;was a tiny bit imprecise saying that splunk uses UTC internally. Actually splunk internally stores _time as a "unix timestamp" which just points to a given point in time and can be rendered to a human-readable time string in any timezone. In order to do so Splunk has to parse the human readable (or not) timestamp from the event.&lt;/P&gt;&lt;P&gt;So the problem with event's time can be in three separate places (in each of them or even if all three of them at the same time).&lt;/P&gt;&lt;P&gt;1. The source logs can have wrong timestamp (happens with badly configured source - for example, if someone configured a device to store local time but report it as UTC)&lt;/P&gt;&lt;P&gt;2. The log is wrongly parsed due to misconfiguration (or if there was no explicit configuration at all and Splunk's "guess" as to the timestamp format turns out to be wrong).&lt;/P&gt;&lt;P&gt;2a. There is no timezone information present in the event and splunk applies wrong TZ to the timesamp.&lt;/P&gt;&lt;P&gt;3. The user's timezone is misconfigured in preferences and the timestamp is wrongly rendered in the webui.&lt;/P&gt;&lt;P&gt;So depending on what is the problem, there should be proper fix&lt;/P&gt;&lt;P&gt;1. Configure source properly&lt;/P&gt;&lt;P&gt;2. Apply time extraction configuration on the indexers (or HFs if you have them) - in a typical example&lt;/P&gt;&lt;P&gt;2a. Add TZ definition for a given sourcetype/source/host - this can be a bit more tricky than what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/90723"&gt;@diogofgm&lt;/a&gt; showed if you have multiple event sources from one host - each with different TZ&lt;/P&gt;&lt;P&gt;3. Change your user's preferences.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 20:38:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645816#M109880</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-05T20:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645878#M109885</link>
      <description>&lt;P&gt;i have already added props file with sourcetype but didnt fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[netapp:cloudsecure:agentlog]&lt;BR /&gt;TZ = UTC&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 08:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645878#M109885</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-06-06T08:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645972#M109892</link>
      <description>&lt;P&gt;But on which component did you put that setting?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 16:01:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645972#M109892</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-06T16:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645978#M109894</link>
      <description>&lt;P&gt;i have added props.conf in the Deployment server for the specific app to update in the UF&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 16:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/645978#M109894</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-06-06T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646001#M109898</link>
      <description>&lt;P&gt;And that's why it's not working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;UF is not a parsing component. UF just picks up data, splits it up into chunks and sends to indexer(s) or intermediate forwarder(s). You need that setting on your parsing components (indexers or heavy forwarders) in the path of your events.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646001#M109898</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-06T19:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646055#M109907</link>
      <description>&lt;P&gt;we have multiple HF"S.&lt;/P&gt;&lt;P&gt;do we need to add props file for this in all of those HF ?&lt;/P&gt;&lt;P&gt;and also how we can add is it by creating new app in the HF&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 09:05:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646055#M109907</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-06-07T09:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646057#M109909</link>
      <description>&lt;P&gt;You must add props.conf &amp;amp; transforms.conf into first full Splunk Enterprise instance on path from source system to indexers. If you have several HF on same level/layer where UF are connecting then add those to all of them. Also remember restart splunk on those instances.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 09:08:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646057#M109909</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-07T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646060#M109910</link>
      <description>&lt;P&gt;what was the configuration based on my &amp;nbsp;sourcetype = netapp:cloudsecure:agentlog&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have already added props file as mentioned in eariler is anything need to add&amp;nbsp;&lt;/P&gt;&lt;P&gt;transform config file also required here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 09:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646060#M109910</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-06-07T09:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646546#M109965</link>
      <description>&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;i have added props.conf file in Heavy forwarders but getting duplicate events for one log which is as CST and UTC check below&amp;nbsp;&lt;BR /&gt;please let me know anything need to add.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 12:49:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646546#M109965</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-10-19T12:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logs delay due to timezone difference in the UF server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646554#M109966</link>
      <description>&lt;P&gt;These are two separate events with two distinct timestamps (other than that they do indeed seem identical).&lt;/P&gt;&lt;P&gt;Since they are 5 hours apart, they probably got ingested via two separate "routes". We don't know your environment and don't know your event routing.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 19:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-fix-logs-delay-due-to-timezone-difference-in-the-UF/m-p/646554#M109966</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-11T19:27:59Z</dc:date>
    </item>
  </channel>
</rss>

