<?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 scaling HEC on heavy forwarders in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342893#M19993</link>
    <description>&lt;P&gt;currently I am using single heavy forwarders as my HEC and the token generated  from one heavy forwarders,  however to avoid single point of failure I want expand to other 3 heavy forwarders but as the token generated from one single server how to use that one token to the rest for forwarder. any feedback highly appreciate it.&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sun, 17 Dec 2017 18:21:16 GMT</pubDate>
    <dc:creator>raindrop18</dc:creator>
    <dc:date>2017-12-17T18:21:16Z</dc:date>
    <item>
      <title>scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342893#M19993</link>
      <description>&lt;P&gt;currently I am using single heavy forwarders as my HEC and the token generated  from one heavy forwarders,  however to avoid single point of failure I want expand to other 3 heavy forwarders but as the token generated from one single server how to use that one token to the rest for forwarder. any feedback highly appreciate it.&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2017 18:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342893#M19993</guid>
      <dc:creator>raindrop18</dc:creator>
      <dc:date>2017-12-17T18:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342894#M19994</link>
      <description>&lt;P&gt;You can manually create inputs on your HFs (or build an app to deploy them) and set the token across your environment.&lt;/P&gt;

&lt;P&gt;In inputs.conf you need:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[http://your input name]
disabled = 0
token =your_token
&amp;lt;any other settings&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Dec 2017 09:31:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342894#M19994</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-18T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342895#M19995</link>
      <description>&lt;P&gt;thanks much for response, do you have a doc link for the setup. I like to see the other settiing like index so on. appreciate it again.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:00:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342895#M19995</guid>
      <dc:creator>raindrop18</dc:creator>
      <dc:date>2017-12-18T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342896#M19996</link>
      <description>&lt;P&gt;Sure: &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/admin/Inputsconf#http:_.28HTTP_Event_Collector.29"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.1/admin/Inputsconf#http:_.28HTTP_Event_Collector.29&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;that covers all input parameters across all input types, but it will take you straight to the HEC specific settings to start.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342896#M19996</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-18T14:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342897#M19997</link>
      <description>&lt;P&gt;Side note: Although the Splunk UI will generate you a 'token' you can use any valid 128 bit GUID/UUID which you can generate outside of Splunk, there is no 'magic' in the value Splunk generates for you!&lt;BR /&gt;
&lt;A href="https://www.guidgenerator.com/"&gt;https://www.guidgenerator.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:09:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342897#M19997</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-18T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342898#M19998</link>
      <description>&lt;P&gt;thanks, last question is that possible  to create multiple endpoint and token in one input.conf?  I have multiple HEC endpoint pointing different index and source type. one input.conf can handle that or I need multiple input.conf.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342898#M19998</guid>
      <dc:creator>raindrop18</dc:creator>
      <dc:date>2017-12-19T18:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342899#M19999</link>
      <description>&lt;P&gt;That’s fine, you can load them all up in one file, as long as the input names and tokens are  unique. &lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342899#M19999</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-19T18:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342900#M20000</link>
      <description>&lt;P&gt;appreciate the quick response.  is this works&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[http]
index = A
sourcetype = log4j
disabled = 0

[http://collector-A]
disabled = 0
host = splunk-server
index = my-test1
indexes = my-test1
source = test1
token = XXXXXXXXXXXXXXXXXXXXXX
sourcetype = log4j


[http]
index = B
sourcetype = log4j
disabled = 0

[http://collector-B]
disabled = 0
host = splunk-server
index = my-test2
indexes = my-test2
source = test2
token = XXXXXXXXXXXXXXXXXXXXXX
sourcetype = log4j
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Dec 2017 19:00:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342900#M20000</guid>
      <dc:creator>raindrop18</dc:creator>
      <dc:date>2017-12-19T19:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342901#M20001</link>
      <description>&lt;P&gt;Apologies for poor formatting. (I am on a phone) but this should be all you need. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [http://collector-A]
 disabled = 0
 host = splunk-server
 index = my-test1
 source = test1
 token = XXXXXXXXXXXXXXXXXXXXXX
 sourcetype = log4j

 [http://collector-B]
 disabled = 0
 host = splunk-server
index = my-test2
 source = test2
 token = XXXXXXXXXXXXXXXXXXXXXX

 sourcetype = log4j
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Dec 2017 19:06:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342901#M20001</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-19T19:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342902#M20002</link>
      <description>&lt;P&gt;thank you so very much!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 19:09:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342902#M20002</guid>
      <dc:creator>raindrop18</dc:creator>
      <dc:date>2017-12-19T19:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342903#M20003</link>
      <description>&lt;P&gt;Hi raindrop18,&lt;/P&gt;

&lt;P&gt;I'm using a cluster of Heavy Forwarders as HEC endpoints and I'm controlling it from master. I set my Heavy Forwarder to be a deployment client and I distribute HEC token from master to all of them !!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:43:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342903#M20003</guid>
      <dc:creator>fabiocaldas</dc:creator>
      <dc:date>2018-02-15T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: scaling HEC on heavy forwarders</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342904#M20004</link>
      <description>&lt;P&gt;Hi @fabiocaldas, &lt;BR /&gt;
Do you mean your cluster master is also a deployment server?&lt;BR /&gt;
(I note that this is not a supported configuration, even though it works)&lt;/P&gt;

&lt;P&gt;I hate to be pedantic, but in Splunk  terminonology ‘cluster’ has a specific meaning. You can have a team, group, collection or even a pool of heavy forwarders, but you should avoid using the term ‘cluster’ to avoid confusion. &lt;/P&gt;

&lt;P&gt;I think what your saying is your ‘pool’ of heavy forwarders are deployment clients of your deployment server.  &lt;/P&gt;

&lt;P&gt;The fact that your DS may (or may not be) collocated with your “indexer cluster master” is immaterial, but I would caution others from doing so. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 17:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/scaling-HEC-on-heavy-forwarders/m-p/342904#M20004</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-02-15T17:55:36Z</dc:date>
    </item>
  </channel>
</rss>

