<?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: Help creating backfill script in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226402#M66748</link>
    <description>&lt;P&gt;The &lt;CODE&gt;-et&lt;/CODE&gt; and &lt;CODE&gt;-lt&lt;/CODE&gt; are parameters which specify the time window it should backfill. &lt;CODE&gt;et&lt;/CODE&gt; stands for earliest time which is 12 weeks ago on the week and &lt;CODE&gt;-lt&lt;/CODE&gt; is latest time which is now&lt;/P&gt;

&lt;P&gt;If this answered your question, can you please accept/like it?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2016 12:21:34 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2016-08-11T12:21:34Z</dc:date>
    <item>
      <title>Help creating backfill script</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226399#M66745</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;Can someone help me create my backfill script? I am creating a new summary index that runs every 10min with a time range of -15m@m to -5m@m, however when I first start using this I would like the previous 12weeks worth of data to be in it as well.. Could anyone help with scripting this (noob). Does this script have to be run by an admin from the cli?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226399#M66745</guid>
      <dc:creator>mwdbhyat</dc:creator>
      <dc:date>2016-08-11T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating backfill script</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226400#M66746</link>
      <description>&lt;P&gt;You will need to run the backfill command on the indexer as root/admin under the &lt;CODE&gt;/bin&lt;/CODE&gt; folder &lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk cmd python fill_summary_index.py -app YOUR_APP -name "SI_Populator" -et -12w@w -lt now -dedup true&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Replace the following&lt;BR /&gt;
&lt;CODE&gt;YOUR_AAPP&lt;/CODE&gt; will need to be the name of the app your using.. It's most likely the search app&lt;BR /&gt;
&lt;CODE&gt;SI_Populator&lt;/CODE&gt; is the name of your populating search&lt;/P&gt;

&lt;P&gt;The -dedup true means that it will not backfill data that's already summarized&lt;/P&gt;

&lt;P&gt;You need to also make sure that the permissions of your populating search are not set to private  &lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226400#M66746</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-11T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating backfill script</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226401#M66747</link>
      <description>&lt;P&gt;Thanks for this! Could you please explain what the -et -1t mean ? &lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226401#M66747</guid>
      <dc:creator>mwdbhyat</dc:creator>
      <dc:date>2016-08-11T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating backfill script</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226402#M66748</link>
      <description>&lt;P&gt;The &lt;CODE&gt;-et&lt;/CODE&gt; and &lt;CODE&gt;-lt&lt;/CODE&gt; are parameters which specify the time window it should backfill. &lt;CODE&gt;et&lt;/CODE&gt; stands for earliest time which is 12 weeks ago on the week and &lt;CODE&gt;-lt&lt;/CODE&gt; is latest time which is now&lt;/P&gt;

&lt;P&gt;If this answered your question, can you please accept/like it?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 12:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226402#M66748</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-11T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating backfill script</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226403#M66749</link>
      <description>&lt;P&gt;Awesome, thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 12:23:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-creating-backfill-script/m-p/226403#M66749</guid>
      <dc:creator>mwdbhyat</dc:creator>
      <dc:date>2016-08-11T12:23:16Z</dc:date>
    </item>
  </channel>
</rss>

