<?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 Using Heavy Forwarders as an intermediary Layer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136145#M28034</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am currently doing a Splunk implementation where I have multiple Universal Forwarders which will be sending information to my Heavy Forwarders, where we will be doing a lot of filtering (thus is why we choose to have HF in between).&lt;/P&gt;

&lt;P&gt;Thus the flow of events as of now is the following: UF -&amp;gt; HF -&amp;gt; Indexer&lt;/P&gt;

&lt;P&gt;I have two questions as of now:&lt;/P&gt;

&lt;P&gt;1.When it comes to TAs for Windows (even for Linux), do I have to place them both on the UF and HF (ofcourse I have to put them on the SH as well) or does it suffice if I put them just on the UF?&lt;/P&gt;

&lt;P&gt;2.When information is coming in my UF into my HF I want them to go to a particular index.  From what I have tested by just adding in the inputs.conf file the following:&lt;/P&gt;

&lt;H2&gt;HF - inputs.conf&lt;/H2&gt;

&lt;P&gt;[splunktcp://9997]&lt;BR /&gt;
index = os_index&lt;/P&gt;

&lt;P&gt;it wont' put the information into the index i want&lt;/P&gt;

&lt;P&gt;Second attempt that i did was try to also modify the inputs.conf at the indexer for that particular HF:&lt;/P&gt;

&lt;P&gt;[splunktcp://HF1:9997]&lt;BR /&gt;
index = os_index&lt;/P&gt;

&lt;P&gt;but still no luck.&lt;/P&gt;

&lt;P&gt;What is the best method to do it?&lt;/P&gt;

&lt;P&gt;I have to add routing information on the HF to push it to the correct index?&lt;/P&gt;

&lt;P&gt;If so, do I need to also deploy the Windows/Linux TAs on the HF as well?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2014 07:07:15 GMT</pubDate>
    <dc:creator>dimitris_vergos</dc:creator>
    <dc:date>2014-09-23T07:07:15Z</dc:date>
    <item>
      <title>Using Heavy Forwarders as an intermediary Layer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136145#M28034</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am currently doing a Splunk implementation where I have multiple Universal Forwarders which will be sending information to my Heavy Forwarders, where we will be doing a lot of filtering (thus is why we choose to have HF in between).&lt;/P&gt;

&lt;P&gt;Thus the flow of events as of now is the following: UF -&amp;gt; HF -&amp;gt; Indexer&lt;/P&gt;

&lt;P&gt;I have two questions as of now:&lt;/P&gt;

&lt;P&gt;1.When it comes to TAs for Windows (even for Linux), do I have to place them both on the UF and HF (ofcourse I have to put them on the SH as well) or does it suffice if I put them just on the UF?&lt;/P&gt;

&lt;P&gt;2.When information is coming in my UF into my HF I want them to go to a particular index.  From what I have tested by just adding in the inputs.conf file the following:&lt;/P&gt;

&lt;H2&gt;HF - inputs.conf&lt;/H2&gt;

&lt;P&gt;[splunktcp://9997]&lt;BR /&gt;
index = os_index&lt;/P&gt;

&lt;P&gt;it wont' put the information into the index i want&lt;/P&gt;

&lt;P&gt;Second attempt that i did was try to also modify the inputs.conf at the indexer for that particular HF:&lt;/P&gt;

&lt;P&gt;[splunktcp://HF1:9997]&lt;BR /&gt;
index = os_index&lt;/P&gt;

&lt;P&gt;but still no luck.&lt;/P&gt;

&lt;P&gt;What is the best method to do it?&lt;/P&gt;

&lt;P&gt;I have to add routing information on the HF to push it to the correct index?&lt;/P&gt;

&lt;P&gt;If so, do I need to also deploy the Windows/Linux TAs on the HF as well?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136145#M28034</guid>
      <dc:creator>dimitris_vergos</dc:creator>
      <dc:date>2014-09-23T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Heavy Forwarders as an intermediary Layer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136146#M28035</link>
      <description>&lt;P&gt;Regarding 1. &lt;/P&gt;

&lt;P&gt;inputs.conf should be in the UF anything else in the HF or Indexer and SH&lt;/P&gt;

&lt;P&gt;Regarding 2.&lt;/P&gt;

&lt;P&gt;This wont work as if you want data to go to a specific index you need to either:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;set it at inputs.conf level in your uf with &lt;CODE&gt;index=&lt;/CODE&gt; but not for &lt;CODE&gt;splunktcp://&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;or use transforms at the heavyforwarder or indexer based on host,source,sourcetype or any specific string on the event itself: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Indexer/Setupmultipleindexes#Send_events_to_specific_indexes"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/Indexer/Setupmultipleindexes#Send_events_to_specific_indexes&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:00:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136146#M28035</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2014-09-23T08:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Heavy Forwarders as an intermediary Layer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136147#M28036</link>
      <description>&lt;P&gt;Yes, you are right, played around with it a bit and now it is working byt adding in the inputs.conf the necessary index.&lt;/P&gt;

&lt;P&gt;Now my questions is the following Regarding Point one.&lt;/P&gt;

&lt;P&gt;I have a deployment server, and I have deployed the Splunk_TA_Windows application to my UFs (which contain my local folder with the inputs.conf, outputs.conf file, and other files/folders such as props.conf etc.).&lt;/P&gt;

&lt;P&gt;Now for my HF I should create a different application on my deployment server that will include all Splunk_TA_Windows files (excluding inputs.conf and outputs.conf, since they are being managed by a different application) is that correct?&lt;/P&gt;

&lt;P&gt;Also for the Search Head, since it will not be doing any receiving of data, do I have to modify anything and create a local directory for the TA_Windows or leave it as is @ $SPLUNK_HOME/etc/apps with its default directory?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:39:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136147#M28036</guid>
      <dc:creator>dimitris_vergos</dc:creator>
      <dc:date>2020-09-28T17:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using Heavy Forwarders as an intermediary Layer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136148#M28037</link>
      <description>&lt;P&gt;the easiest is to just deploy  Splunk_TA_Windows to all and have disabled inputs.conf in local where you dont need to collect the data&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:39:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136148#M28037</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2020-09-28T17:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Heavy Forwarders as an intermediary Layer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136149#M28038</link>
      <description>&lt;P&gt;Thanks MarioM&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 10:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Heavy-Forwarders-as-an-intermediary-Layer/m-p/136149#M28038</guid>
      <dc:creator>dimitris_vergos</dc:creator>
      <dc:date>2014-09-23T10:43:34Z</dc:date>
    </item>
  </channel>
</rss>

