<?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 and where does splunk determine host time zone ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53381#M10292</link>
    <description>&lt;P&gt;Thanks ! Indeed Splunk 6 update should fix this problem.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2014 09:20:33 GMT</pubDate>
    <dc:creator>yoho</dc:creator>
    <dc:date>2014-01-28T09:20:33Z</dc:date>
    <item>
      <title>How and where does splunk determine host time zone ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53378#M10289</link>
      <description>&lt;P&gt;My indexers and searchheads in my central datacentre are configured in UTC timestamp but I have universal/light forwarders around the world in many different time zones.&lt;/P&gt;

&lt;P&gt;I know the hosts my forwarders are installed on have correct time zone settings. So I'd like to use the host timezone (point number 3 in &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Applytimezoneoffsetstotimestamps"&gt;this document&lt;/A&gt;) rather than override it but I can't get it right.&lt;/P&gt;

&lt;P&gt;Hence my 2 questions :&lt;BR /&gt;
 * How does splunk determine the splunk server time zone (if running on linux)?&lt;BR /&gt;
 * Where is the time zone evaluated : in my case, if it's at the indexer level, it won't help...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 13:52:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53378#M10289</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2013-06-03T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: How and where does splunk determine host time zone ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53379#M10290</link>
      <description>&lt;P&gt;Here are the rules: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Applytimezoneoffsetstotimestamps" target="_blank"&gt;How Splunk applies timezones&lt;/A&gt; - I think this is exactly the page that you are referencing.&lt;/P&gt;

&lt;P&gt;If you want to override the default processing, you must set the TZ attribute on the machine that is doing the parsing. that would mean that - on each indexer - you would need an entry in &lt;CODE&gt;props.conf&lt;/CODE&gt; for each forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::forwarderhostname1]
TZ = forwardertimezone1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There is no alternative. This is a perfect enhancement request! Do it here: &lt;A href="http://www.splunk.com/page/submit_issue" target="_blank"&gt;Submit Case&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My request would be "&lt;EM&gt;I want to be able to set something like this in props.conf:&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;[host::&lt;/EM&gt;*&lt;EM&gt;]&lt;BR /&gt;&lt;BR /&gt;
TZ = use_host_tz&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;So that the indexer would use the forwarder's server timezone setting&lt;/EM&gt;"&lt;/P&gt;

&lt;P&gt;But that's just what I asked for...&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE: Splunk 6 - *WISH GRANTED!&lt;/STRONG&gt;*&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/data/Applytimezoneoffsetstotimestamps" target="_blank"&gt;Specify time zones of time stamps&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note item # 3 -  "If an event that arrives at an indexer originated at a forwarder, and both the forwarder and the receiving indexer run Splunk Enterprise 6.0 or later, then Splunk uses the time zone that the forwarder provides."&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53379#M10290</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2020-09-28T14:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How and where does splunk determine host time zone ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53380#M10291</link>
      <description>&lt;P&gt;Well, this would be a workaround but what I need is to have splunk rely on the universal forwarders &lt;STRONG&gt;servers&lt;/STRONG&gt; timezone - it's already correctly set so I wouldn't like to force it to some specific timezone (and in addition it's different for each forwarder). It's a pitty you can't set timezone at input time.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 16:58:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53380#M10291</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2013-06-03T16:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: How and where does splunk determine host time zone ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53381#M10292</link>
      <description>&lt;P&gt;Thanks ! Indeed Splunk 6 update should fix this problem.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-and-where-does-splunk-determine-host-time-zone/m-p/53381#M10292</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2014-01-28T09:20:33Z</dc:date>
    </item>
  </channel>
</rss>

