<?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: Moving Servers Timezone Issues in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117654#M24470</link>
    <description>&lt;P&gt;There is no way to do that, the data indexed is "carved in stone".&lt;BR /&gt;
You are better deleting and reindexing if you have the original data.&lt;BR /&gt;
see &lt;A href="http://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder" target="_blank"&gt;http://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The only hack to display results correctly at search time, could be to search over larger timerange, then change the _time field selectively.&lt;BR /&gt;
Example to add one hour to all your events :&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;mysearch&amp;gt; &amp;lt;mylargertimerange&amp;gt; | eval _time=_time+60*60 | search &amp;lt;myfinaltimerange&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:18:46 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2020-09-28T16:18:46Z</dc:date>
    <item>
      <title>Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117648#M24464</link>
      <description>&lt;P&gt;We are moving our Splunk server (everything is on this one server) however the old and new servers are in different timezones so all of my date before the move is now one hour earlier then it should be.&lt;/P&gt;

&lt;P&gt;How can I stop this from happening? We have many dated only (no time) events and it is changing the day these events took place.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117648#M24464</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2014-04-02T18:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117649#M24465</link>
      <description>&lt;UL&gt;
&lt;LI&gt;when the events are indexed, if there are no TZ specified, the events are considered as in the timezone of the indexer . Please check this &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/Data/ApplyTimezoneOffsetsToTimeStamps"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.2/Data/ApplyTimezoneOffsetsToTimeStamps&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Events indexed in splunk are converted to epoch time, so once indexed the indexer can be moved to another timezone.&lt;/LI&gt;
&lt;LI&gt;at search time, the timezone is specified by the search-head or the user profile. Verify your profiles.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:41:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117649#M24465</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2014-04-02T20:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117650#M24466</link>
      <description>&lt;P&gt;How can I move the data in my pre move to a different time zone?&lt;/P&gt;

&lt;P&gt;I am indexing w/o any time zone specification.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:52:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117650#M24466</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2014-04-02T20:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117651#M24467</link>
      <description>&lt;P&gt;How can I move the data in my pre move to a different time zone?&lt;/P&gt;

&lt;P&gt;I am indexing w/o any time zone specification.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117651#M24467</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2014-04-02T20:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117652#M24468</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;I am indexing w/o any time zone specification.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;then this is the issue, splunk default to the indexer timezone, that may not the same than your data, use the previous documentation link and enforce a timezone.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 21:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117652#M24468</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2014-04-02T21:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117653#M24469</link>
      <description>&lt;P&gt;That is what I was thinking but how do I enforce a time zone on data that has already been imported?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117653#M24469</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2014-04-03T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Servers Timezone Issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117654#M24470</link>
      <description>&lt;P&gt;There is no way to do that, the data indexed is "carved in stone".&lt;BR /&gt;
You are better deleting and reindexing if you have the original data.&lt;BR /&gt;
see &lt;A href="http://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder" target="_blank"&gt;http://answers.splunk.com/answers/72562/how-to-reindex-data-from-a-forwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The only hack to display results correctly at search time, could be to search over larger timerange, then change the _time field selectively.&lt;BR /&gt;
Example to add one hour to all your events :&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;mysearch&amp;gt; &amp;lt;mylargertimerange&amp;gt; | eval _time=_time+60*60 | search &amp;lt;myfinaltimerange&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Moving-Servers-Timezone-Issues/m-p/117654#M24470</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2020-09-28T16:18:46Z</dc:date>
    </item>
  </channel>
</rss>

