<?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: HTTP Event Collector in a distributed environment with load balanced Heavy Forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476952#M81882</link>
    <description>&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Set it to $decideOnStartup. This will set host to hostname of executing server. This occurs on each splunkd startup.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host = $decideOnStartup
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If you don't set the host then it'll be &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;serverIP*&lt;EM&gt;&amp;gt;:&amp;lt;&lt;/EM&gt;&lt;EM&gt;port&lt;/EM&gt;&lt;EM&gt;&amp;gt;&lt;/EM&gt;*, where serverIP server IP where heavy forwarder is installed and port used by HEC for receiving data.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If you change the index name then inputs.conf changes should be pushed from deployment server.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 30 Sep 2020 04:15:39 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2020-09-30T04:15:39Z</dc:date>
    <item>
      <title>HTTP Event Collector in a distributed environment with load balanced Heavy Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476951#M81881</link>
      <description>&lt;P&gt;I have a pair of heavy forwarders that is load balanced by a round robin DNS record.&lt;/P&gt;

&lt;P&gt;I want to set them up as  HTTP Event Collectors as described in the documentation:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.2/Data/ScaleHTTPEventCollector"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.2/Data/ScaleHTTPEventCollector&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have enabled the deployment server by setting: useDeploymentServer=1&lt;/P&gt;

&lt;P&gt;When I configure my token is now writes to: /opt/splunk/etc/deployment-apps &lt;/P&gt;

&lt;P&gt;When the token is created on the deployment server it looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[http://openshift]
disabled = 0
host = &amp;lt;myDeploymentServerName&amp;gt;
index = kubernetes_test
sourcetype = kubernetes
token = &amp;lt;mytoken&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If I push this out my host= will not match either of the two HF's the config is going to. Do I need to push out a separate config for each HF? Can I manually update the host name? Can I put multiple hosts on that line?&lt;/P&gt;

&lt;P&gt;My second question is: I had to manually change the name of index because the HF's aren't part of the index cluster. Will that impact anything? &lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 14:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476951#M81881</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2020-02-20T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Event Collector in a distributed environment with load balanced Heavy Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476952#M81882</link>
      <description>&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Set it to $decideOnStartup. This will set host to hostname of executing server. This occurs on each splunkd startup.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host = $decideOnStartup
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If you don't set the host then it'll be &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;serverIP*&lt;EM&gt;&amp;gt;:&amp;lt;&lt;/EM&gt;&lt;EM&gt;port&lt;/EM&gt;&lt;EM&gt;&amp;gt;&lt;/EM&gt;*, where serverIP server IP where heavy forwarder is installed and port used by HEC for receiving data.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If you change the index name then inputs.conf changes should be pushed from deployment server.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476952#M81882</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-09-30T04:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Event Collector in a distributed environment with load balanced Heavy Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476953#M81883</link>
      <description>&lt;P&gt;Can any of the fields be updated manually so long as they are pushed back out? Looks like your suggestion of $decideOnStartup is working for me.&lt;/P&gt;

&lt;P&gt;But, lets say I wanted to change the [&lt;A href="http://openshift"&gt;http://openshift&lt;/A&gt;] to {&lt;A href="http://kubernetes"&gt;http://kubernetes&lt;/A&gt;] is that and the other things in the stanza okay to edit so long as the token ID is left the same?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 15:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476953#M81883</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2020-02-20T15:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Event Collector in a distributed environment with load balanced Heavy Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476954#M81884</link>
      <description>&lt;P&gt;Yes, you can edit  and it's parameters keeping token ID same.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 16:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-in-a-distributed-environment-with-load/m-p/476954#M81884</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-02-20T16:46:38Z</dc:date>
    </item>
  </channel>
</rss>

