<?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: Where Is Timezone Offset Information on Universal Forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287840#M55007</link>
    <description>&lt;P&gt;There was a change added to v6.?.? so that, for the first time ever, a &lt;CODE&gt;TZ=&lt;/CODE&gt; setting in an indexer's &lt;CODE&gt;props.conf&lt;/CODE&gt; file has the HIGHEST precedence.   It is possible that some have this value and some don't.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2016 14:14:10 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-04-12T14:14:10Z</dc:date>
    <item>
      <title>Where Is Timezone Offset Information on Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287837#M55004</link>
      <description>&lt;P&gt;Trying to determine why some of my forwarders sending in data from Windows virtual desktop instances are having their data offset at the indexer and others are not.  I know the documentation says that post 6.0 infrastructure will respect the timezone information dictated by the forwarder.&lt;/P&gt;

&lt;P&gt;Where is this information specified on the forwarder?  I don't remember configuring anything like that.  Is it something that the installer obtains from the local machine at install time?  I'm trying to confirm if this setting is in place on the forwarder or if the issue with the offset is occurring on the indexer side.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 11:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287837#M55004</guid>
      <dc:creator>stevepraz</dc:creator>
      <dc:date>2016-04-12T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where Is Timezone Offset Information on Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287838#M55005</link>
      <description>&lt;P&gt;The forwarder timezone is obtained automatically from the system (its not something you need to configure).  When you run a search, look for the the date_zone field.  It will contain the offset applied to your forwarders.  When troubleshooting timezone issues, I usually check the following:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Is the zone info included in the event and is it getting processed properly?&lt;/LI&gt;
&lt;LI&gt;Is the forwarder running 6.0+?  Make sure negotiateNewProtocol is not set to false in outputs.conf (uncommon)&lt;/LI&gt;
&lt;LI&gt;Is there a props.conf stanza on the indexer explicitly setting the timezone for either the host, source, or sourcetype?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If you have a mix of universal forwarders that seem to be working and some not, I'd go through this list and see if any of the differences above apply. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287838#M55005</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2016-04-12T13:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where Is Timezone Offset Information on Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287839#M55006</link>
      <description>&lt;P&gt;Thanks for the clarification.  I don't think the timezone data is in the event (as in, it isn't specified in the text of the log file line).  Forwarders are running 6.0+ and do not have the outputs.conf config you mentioned.  Also, I don't believe any of the props.conf on the indexers have the configs you mention.&lt;/P&gt;

&lt;P&gt;When does the timezone get obtained on the forwarder?  At startup?  If the timezone on the machine changes while the forwarder is running, does it know that?&lt;/P&gt;

&lt;P&gt;Here's some info from my virtual desktop administrator (we are running these forwarders on virtual desktops) about how these machines behave:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;There were approx. 11 desktops that&lt;BR /&gt;
were logging the wrong time.  I do&lt;BR /&gt;
wonder if the splunk forwarder is&lt;BR /&gt;
getting confused when the view agent&lt;BR /&gt;
changes the timezone with the&lt;BR /&gt;
logon/logoff activity.  The view agent&lt;BR /&gt;
on the virtual desktop will change the&lt;BR /&gt;
timezone to match what's on the&lt;BR /&gt;
physical desktop.  The timezone is&lt;BR /&gt;
changed back to be in sync with the&lt;BR /&gt;
ESXi host when no one is logged on.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:49:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287839#M55006</guid>
      <dc:creator>stevepraz</dc:creator>
      <dc:date>2016-04-12T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Where Is Timezone Offset Information on Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287840#M55007</link>
      <description>&lt;P&gt;There was a change added to v6.?.? so that, for the first time ever, a &lt;CODE&gt;TZ=&lt;/CODE&gt; setting in an indexer's &lt;CODE&gt;props.conf&lt;/CODE&gt; file has the HIGHEST precedence.   It is possible that some have this value and some don't.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-Is-Timezone-Offset-Information-on-Universal-Forwarder/m-p/287840#M55007</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-12T14:14:10Z</dc:date>
    </item>
  </channel>
</rss>

