<?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: What are all those brackets inside indexes.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319359#M59656</link>
    <description>&lt;P&gt;The &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/indexesconf" target="_blank"&gt;documentation for indexes.conf&lt;/A&gt; will provide you answers for each of the configuration values.&lt;/P&gt;

&lt;P&gt;The name between the square brackets in indexes.conf defines an index. _internal, _introspection, etc. are all internal indices that are configured by default in Splunk. You can create your own indices, either via the UI, the CLI, REST API or by editing indexes.conf directly.&lt;BR /&gt;
This is documented in good detail &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/Setupmultipleindexes" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;frozenTimePeriodInSecs is set to 6 years by default (in $SPLUNK_HOME/etc/system/default/indexes.conf). You can override it to fit your needs, either per index, or define your own global value. Do all of this either in $SPLUNK_HOME/etc/system/&lt;STRONG&gt;local&lt;/STRONG&gt;/indexes.conf or create a custom app folder under .../etc/apps/myIndexDefs and put your definitions there. &lt;STRONG&gt;Never edit any files in any folders that have default in the name or your changes will be overwritten during the next Splunk upgrade&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;I think giving &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/Setaretirementandarchivingpolicy" target="_blank"&gt;this&lt;/A&gt; a good read may make things a little clearer.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:18:04 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2020-09-29T16:18:04Z</dc:date>
    <item>
      <title>What are all those brackets inside indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319357#M59654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there a documentation that explains what are [_internal], [introspection] , [_splunklogger], etc? I'm trying to understand how frozenTimePeriodInSecs affects what. Now I just change all frozenTimePeriodInSecs under all square brackets to set my retirement policy there should be a result why there are so many square brackets there?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319357#M59654</guid>
      <dc:creator>wuming79</dc:creator>
      <dc:date>2020-09-29T16:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: What are all those brackets inside indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319358#M59655</link>
      <description>&lt;P&gt;Hi wuming79,&lt;/P&gt;

&lt;P&gt;those are called stanzas and represent the start of configuration sections, everything after a stanza until the next stanza applies to it.&lt;BR /&gt;
Find a detailed explanation here &lt;A href="http://docs.splunk.com/Splexicon:Stanza"&gt;http://docs.splunk.com/Splexicon:Stanza&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 01:59:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319358#M59655</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-10-20T01:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: What are all those brackets inside indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319359#M59656</link>
      <description>&lt;P&gt;The &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/indexesconf" target="_blank"&gt;documentation for indexes.conf&lt;/A&gt; will provide you answers for each of the configuration values.&lt;/P&gt;

&lt;P&gt;The name between the square brackets in indexes.conf defines an index. _internal, _introspection, etc. are all internal indices that are configured by default in Splunk. You can create your own indices, either via the UI, the CLI, REST API or by editing indexes.conf directly.&lt;BR /&gt;
This is documented in good detail &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/Setupmultipleindexes" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;frozenTimePeriodInSecs is set to 6 years by default (in $SPLUNK_HOME/etc/system/default/indexes.conf). You can override it to fit your needs, either per index, or define your own global value. Do all of this either in $SPLUNK_HOME/etc/system/&lt;STRONG&gt;local&lt;/STRONG&gt;/indexes.conf or create a custom app folder under .../etc/apps/myIndexDefs and put your definitions there. &lt;STRONG&gt;Never edit any files in any folders that have default in the name or your changes will be overwritten during the next Splunk upgrade&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;I think giving &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/Setaretirementandarchivingpolicy" target="_blank"&gt;this&lt;/A&gt; a good read may make things a little clearer.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:18:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-all-those-brackets-inside-indexes-conf/m-p/319359#M59656</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2020-09-29T16:18:04Z</dc:date>
    </item>
  </channel>
</rss>

