<?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: Will Splunk automatically create an index listed in inputs.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13362#M96483</link>
    <description>&lt;P&gt;At least in version 4.1.2 you'll now see a banner telling you that events are being sent to an unconfigured or disabled index.&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2010 01:05:25 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2010-05-13T01:05:25Z</dc:date>
    <item>
      <title>Will Splunk automatically create an index listed in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13360#M96481</link>
      <description>&lt;P&gt;If our app's inputs.conf uses an index other than "main" (e.g. a custom index for our app) does our app's setup UI (or the user via manual changes) need to create the index? Or will Splunk automatically create the index if it doesn't already exist?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 00:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13360#M96481</guid>
      <dc:creator>Justin_Grant</dc:creator>
      <dc:date>2010-05-13T00:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Will Splunk automatically create an index listed in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13361#M96482</link>
      <description>&lt;P&gt;No it will not be created. Events sent to an unconfigured index will usually be discarded.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 00:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13361#M96482</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-05-13T00:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Will Splunk automatically create an index listed in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13362#M96483</link>
      <description>&lt;P&gt;At least in version 4.1.2 you'll now see a banner telling you that events are being sent to an unconfigured or disabled index.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 01:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13362#M96483</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-05-13T01:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Will Splunk automatically create an index listed in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13363#M96484</link>
      <description>&lt;P&gt;Wolverine, do you see that message when events are being indexed and discarded, or whenever you setup an input with an undefined index?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 23:47:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13363#M96484</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-05-13T23:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Will Splunk automatically create an index listed in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13364#M96485</link>
      <description>&lt;P&gt;A new index will not be created automatically as far as I know.&lt;/P&gt;

&lt;P&gt;The indexes.conf needs to be configured to indicate a new index.&lt;/P&gt;

&lt;P&gt;Some of the important properties in the stanza include &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;NAME_OF_INDEX&amp;gt;]
homePath = $SPLUNK_DB/&amp;lt;NAME_OF_INDEX&amp;gt;/db
coldPath = $SPLUNK_DB/&amp;lt;NAME_OF_INDEX&amp;gt;/colddb
thawedPath = $SPLUNK_DB/&amp;lt;NAME_OF_INDEX&amp;gt;/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 May 2010 03:34:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13364#M96485</guid>
      <dc:creator>Nicholas_Key</dc:creator>
      <dc:date>2010-05-22T03:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Will Splunk automatically create an index listed in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13365#M96486</link>
      <description>&lt;P&gt;The error message will be shown in SplunkWeb when you restart Splunk telling you that the particular index is not configured or disabled.&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2010 03:37:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Will-Splunk-automatically-create-an-index-listed-in-inputs-conf/m-p/13365#M96486</guid>
      <dc:creator>Nicholas_Key</dc:creator>
      <dc:date>2010-05-22T03:37:14Z</dc:date>
    </item>
  </channel>
</rss>

