<?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: Summary Index - Index time vs Search Time extraction in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318446#M19242</link>
    <description>&lt;P&gt;You probably want to add a stanza in your props.conf (on your search head) that matches the 'source' (which is the name of the savedsearch that created the summary data).  The 'sourcetype' of summary indexed data is 'stash' by default, and I believe it is advised not to attempt to change this.&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::&amp;lt;savedsearch_name&amp;gt;]
EXTRACT-
REPORT-
...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 25 May 2017 18:01:56 GMT</pubDate>
    <dc:creator>micahkemp</dc:creator>
    <dc:date>2017-05-25T18:01:56Z</dc:date>
    <item>
      <title>Summary Index - Index time vs Search Time extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318443#M19239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have to use a couple of extracted fields in my summary index.&lt;/P&gt;

&lt;P&gt;I have the necessary regex.&lt;/P&gt;

&lt;P&gt;Do I have to make the changes on the indexers or the search heads? Which one do you suggest?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:00:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318443#M19239</guid>
      <dc:creator>namrithadeepak</dc:creator>
      <dc:date>2017-05-25T14:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index - Index time vs Search Time extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318444#M19240</link>
      <description>&lt;P&gt;can you elaborate? what is the search that populates the summary index?&lt;BR /&gt;
i think its best to populate (send data to) summary index with data that is already in a table format / has field-values already defined&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318444#M19240</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-25T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index - Index time vs Search Time extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318445#M19241</link>
      <description>&lt;P&gt;You need to add the search time field extractions on the search head(s) where that summary index search is running.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318445#M19241</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-25T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index - Index time vs Search Time extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318446#M19242</link>
      <description>&lt;P&gt;You probably want to add a stanza in your props.conf (on your search head) that matches the 'source' (which is the name of the savedsearch that created the summary data).  The 'sourcetype' of summary indexed data is 'stash' by default, and I believe it is advised not to attempt to change this.&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::&amp;lt;savedsearch_name&amp;gt;]
EXTRACT-
REPORT-
...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 May 2017 18:01:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318446#M19242</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2017-05-25T18:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index - Index time vs Search Time extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318447#M19243</link>
      <description>&lt;P&gt;If all of your searches on this data should have these fields extracted, then use &lt;CODE&gt;props.conf&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourceTypeHere]
EXTRACT-SourceTypeFields = ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you just need it for this search, then use &lt;CODE&gt;rex&lt;/CODE&gt; in the search SPL:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Rex"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 19:48:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Summary-Index-Index-time-vs-Search-Time-extraction/m-p/318447#M19243</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-25T19:48:09Z</dc:date>
    </item>
  </channel>
</rss>

