<?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: Need help in Summary Indexing in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80175#M805</link>
    <description>&lt;P&gt;How will it kill the box? this is how you do summary indexing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; If you are talking about the backfill then you don't have to backfill at all, if you did want to you could set it to one search and leave it overnight&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2013 18:10:56 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2013-01-08T18:10:56Z</dc:date>
    <item>
      <title>Need help in Summary Indexing</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80171#M801</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am using a summary indexing to get a chart but it doesn't look like its helping much. I need to have a chart of counts of incidents in last 31days and the search I had before was probably not helping much as I did it on time.&lt;/P&gt;

&lt;P&gt;It doesn't help much as there will be incidents on different time. Would it help if I summarize it for one day and run at midnight to collect the results of the previous day and just use that? &lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80171#M801</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2013-01-07T21:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Summary Indexing</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80172#M802</link>
      <description>&lt;P&gt;what you could try is to use &lt;CODE&gt;bucket&lt;/CODE&gt; :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=xxx| dedup record.incidentId | bucket _time span=1d |sistats count by _time record.priority record.groupArea record.assignmentGroup record.groupDepartment record.affectedCI
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jan 2013 06:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80172#M802</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2013-01-08T06:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Summary Indexing</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80173#M803</link>
      <description>&lt;P&gt;To offer an alternative to the right Honourable MarioM &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Just run it after midnight for the previous day, every day.&lt;BR /&gt;
To create your first set of data just run the backfill script to populate your index with the last X days of data and from then on it will update each night. Usually I run SI searches for the previous day at around 1am just so I'm happy all events have arrived and because its a nice round number &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;E.G. Each night run this for the previous day;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=xxx earliest=-1d@d latest=-0d@d | dedup record.incidentId|sistats count by record.priority record.groupArea record.assignmentGroup record.groupDepartment record.affectedCI
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Backfill with;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk cmd python fill_summary_index.py -app APPNAME -name "SAVEDSEARCHNAME" -et EARLIESTTIMEMODIFIER -lt LATESTTIMEMODIFER -j 2 -owner SEARCHOWNER
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It will prompt for user details when run and the timemodifers are the usual splunk ones, to backfill for a month you can use &lt;CODE&gt;-et -1mon@mon -lt -0d@d&lt;/CODE&gt;    &amp;lt;-- I say one day as your new scheduled search will pick up the current days events when it executes.&lt;/P&gt;

&lt;P&gt;The -j flag sets how many concurrent searches it runs, I have put 2 but you can increase this if you have the spec and its not a busy box.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 08:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80173#M803</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-01-08T08:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Summary Indexing</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80174#M804</link>
      <description>&lt;P&gt;I did think of doing this, but it will kill the box with the cpu usage &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 15:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80174#M804</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2013-01-08T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Summary Indexing</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80175#M805</link>
      <description>&lt;P&gt;How will it kill the box? this is how you do summary indexing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; If you are talking about the backfill then you don't have to backfill at all, if you did want to you could set it to one search and leave it overnight&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 18:10:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-help-in-Summary-Indexing/m-p/80175#M805</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-01-08T18:10:56Z</dc:date>
    </item>
  </channel>
</rss>

