<?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 to specify an index for storing data from forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39395#M7324</link>
    <description>&lt;P&gt;By specifying a different index inside each monitor stanza in inputs.conf, see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Editinputs.conf#Configuration_settings"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Editinputs.conf#Configuration_settings&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf&lt;/A&gt; for reference.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2013 08:24:03 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2013-05-20T08:24:03Z</dc:date>
    <item>
      <title>How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39394#M7323</link>
      <description>&lt;P&gt;How to specify different indexes for storing data of different source(sourcetype)? &lt;STRONG&gt;The data is coming from remote forwarders.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 08:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39394#M7323</guid>
      <dc:creator>nickcode</dc:creator>
      <dc:date>2013-05-20T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39395#M7324</link>
      <description>&lt;P&gt;By specifying a different index inside each monitor stanza in inputs.conf, see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Editinputs.conf#Configuration_settings"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Editinputs.conf#Configuration_settings&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf&lt;/A&gt; for reference.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 08:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39395#M7324</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-05-20T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39396#M7325</link>
      <description>&lt;P&gt;...on the remote forwarders that is.&lt;/P&gt;

&lt;P&gt;If you can't affect how things are setup on these forwarders, you can also rewrite which index events are stored in by using transforms on the indexer. But really, the best thing is to get it right from the start on the forwarders instead.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 08:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39396#M7325</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-20T08:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39397#M7326</link>
      <description>&lt;P&gt;martin_mueller's solution may not be suitable for my requirement. Then, how to use transforms on the indexer or config the forwarders, Ayn?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 08:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39397#M7326</guid>
      <dc:creator>nickcode</dc:creator>
      <dc:date>2013-05-20T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39398#M7327</link>
      <description>&lt;P&gt;Define an index-time transform on the indexer and have it apply to the appropriate events.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[myfavoritesourcetype]
TRANSFORMS-index=sendtomyindex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sendtomyindex]
REGEX=.
DEST_KEY=_MetaData:Index
FORMAT=myindex
WRITE_META=true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 May 2013 09:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39398#M7327</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-20T09:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39399#M7328</link>
      <description>&lt;P&gt;Thank you, I'll try it. By the way, how to get it right from the start on the forwarders as you refered above.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 09:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39399#M7328</guid>
      <dc:creator>nickcode</dc:creator>
      <dc:date>2013-05-20T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify an index for storing data from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39400#M7329</link>
      <description>&lt;P&gt;See martin's answer for more info on that.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 10:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-specify-an-index-for-storing-data-from-forwarders/m-p/39400#M7329</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-20T10:17:17Z</dc:date>
    </item>
  </channel>
</rss>

