<?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: How does Splunk handle timestamps from different timezones when it doesn't know the offset? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128860#M26452</link>
    <description>&lt;P&gt;The logs I am seeing are from Palo Alto's and the documentation is asking to use "no_appending_timestamp = true" for inputs.conf.  I'm wondering how this is affecting the logs?&lt;/P&gt;

&lt;P&gt;We are finding a couple inconsistencies here but I think the next step is to figure out how to handle firewalls that are located in different geographical locations.  If they are all reporting their logs in their local time and I do a search to try to correlate something that could be happening across firewalls (like a virus outbreak trying to communicate out), then I'm not going to see events from some firewalls due to the timestamps.  &lt;/P&gt;

&lt;P&gt;But if they are all timestamped by the indexer then old logs that are coming in (like after a network outage) will be timestamped incorrectly.&lt;/P&gt;

&lt;P&gt;Am I over thinking this?  &lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:16:21 GMT</pubDate>
    <dc:creator>hlarimer</dc:creator>
    <dc:date>2020-09-28T18:16:21Z</dc:date>
    <item>
      <title>How does Splunk handle timestamps from different timezones when it doesn't know the offset?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128857#M26449</link>
      <description>&lt;P&gt;How does Splunk handle timestamps from different timezones when it doesn't know offset?  I'm seeing different behaviors on logs coming in from firewalls (all Palo Alto's) from different timezones.....&lt;/P&gt;

&lt;P&gt;For example, I have a FW that is a timezone away from the Splunk Forwarder where it sends its logs.  When I look at the logs I see that Splunk is changing the logs to the timezone local to the Splunk Forwarder.  But I have other FWs that are a few timezones away and Splunk is not changing their timestamps. &lt;/P&gt;

&lt;P&gt;So when doing a search across all FW's for a something that happened an hour ago, I get results from some FW's for things that didn't necessarily happen an hour ago.&lt;/P&gt;

&lt;P&gt;Is there any reasoning behind this?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128857#M26449</guid>
      <dc:creator>hlarimer</dc:creator>
      <dc:date>2014-11-20T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: How does Splunk handle timestamps from different timezones when it doesn't know the offset?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128858#M26450</link>
      <description>&lt;P&gt;If i understood your problem...&lt;/P&gt;

&lt;P&gt;read this..&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.1.8/admin/ApplyTimezoneOffsetstotimestamps#zoneinfo_.28TZ.29_database"&gt;http://docs.splunk.com/Documentation/Splunk/4.1.8/admin/ApplyTimezoneOffsetstotimestamps#zoneinfo_.28TZ.29_database&lt;/A&gt;&lt;BR /&gt;
you need to configure in indexer&lt;BR /&gt;
you can find entries of TZ  at: &lt;A href="http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones"&gt;http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128858#M26450</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2014-11-20T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How does Splunk handle timestamps from different timezones when it doesn't know the offset?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128859#M26451</link>
      <description>&lt;P&gt;Could pls paste here raw events from both firewall that happen at similar time?&lt;/P&gt;

&lt;P&gt;Normally Splunk will convert to local time zone if no time zone has been provided. The only exception if I'm not wrong is if the timestamp is presented as epoch seconds Splunk will interpret as being in UTC (as far I remember).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 04:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128859#M26451</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-11-21T04:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How does Splunk handle timestamps from different timezones when it doesn't know the offset?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128860#M26452</link>
      <description>&lt;P&gt;The logs I am seeing are from Palo Alto's and the documentation is asking to use "no_appending_timestamp = true" for inputs.conf.  I'm wondering how this is affecting the logs?&lt;/P&gt;

&lt;P&gt;We are finding a couple inconsistencies here but I think the next step is to figure out how to handle firewalls that are located in different geographical locations.  If they are all reporting their logs in their local time and I do a search to try to correlate something that could be happening across firewalls (like a virus outbreak trying to communicate out), then I'm not going to see events from some firewalls due to the timestamps.  &lt;/P&gt;

&lt;P&gt;But if they are all timestamped by the indexer then old logs that are coming in (like after a network outage) will be timestamped incorrectly.&lt;/P&gt;

&lt;P&gt;Am I over thinking this?  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:16:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128860#M26452</guid>
      <dc:creator>hlarimer</dc:creator>
      <dc:date>2020-09-28T18:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How does Splunk handle timestamps from different timezones when it doesn't know the offset?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128861#M26453</link>
      <description>&lt;P&gt;What we have decided to do is very close to this solution.  We have decided to set all Firewalls to UTC and then set the props.conf on the indexers for the source that corresponds to those firewalls to TZ = UTC.  This way we don't have to worry about setting the TZ offset for each FW, but instead can have it work for all FW's globally as long as they are set to UTC.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 18:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-Splunk-handle-timestamps-from-different-timezones-when/m-p/128861#M26453</guid>
      <dc:creator>hlarimer</dc:creator>
      <dc:date>2014-12-15T18:39:41Z</dc:date>
    </item>
  </channel>
</rss>

