<?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: Why does Splunk have multiple indexes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12065#M804</link>
    <description>&lt;P&gt;In addition to gkanapathy's answer, additional indexes seems to be part and parcel of how summary indexing works.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.1/Knowledge/Usesummaryindexing" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.1/Knowledge/Usesummaryindexing&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2010 22:44:40 GMT</pubDate>
    <dc:creator>muebel</dc:creator>
    <dc:date>2010-04-22T22:44:40Z</dc:date>
    <item>
      <title>Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12063#M802</link>
      <description>&lt;P&gt;With Splunk's normalizing timestamp-based event indexing capabilities combined with it's powerful search language and processing commands, one would think that all you need is one big main index.&lt;/P&gt;

&lt;P&gt;So why is there more than one index and what are the reasons for creating additional indexes?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 21:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12063#M802</guid>
      <dc:creator>maverick</dc:creator>
      <dc:date>2010-04-22T21:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12064#M803</link>
      <description>&lt;P&gt;Mulitple indexes are indicated usually for two reasons:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Physical data separation
&lt;UL&gt;
&lt;LI&gt;This may be related to access control of data, but it is not necessary to use separate indexes to control access to data, although with current (v4.1) Splunk management capabilities, access control is easiest to configure with separate indexes.&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Differential retention periods for different data sets
&lt;UL&gt;
&lt;LI&gt;This includes summary indexing of different time densities, test indexes, as well as cases of some data having longer retention requirements than other (often extremely high-volume) data has shorter requirements.&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Performance is not a typical consideration, and the effect of multiple indexes vs a single one for a given set of data varies greatly depending on the exact nature of the data and the exact queries or mix of queries to be performed against it.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 22:12:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12064#M803</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-22T22:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12065#M804</link>
      <description>&lt;P&gt;In addition to gkanapathy's answer, additional indexes seems to be part and parcel of how summary indexing works.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.1/Knowledge/Usesummaryindexing" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.1/Knowledge/Usesummaryindexing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 22:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12065#M804</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2010-04-22T22:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12066#M805</link>
      <description>&lt;P&gt;There are performance goals as well, sparse data (login errors) will be more performant when searched apart from bulk data (firewall rule traversals).  There's administrative overhead in creating multiple indexes (you have to configure them) but when you will have a large amount of data of quite different volumes in high performance environments this can be worthwhile.  This is the main reason that summary indexing goes to a new index (it could use the same one).&lt;/P&gt;

&lt;P&gt;There are more obscure cases as well for performance, such as different segmentation per index, but ideally this is not necessary.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2010 02:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12066#M805</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-04-23T02:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12067#M806</link>
      <description>&lt;P&gt;I have no idea why this was considered the best answer hah&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2010 02:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12067#M806</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2010-04-23T02:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12068#M807</link>
      <description>&lt;P&gt;maverick is on vendetta against me, jrodman, and other Splunk employees on this site.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2010 04:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12068#M807</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-25T04:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why does Splunk have multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12069#M808</link>
      <description>&lt;P&gt;ha! bad Maverick, bad!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2010 00:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-Splunk-have-multiple-indexes/m-p/12069#M808</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-10-07T00:30:05Z</dc:date>
    </item>
  </channel>
</rss>

