<?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: Can anyone explain what is a Splunk Base Search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245224#M73084</link>
    <description>&lt;P&gt;In the context of IT Service Intelligence, KPI base searches can be used to share a search definition across multiple KPIs that use the same data source. For example, you may have several KPIs that are based on the same sets of source events, but are measuring on different fields. You can create base searches to consolidate these KPIs, reduce search load, and improve search performance.&lt;/P&gt;

&lt;P&gt;For info on KPI base searches, see &lt;A href="http://docs.splunk.com/Documentation/ITSI/2.4.0/Configure/HowtocreateKPIsearches#Create_KPI_base_searches"&gt;http://docs.splunk.com/Documentation/ITSI/2.4.0/Configure/HowtocreateKPIsearches#Create_KPI_base_searches&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2016 17:01:19 GMT</pubDate>
    <dc:creator>hjauch_splunk</dc:creator>
    <dc:date>2016-10-17T17:01:19Z</dc:date>
    <item>
      <title>Can anyone explain what is a Splunk Base Search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245220#M73080</link>
      <description>&lt;P&gt;Hello Splunkers&lt;/P&gt;

&lt;P&gt;Can anyone explain in simple terms what is a Splunk Base Search?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 03:20:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245220#M73080</guid>
      <dc:creator>splgeek</dc:creator>
      <dc:date>2016-10-13T03:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain what is a Splunk Base Search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245221#M73081</link>
      <description>&lt;P&gt;The term has two meanings.  The first refers to the part of an SPL query prior to the first '|'.&lt;/P&gt;

&lt;P&gt;The second is used in dashboards and refers to a search query the results of which are used in the later post-processed searches.  See "Post-process searches" in &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Savedsearches"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Savedsearches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 04:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245221#M73081</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-10-13T04:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain what is a Splunk Base Search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245222#M73082</link>
      <description>&lt;P&gt;Extending answer from Richard, the first part of the search is the base search. Consider this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd | stats count by source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The part before first pipe &lt;CODE&gt;index=_internal sourcetype=splunkd&lt;/CODE&gt; is the base search. While in below search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats count WHERE index=_internal sourcetype=splunkd by source | table sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The first portion of the search &lt;CODE&gt;| tstats count WHERE index=_internal sourcetype=splunkd by source&lt;/CODE&gt; is the base search.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 04:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245222#M73082</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-10-13T04:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain what is a Splunk Base Search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245223#M73083</link>
      <description>&lt;P&gt;Thank you guys&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 15:21:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245223#M73083</guid>
      <dc:creator>splgeek</dc:creator>
      <dc:date>2016-10-13T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain what is a Splunk Base Search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245224#M73084</link>
      <description>&lt;P&gt;In the context of IT Service Intelligence, KPI base searches can be used to share a search definition across multiple KPIs that use the same data source. For example, you may have several KPIs that are based on the same sets of source events, but are measuring on different fields. You can create base searches to consolidate these KPIs, reduce search load, and improve search performance.&lt;/P&gt;

&lt;P&gt;For info on KPI base searches, see &lt;A href="http://docs.splunk.com/Documentation/ITSI/2.4.0/Configure/HowtocreateKPIsearches#Create_KPI_base_searches"&gt;http://docs.splunk.com/Documentation/ITSI/2.4.0/Configure/HowtocreateKPIsearches#Create_KPI_base_searches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 17:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-explain-what-is-a-Splunk-Base-Search/m-p/245224#M73084</guid>
      <dc:creator>hjauch_splunk</dc:creator>
      <dc:date>2016-10-17T17:01:19Z</dc:date>
    </item>
  </channel>
</rss>

