<?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 Re-Populate Summary Index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274560#M52665</link>
    <description>&lt;P&gt;Hi @skoelpin,&lt;/P&gt;

&lt;P&gt;You can use &lt;CODE&gt;fill_summary_index.py&lt;/CODE&gt; to back fill the data&lt;/P&gt;

&lt;P&gt;Detailed instructions are available : &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/Knowledge/Managesummaryindexgapsandoverlaps"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.2/Knowledge/Managesummaryindexgapsandoverlaps&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Feb 2016 04:56:12 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2016-02-06T04:56:12Z</dc:date>
    <item>
      <title>How to Re-Populate Summary Index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274559#M52664</link>
      <description>&lt;P&gt;I have a summary index set up to populate every hour. The forwarder that populated the summary index was down for a few days, after starting the forwarder, it grabbed the log files retroactively but did not send that data to the summary index. So how would I get that data from &lt;CODE&gt;index=endeca&lt;/CODE&gt; to &lt;CODE&gt;index=endeca-summary&lt;/CODE&gt; when the forwarder was down?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2016 03:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274559#M52664</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-02-06T03:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Re-Populate Summary Index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274560#M52665</link>
      <description>&lt;P&gt;Hi @skoelpin,&lt;/P&gt;

&lt;P&gt;You can use &lt;CODE&gt;fill_summary_index.py&lt;/CODE&gt; to back fill the data&lt;/P&gt;

&lt;P&gt;Detailed instructions are available : &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/Knowledge/Managesummaryindexgapsandoverlaps"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.2/Knowledge/Managesummaryindexgapsandoverlaps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2016 04:56:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274560#M52665</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-06T04:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Re-Populate Summary Index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274561#M52666</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
See this search code which use Collect command perhaps  it will help you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=endeca |collect index=endeca-summary
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;for more information about collect command see this link &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/SearchReference/Collect"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/SearchReference/Collect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274561#M52666</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2016-02-08T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Re-Populate Summary Index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274562#M52667</link>
      <description>&lt;P&gt;Thanks, this is exactly what I'm trying to do, but running into a problem&lt;/P&gt;

&lt;P&gt;I'm currently on my Splunk indexer and opened up powershell and navigated to &lt;CODE&gt;Splunk\bin&lt;/CODE&gt; where the python script is and I'm entering the below command. After executing this, I'm getting back "Microsoft Windows &lt;A href="https://community.splunk.com/c"&gt;Version 6.3&lt;/A&gt; 2013 Microsoft Corp. All rights Reversed" &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cmd python fill_summary_index.py -index "endeca-summary"  -et 1449730800 -lt 1452898800  -dedup true -auth admin:xxxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*Summary index = endeca-summary&lt;BR /&gt;
*Regular index = endeca&lt;BR /&gt;
*I used epoch time for -et and -lt.. I want to test this out by running it for 1 hour in the middle of my missing data to confirm this works before attempting to backfill the month &lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 21:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274562#M52667</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-02-08T21:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Re-Populate Summary Index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274563#M52668</link>
      <description>&lt;P&gt;The summary index backfill works to re-run the scheduled search (which is populating the summary index) by simulating historical execution. The correct syntax (as mentioned in the link in the answer) is below. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk.exe cmd python fill_summary_index.py -app AppName -name "SearchName" -et epochEarliest -lt epochLatest -dedup true -auth -j N admin:changeme
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where, SearchName is the name of search populating your summary index and AppName is the app containing the search, epochEarliest and epochLatest are epoch time range for the search schedule (not the timerange used in search), N is number of parallel executions. &lt;/P&gt;

&lt;P&gt;And since it requires the search name, it has to be run from Search Head where the search is available/enabled/scheduled.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 22:33:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Re-Populate-Summary-Index/m-p/274563#M52668</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-08T22:33:31Z</dc:date>
    </item>
  </channel>
</rss>

