<?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: Indexer and Heavy Forwarder in once? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265265#M50889</link>
    <description>&lt;P&gt;Hi, A heavy forwarder is a full splunk install. You can use a single system for all splunk functionalities as long as it fits your requirements. A single splunk instance can be configured to do both forwarding and indexing without impacting your current setup (assuming configurations are done correctly). Check out the documentation &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Routeandfilterdatad"&gt;here&lt;/A&gt;:&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 14:53:04 GMT</pubDate>
    <dc:creator>Yasaswy</dc:creator>
    <dc:date>2015-10-07T14:53:04Z</dc:date>
    <item>
      <title>Indexer and Heavy Forwarder in once?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265264#M50888</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;

&lt;P&gt;we would like to forward a subset of syslog data to a 3rd party syslog host.&lt;BR /&gt;
So, no problem, this is possible with a forwarder or a heavy forwarder (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;). &lt;/P&gt;

&lt;P&gt;But, I want to do this on our (single) indexer.&lt;BR /&gt;
What happens if I add a outputs.conf, and so change the indexer to a heavy forwarder?&lt;/P&gt;

&lt;P&gt;Is still everything (search, dashboards, alerts, ...) working as it should, plus the posibilities of a heavy forwarder?&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265264#M50888</guid>
      <dc:creator>wplank</dc:creator>
      <dc:date>2015-10-07T05:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer and Heavy Forwarder in once?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265265#M50889</link>
      <description>&lt;P&gt;Hi, A heavy forwarder is a full splunk install. You can use a single system for all splunk functionalities as long as it fits your requirements. A single splunk instance can be configured to do both forwarding and indexing without impacting your current setup (assuming configurations are done correctly). Check out the documentation &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Routeandfilterdatad"&gt;here&lt;/A&gt;:&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265265#M50889</guid>
      <dc:creator>Yasaswy</dc:creator>
      <dc:date>2015-10-07T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer and Heavy Forwarder in once?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265266#M50890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would not do it this way. I'd  leave the job to the universal forwarder.&lt;/P&gt;

&lt;P&gt;If you do want to have your indexer send the events to 3rd party, you will need this in your outputs.conf&lt;BR /&gt;
[indexAndForward]&lt;BR /&gt;
index=true&lt;BR /&gt;
selectiveIndexing=true&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#
# Perform selective indexing and forwarding
#
# With a heavy forwarder only, you can index and store data locally, as well as
# forward the data onwards to a receiving indexer. There are two ways to do
# this:

# 1. In outputs.conf:
[tcpout]
defaultGroup = indexers

[indexAndForward]
index=true
selectiveIndexing=true

[tcpout:indexers]
server = 10.1.1.197:9997, 10.1.1.200:9997

# 2. In inputs.conf, Add _INDEX_AND_FORWARD_ROUTING for any data that you want
#    index locally, and
_TCP_ROUTING=&amp;lt;target_group&amp;gt; for data to be forwarded.

[monitor:///var/log/messages/]
_INDEX_AND_FORWARD_ROUTING=local

[monitor:///var/log/httpd/]
_TCP_ROUTING=indexers
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265266#M50890</guid>
      <dc:creator>chaker</dc:creator>
      <dc:date>2015-10-07T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer and Heavy Forwarder in once?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265267#M50891</link>
      <description>&lt;P&gt;Indexer/Search Head/Heavy Forwarder/Deployment server/License Master are the roles that you assign to your Splunk Enterprise instance. One instance can perform multiple role (may be all of the roles if configured).&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexer-and-Heavy-Forwarder-in-once/m-p/265267#M50891</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-07T15:03:36Z</dc:date>
    </item>
  </channel>
</rss>

