<?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: How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268192#M51452</link>
    <description>&lt;P&gt;Also, we need to see the search that you are using to report out from your summary index.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 17:11:35 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2017-02-02T17:11:35Z</dc:date>
    <item>
      <title>How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268190#M51450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a scheduled report which runs every midnight over last 30 days data and indexing into summary index.&lt;BR /&gt;
But, in summary indexing that result from schedule report is storing with timestamp of 30 days back.&lt;BR /&gt;
Eg: if i run the schedule report on 02/01 over last 30 days data,the result of this storing in summary index with 01/01 timestamp.&lt;/P&gt;

&lt;P&gt;so while calling this summary indexing in my dashboards, i'm using: &lt;STRONG&gt;index=summary et=-30d@d&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;is there any way to store the summary indexing data with today time stamp?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 15:20:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268190#M51450</guid>
      <dc:creator>uhkc777</dc:creator>
      <dc:date>2017-02-02T15:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268191#M51451</link>
      <description>&lt;P&gt;Please share the savedsearch settings and the actual search that are populating your summary index.  &lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268191#M51451</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-02-02T17:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268192#M51452</link>
      <description>&lt;P&gt;Also, we need to see the search that you are using to report out from your summary index.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268192#M51452</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-02-02T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268193#M51453</link>
      <description>&lt;P&gt;where can i find the saved search settings?.&lt;/P&gt;

&lt;P&gt;search query:&lt;BR /&gt;
index=test earliest=-30d@d |table _time,x|timechart span=1d dc(x) as count|stats avg(count) as Avg&lt;BR /&gt;
I'm saving it as report .&lt;BR /&gt;
These are the steps i'm following for summary indexing.&lt;/P&gt;

&lt;P&gt;settings--&amp;gt;searches,Reports--&amp;gt;open this report--&amp;gt;schedule this report everyday midnight---&amp;gt;enable summary indexing--&amp;gt;select summary index&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268193#M51453</guid>
      <dc:creator>uhkc777</dc:creator>
      <dc:date>2017-02-02T17:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268194#M51454</link>
      <description>&lt;P&gt;index=test|eval date=strftime(_time,"%Y-%m-%d")|table Date,x|chart dc(x) by Date|appendcols[|search index=summary earliest=-30d@d|head 1|table Avg]|filldown Avg&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268194#M51454</guid>
      <dc:creator>uhkc777</dc:creator>
      <dc:date>2017-02-02T17:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to ensure data ingested into summary indexing through schedule reports is stored with the timestamp of the date the report is run?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268195#M51455</link>
      <description>&lt;P&gt;If your summary index search result contains field _time, it'll use that as the _time for summary index data. If it doesn't contain _time, then the search's earliest timestamp (which you're using as -30d@d) as _time for summary index result. So if you want to keep the current day (day on which the summary search was run, create a field _time with current day. like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test earliest=-30d@d |table _time,x|timechart span=1d dc(x) as count|stats avg(count) as Avg | eval _time=relative_time(now(),"@d")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Feb 2017 21:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ensure-data-ingested-into-summary-indexing-through/m-p/268195#M51455</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-02-02T21:53:29Z</dc:date>
    </item>
  </channel>
</rss>

