<?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 Splunk Connect 4 Syslog (SC4S) with HEC in a Clustered Environment in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701293#M116060</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm figuring out the best way to address the above situation. We do have a huge multisite cluster with 10 indexers on each site, a dedicated instance should act as the sc4s instance and send everything to a load balancer whose job will be to forward everything to the cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;now, there are several documentations about the implementation but I still can't wrap my head around the direct approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the SC4S config stanza would currently look something like this :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http://SC4S]
disabled = 0
source = sc4s
sourcetype = sc4s:fallback
index = main
indexes = main, _metrics, firewall, proxy
persistentQueueSize  = 10MB
queueSize = 5MB
token = XXXXXX&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;several questions about that tho:&lt;BR /&gt;- I'd need to create a hec token first, before configuring SC4S, but in a clustered environment - where do I create the hec token? I've read that I should create it on the CM and then push it to the peers but how exactly? I can't find much info about the specifics. especially since I try to configure it via config files.. so an example of the correct stanza that has to be pushed out would be somehow great - just can't find any.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- once pushed I need to configure the sc4s on the other side including the generated token (as seen above), does the config here seem correct? theres a lack of example configs so I'm spitballing here a little bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 13:06:38 GMT</pubDate>
    <dc:creator>avoelk</dc:creator>
    <dc:date>2024-10-08T13:06:38Z</dc:date>
    <item>
      <title>Splunk Connect 4 Syslog (SC4S) with HEC in a Clustered Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701293#M116060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm figuring out the best way to address the above situation. We do have a huge multisite cluster with 10 indexers on each site, a dedicated instance should act as the sc4s instance and send everything to a load balancer whose job will be to forward everything to the cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;now, there are several documentations about the implementation but I still can't wrap my head around the direct approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the SC4S config stanza would currently look something like this :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http://SC4S]
disabled = 0
source = sc4s
sourcetype = sc4s:fallback
index = main
indexes = main, _metrics, firewall, proxy
persistentQueueSize  = 10MB
queueSize = 5MB
token = XXXXXX&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;several questions about that tho:&lt;BR /&gt;- I'd need to create a hec token first, before configuring SC4S, but in a clustered environment - where do I create the hec token? I've read that I should create it on the CM and then push it to the peers but how exactly? I can't find much info about the specifics. especially since I try to configure it via config files.. so an example of the correct stanza that has to be pushed out would be somehow great - just can't find any.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- once pushed I need to configure the sc4s on the other side including the generated token (as seen above), does the config here seem correct? theres a lack of example configs so I'm spitballing here a little bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 13:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701293#M116060</guid>
      <dc:creator>avoelk</dc:creator>
      <dc:date>2024-10-08T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Connect 4 Syslog (SC4S) with HEC in a Clustered Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701295#M116061</link>
      <description>&lt;P&gt;Create an app to be pushed from the CM to the IDX tier and put in an inputs.conf file.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.0/Admin/Inputsconf#HTTP_Event_Collector_.28HEC.29_-_Local_stanza_for_each_token" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.0/Admin/Inputsconf#HTTP_Event_Collector_.28HEC.29_-_Local_stanza_for_each_token&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http://sc4s]
token = XXXXX
index = target-index-name
### This is the bare minimum I suggest
### SC4S may require a sourcetype, other vendor sources may already come with that value assigned&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 08 Oct 2024 13:17:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701295#M116061</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-10-08T13:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Connect 4 Syslog (SC4S) with HEC in a Clustered Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701356#M116069</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Check out this link; it might be helpful for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Setting-up-HEC-HTTP-Event-Collector-in-a-indexer-cluster/m-p/560975/highlight/true#M92683" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Getting-Data-In/Setting-up-HEC-HTTP-Event-Collector-in-a-indexer-cluster/m-p/560975/highlight/true#M92683&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 20:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701356#M116069</guid>
      <dc:creator>Jawahir</dc:creator>
      <dc:date>2024-10-08T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Connect 4 Syslog (SC4S) with HEC in a Clustered Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701360#M116070</link>
      <description>&lt;P&gt;All "final" inputs that your LB balances traffic to need to have the same configuration so that they behave identically regardless of where your request is redirected - they have to have the same tokens defined, should set the same default metadata fields should they not be set by the sender, have the same queue parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 21:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Connect-4-Syslog-SC4S-with-HEC-in-a-Clustered-Environment/m-p/701360#M116070</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-10-08T21:10:26Z</dc:date>
    </item>
  </channel>
</rss>

