<?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 Remove Old Summary Index in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24821#M225</link>
    <description>&lt;P&gt;Hi - does anyone know how to remove old summary index data?  I have a few summary indexes saved in the system that was running the wrong query and thus indexed the wrong data.  Every time I pull the data from that summary index report it will mix the wrong data into the result.  We wanted to start over again, is there anyway to delete a particular summary index data or just clear that particular summary index report?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2010 04:29:23 GMT</pubDate>
    <dc:creator>clincg</dc:creator>
    <dc:date>2010-08-04T04:29:23Z</dc:date>
    <item>
      <title>Remove Old Summary Index</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24821#M225</link>
      <description>&lt;P&gt;Hi - does anyone know how to remove old summary index data?  I have a few summary indexes saved in the system that was running the wrong query and thus indexed the wrong data.  Every time I pull the data from that summary index report it will mix the wrong data into the result.  We wanted to start over again, is there anyway to delete a particular summary index data or just clear that particular summary index report?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 04:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24821#M225</guid>
      <dc:creator>clincg</dc:creator>
      <dc:date>2010-08-04T04:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Old Summary Index</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24822#M226</link>
      <description>&lt;P&gt;You can delete the contents of the summary index by running :&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk stop&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk clean eventdata -index summary&lt;/P&gt;

&lt;P&gt;Note that this will completely wipe that index, no events will be kept.&lt;/P&gt;

&lt;P&gt;EDIT : The python script $SPLUNK_HOME/bin/fill_summary_index.py can be used to back-fill the summary index.&lt;/P&gt;

&lt;P&gt;For more information about the usage of that script, see :&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.4/Knowledge/Managesummaryindexgapsandoverlaps#Use_the_backfill_script_to_add_other_data_or_fill_summary_index_gaps" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.4/Knowledge/Managesummaryindexgapsandoverlaps#Use_the_backfill_script_to_add_other_data_or_fill_summary_index_gaps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 05:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24822#M226</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2010-08-04T05:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Old Summary Index</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24823#M227</link>
      <description>&lt;P&gt;You should be able to keep the incorrect data from showing up with &lt;CODE&gt;| delete&lt;/CODE&gt;. Come up with a search that only shows the bad data as a result, and then pipe it to &lt;CODE&gt;delete&lt;/CODE&gt;. Note that this will not actually delete the data out of the index, but prevent it from showing up in future searches.&lt;/P&gt;

&lt;P&gt;More info: &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/RemovedatafromSplunk" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Admin/RemovedatafromSplunk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 19:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24823#M227</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-08-04T19:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Old Summary Index</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24824#M228</link>
      <description>&lt;P&gt;Backfilling does not require much work (in 4.x and up). Splunk comes with a backfill script that can backfill any summary index (or set of them) over any period with a single command line.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2010 01:09:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24824#M228</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-05T01:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Old Summary Index</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24825#M229</link>
      <description>&lt;P&gt;I stand corrected, then. Thanks, G!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24825#M229</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2010-08-05T04:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Old Summary Index</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24826#M230</link>
      <description>&lt;P&gt;Thanks, the " | delete" actually works.  Never thought of the "delete" command works for the summary index data as well.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2010 05:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Remove-Old-Summary-Index/m-p/24826#M230</guid>
      <dc:creator>clincg</dc:creator>
      <dc:date>2010-08-05T05:19:35Z</dc:date>
    </item>
  </channel>
</rss>

