<?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: Will _time of raw events in an index change in the summary index if searches to summarize data are run using an admin account set to a different timezone? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157825#M44462</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. &lt;/P&gt;

&lt;P&gt;I have experimented with pulling the events by second into the summary index.&lt;/P&gt;

&lt;P&gt;index=iis publicationId=* | stats count by _time GUID publicationId DocAction&lt;/P&gt;

&lt;P&gt;however I have the same issue, that while totals may add up over the entire index the days do not match the raw index when performing the search.&lt;/P&gt;

&lt;P&gt;index=dbuserdoc earliest=-151d@d latest=-100d@d | bucket _time span=1d | stats sum(count) by _time GUID publicationId DocAction &lt;/P&gt;

&lt;P&gt;index=iis earliest=-151d@d latest=-100d@d | bucket _time span=1d | stats count by _time GUID publicationId DocAction &lt;/P&gt;

&lt;P&gt;Is this because I have to do a number of summary backloads and specify the earliest and latest as -100d@d -75d@d and -75d@d -50d@d etc?&lt;/P&gt;

&lt;P&gt;If so how do I overcome the back load issue? &lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2015 11:10:26 GMT</pubDate>
    <dc:creator>DanielFordWA</dc:creator>
    <dc:date>2015-08-11T11:10:26Z</dc:date>
    <item>
      <title>Will _time of raw events in an index change in the summary index if searches to summarize data are run using an admin account set to a different timezone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157823#M44460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have raw events in an index that are set to universal time.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[iis-prod]
TZ = Universal
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The admin account is used to create searches off the raw index and summarize the data to speed up reporting.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=iis publicationId=* | bucket _time span=1d | stats count by _time GUID publicationId DocAction
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I set up a search to run every day and add this to a summary index.&lt;/P&gt;

&lt;P&gt;The admin account is set to GMT London time zone. &lt;/P&gt;

&lt;P&gt;Will this change the _time in the raw event and index the new _time as BST in the summary index? &lt;/P&gt;

&lt;P&gt;I am seeing a slight difference in data between the raw and summarized indexes.&lt;/P&gt;

&lt;P&gt;Hope you can help?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157823#M44460</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-08-10T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Will _time of raw events in an index change in the summary index if searches to summarize data are run using an admin account set to a different timezone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157824#M44461</link>
      <description>&lt;P&gt;Yes, and here is why.  I assume that your saved search is set to run every day just after midnight with &lt;CODE&gt;earliest=-2d@d&lt;/CODE&gt; and &lt;CODE&gt;latest=-1d@d&lt;/CODE&gt; (or similar).  But what (or rather, "when") is a "day" (as regards the &lt;CODE&gt;snap-to&lt;/CODE&gt; part)?  If your user is in TZ=BST, then the window that defines "all of yesterday" is several hours different than the window that would be defined if he had TZ=UTC.  If you were using hourly SIs, you would (probably, unless you are in North Korea or some other not-an-even-hour TZ delta) not be having this problem and maybe that is what you should be doing instead of rolling up daily.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157824#M44461</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-10T14:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Will _time of raw events in an index change in the summary index if searches to summarize data are run using an admin account set to a different timezone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157825#M44462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. &lt;/P&gt;

&lt;P&gt;I have experimented with pulling the events by second into the summary index.&lt;/P&gt;

&lt;P&gt;index=iis publicationId=* | stats count by _time GUID publicationId DocAction&lt;/P&gt;

&lt;P&gt;however I have the same issue, that while totals may add up over the entire index the days do not match the raw index when performing the search.&lt;/P&gt;

&lt;P&gt;index=dbuserdoc earliest=-151d@d latest=-100d@d | bucket _time span=1d | stats sum(count) by _time GUID publicationId DocAction &lt;/P&gt;

&lt;P&gt;index=iis earliest=-151d@d latest=-100d@d | bucket _time span=1d | stats count by _time GUID publicationId DocAction &lt;/P&gt;

&lt;P&gt;Is this because I have to do a number of summary backloads and specify the earliest and latest as -100d@d -75d@d and -75d@d -50d@d etc?&lt;/P&gt;

&lt;P&gt;If so how do I overcome the back load issue? &lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 11:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157825#M44462</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-08-11T11:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Will _time of raw events in an index change in the summary index if searches to summarize data are run using an admin account set to a different timezone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157826#M44463</link>
      <description>&lt;P&gt;It makes no sense to do a Summary Index by seconds unless you are testing out some theory.   If you are running all of your SI-populating searches &lt;EM&gt;AND&lt;/EM&gt; your test searches under the same user (so the same TZ setting is being applied to the concept of "day", then they should line up.  if they do not, the problem is likely that you are not accounting for pipeline lag and are doing your SI-populating searches "too soon" in that they are doing the summary for "last hour" before all the events that will eventually be in "last hour" have been indexed.  This is why the documentation strongly advises doing your hourly SI-populating search from -2h@h to -1h@h instead of from -1h@h to 0h@h.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 01:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157826#M44463</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-14T01:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Will _time of raw events in an index change in the summary index if searches to summarize data are run using an admin account set to a different timezone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157827#M44464</link>
      <description>&lt;P&gt;Thank you for the reply and for the information regarding the time delay.  I have discovered the difference is down to an error in a testers lookup across apps.  &lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:18:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Will-time-of-raw-events-in-an-index-change-in-the-summary-index/m-p/157827#M44464</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-08-14T08:18:55Z</dc:date>
    </item>
  </channel>
</rss>

