<?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 How can I immediately verify my changes have put these host's new events in the correct TZ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-immediately-verify-my-changes-have-put-these-host-s/m-p/612464#M105972</link>
    <description>&lt;P&gt;I have a number of hosts sending logs "in the future". I've configured my indexer's props.conf to adjust the TZ for the select few problem children and restarted the indexer.&lt;BR /&gt;&lt;BR /&gt;How can I immediately verify my changes have put these host's new events in the correct TZ (meaning, no longer in the future)&lt;/P&gt;
&lt;P&gt;Basically the existing "future events" are making the timeline noisy and I can't see where (or perhaps *when*) new events are coming in. I could wait several hours for them to clear out, but that's not ideal.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2022 20:14:13 GMT</pubDate>
    <dc:creator>woodams</dc:creator>
    <dc:date>2022-09-08T20:14:13Z</dc:date>
    <item>
      <title>How can I immediately verify my changes have put these host's new events in the correct TZ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-immediately-verify-my-changes-have-put-these-host-s/m-p/612464#M105972</link>
      <description>&lt;P&gt;I have a number of hosts sending logs "in the future". I've configured my indexer's props.conf to adjust the TZ for the select few problem children and restarted the indexer.&lt;BR /&gt;&lt;BR /&gt;How can I immediately verify my changes have put these host's new events in the correct TZ (meaning, no longer in the future)&lt;/P&gt;
&lt;P&gt;Basically the existing "future events" are making the timeline noisy and I can't see where (or perhaps *when*) new events are coming in. I could wait several hours for them to clear out, but that's not ideal.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 20:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-immediately-verify-my-changes-have-put-these-host-s/m-p/612464#M105972</guid>
      <dc:creator>woodams</dc:creator>
      <dc:date>2022-09-08T20:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I immediately verify my changes have put these host's new events in the correct TZ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-immediately-verify-my-changes-have-put-these-host-s/m-p/612552#M105990</link>
      <description>&lt;P&gt;Quickest way is to get the most recently indexed event and check what _time its being indexed at.&lt;BR /&gt;First set your search timeframe to Today or Earliest : -1d Latest : +1d. (This will catch TZ errors. Anything more than 1 day in the future is likely not TZ issue)&lt;/P&gt;&lt;P&gt;You can access the actual time your indexer processed the event with _indextime.&lt;BR /&gt;&lt;BR /&gt;Something like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=xyz host=123
| eval time=_time, index_time=_indextime 
| eval _time=index_time 
| stats latest(time) as lastLog 
| convert ctime(lastLog)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By swapping in the time the indexer processed the events for _time, you can get the latest values based on the most recently received events and not the time they were indexed at.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 11:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-immediately-verify-my-changes-have-put-these-host-s/m-p/612552#M105990</guid>
      <dc:creator>andrew_nelson</dc:creator>
      <dc:date>2022-09-09T11:03:26Z</dc:date>
    </item>
  </channel>
</rss>

