<?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: Timezone issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/574887#M101596</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;Finally the "issue" was a bug in Splunk version, by restarting the universal forwarders all went back to normal.&lt;/P&gt;&lt;P&gt;I'm planning the upgrade right now so it should'nt happen again.&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 08:45:12 GMT</pubDate>
    <dc:creator>gilliers</dc:creator>
    <dc:date>2021-11-15T08:45:12Z</dc:date>
    <item>
      <title>Timezone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573685#M101463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a timezone issue that I don't understand.&lt;/P&gt;&lt;P&gt;I have two set of indexed logs in different indexes, indexed by the same indexer. The sourcetype is the same for both. I don't explicitly modify the timezone anywhere.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For the first index the _time shown is the right one (same as the one in the log itself).&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Server 1  - _time OK" style="width: 526px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16740i32E83940C05A3B09/image-size/large?v=v2&amp;amp;px=999" role="button" title="Server1_OK.jpg" alt="Server 1  - _time OK" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Server 1  - _time OK&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;For the second index the _time is 1 hour behind since the daylight saving time a few days ago. If I look at the _time field, it has however the right date_hour but it shows something different.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Server2 - _time wrong" style="width: 581px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16739i1DE7D6C81F6CEEF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Server2_KO.jpg" alt="Server2 - _time wrong" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Server2 - _time wrong&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I chec&lt;SPAN&gt;ke&lt;/SPAN&gt;&lt;SPAN&gt;d on the servers where the logs are generated but they are running the same (and right) timezone: CET&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am lost about this issue, any suggestions on where I should look?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 20:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573685#M101463</guid>
      <dc:creator>gilliers</dc:creator>
      <dc:date>2021-11-04T20:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573695#M101464</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Knowledge/Usedefaultfields#Default_datetime_fields" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Knowledge/Usedefaultfields#Default_datetime_fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"The datetime values are the literal values parsed from the event when it is indexed, regardless of its timezone"&lt;/P&gt;&lt;P&gt;That's why I'd rather believe _time (if your time extraction is working properly) than date_* fields.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 21:07:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573695#M101464</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-11-04T21:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573696#M101465</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;If I look at the raw datas, the datetime value in the log entry is the one expected, not the wrong one (16:27:16 for the second server, not 15:27:16).&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 21:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573696#M101465</guid>
      <dc:creator>gilliers</dc:creator>
      <dc:date>2021-11-04T21:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573698#M101466</link>
      <description>&lt;P&gt;Yes. That's understandable. The date_hour field should correspond to the hour part from the raw event. "local" in date_zone suggests that the timestamp in raw event didn't have the timezone information.&lt;/P&gt;&lt;P&gt;Therefore - if you say that you don't explicitly manipulate timezone - the event must have been parsed according to the local time zone of the HF or indexer. And now the question I cannot answer is whether the data in the raw event is in your local timezone and is not recalculated correctly by the parser or is it sent with a wrong timezone.&lt;/P&gt;&lt;P&gt;Anyway, it looks that some explicit TZ setting could be useful.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 21:24:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/573698#M101466</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-11-04T21:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/574887#M101596</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;Finally the "issue" was a bug in Splunk version, by restarting the universal forwarders all went back to normal.&lt;/P&gt;&lt;P&gt;I'm planning the upgrade right now so it should'nt happen again.&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 08:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue/m-p/574887#M101596</guid>
      <dc:creator>gilliers</dc:creator>
      <dc:date>2021-11-15T08:45:12Z</dc:date>
    </item>
  </channel>
</rss>

