<?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: How do I forward data to a specific index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10993#M470</link>
    <description>&lt;P&gt;you specify them on the forwarder.  You will have to configure it either from CLI or modifying the inputs.conf file.&lt;/P&gt;

&lt;P&gt;CLI::&lt;/P&gt;

&lt;P&gt;%SPLUNK%&amp;gt; splunk add monitor /path/to/your/log/ -index specific_index&lt;/P&gt;

&lt;P&gt;Config File::&lt;/P&gt;

&lt;P&gt;modify the %SPLUNK%\etc\system\local\inputs.conf (create it if it doesn't exist)&lt;/P&gt;

&lt;P&gt;[monitor://fileyouremonitoring.log]&lt;/P&gt;

&lt;P&gt;index = specific_index&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2010 20:05:50 GMT</pubDate>
    <dc:creator>BunnyHop</dc:creator>
    <dc:date>2010-04-06T20:05:50Z</dc:date>
    <item>
      <title>How do I forward data to a specific index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10992#M469</link>
      <description>&lt;P&gt;How do I go about configuring splunk forwarders running on Linux to forward to a specific index for Linux-related information? Since my indexer is running on Windows, I ws able to easily configure Windows-specific information to a dedicated index and would like to do the same thing for Linux systems since there are different retention policies for each platform. Thanks.  &lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2010 19:59:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10992#M469</guid>
      <dc:creator>cdavidy</dc:creator>
      <dc:date>2010-04-06T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forward data to a specific index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10993#M470</link>
      <description>&lt;P&gt;you specify them on the forwarder.  You will have to configure it either from CLI or modifying the inputs.conf file.&lt;/P&gt;

&lt;P&gt;CLI::&lt;/P&gt;

&lt;P&gt;%SPLUNK%&amp;gt; splunk add monitor /path/to/your/log/ -index specific_index&lt;/P&gt;

&lt;P&gt;Config File::&lt;/P&gt;

&lt;P&gt;modify the %SPLUNK%\etc\system\local\inputs.conf (create it if it doesn't exist)&lt;/P&gt;

&lt;P&gt;[monitor://fileyouremonitoring.log]&lt;/P&gt;

&lt;P&gt;index = specific_index&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2010 20:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10993#M470</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-04-06T20:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forward data to a specific index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10994#M471</link>
      <description>&lt;P&gt;Assuming you have forwarding to indexer properly configured, as mentioned by BunnyHop, you'll just need to specify the custom index for your input at the Forwarder in an inputs.conf file. &lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/*.log]
index = linux
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It is important to mention that you must verify that the specified custom index exists on the indexer, otherwise your events go into a blackhole (which is the non-existent custom index).  &lt;/P&gt;

&lt;P&gt;The custom index can be created with a custom indexes.conf on your indexer:&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[linux]
homePath   = $SPLUNK_DB/linux/db
coldPath   = $SPLUNK_DB/linux/colddb
thawedPath = $SPLUNK_DB/linux/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-data-to-a-specific-index/m-p/10994#M471</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-07T03:10:59Z</dc:date>
    </item>
  </channel>
</rss>

