<?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: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44492#M8327</link>
    <description>&lt;P&gt;This is incorrect; you can use &lt;CODE&gt;TZ_ALIAS&lt;/CODE&gt; to override in-event &lt;CODE&gt;TZ&lt;/CODE&gt; values (see my answer).&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2015 05:02:46 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-07-07T05:02:46Z</dc:date>
    <item>
      <title>Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44487#M8322</link>
      <description>&lt;P&gt;Would this be automatic or would additional TZ configuration need to be set in order for this to work?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 21:40:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44487#M8322</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-02-26T21:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44488#M8323</link>
      <description>&lt;P&gt;The answer in short is No. If TZ is embedded into the event, the Indexer will trust the embedded TZ explicitly and ignore any instructions that are given regarding timestamp in props.conf, irrespective of variance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 21:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44488#M8323</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2013-02-26T21:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44489#M8324</link>
      <description>&lt;P&gt;The longer answer is that Splunk may not automatically recognize the TZ offset expression.  If you're using a common pattern, Splunk should recognize it, but if it's less common you may need a TIME_FORMAT to specify where the offset is located.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 23:15:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44489#M8324</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2013-02-26T23:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44490#M8325</link>
      <description>&lt;P&gt;I just care about the added workload of having to process a TZ at all vs having the event use GMT (or the same TZ as my indexer.)  Sounds like there is no added "load" with an embedded TZ.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44490#M8325</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-02-27T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44491#M8326</link>
      <description>&lt;P&gt;There is only 1 way to override an in-event TZ setting and that is with &lt;CODE&gt;TZ_ALIAS&lt;/CODE&gt;; read about it here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 03:40:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44491#M8326</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-29T03:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44492#M8327</link>
      <description>&lt;P&gt;This is incorrect; you can use &lt;CODE&gt;TZ_ALIAS&lt;/CODE&gt; to override in-event &lt;CODE&gt;TZ&lt;/CODE&gt; values (see my answer).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 05:02:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44492#M8327</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-07T05:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44493#M8328</link>
      <description>&lt;P&gt;Actually, @jbsplunk is correct. The timestamp on this question was from Feb 26, 2013. At the time, Splunk 4.3 was the de-facto version, Splunk 5 would be released during .conf2013. So according to the correct documentation, &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.6/admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.6/admin/Propsconf&lt;/A&gt;, the &lt;CODE&gt;TZ&lt;/CODE&gt; option was the only option. &lt;CODE&gt;TZ_ALIAS&lt;/CODE&gt; wasn't an option until Splunk 6.0.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 12:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44493#M8328</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-07T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is Splunk able to automatically offset timestamps at indextime when TZ is embedded in the event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44494#M8329</link>
      <description>&lt;P&gt;This would be correct for version 6.X.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 18:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-Splunk-able-to-automatically-offset-timestamps-at-indextime/m-p/44494#M8329</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-07T18:39:19Z</dc:date>
    </item>
  </channel>
</rss>

