<?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: HF - How to configure an additonal forwarder for a given sourcetype (Data cloning) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HF-How-to-configure-an-additonal-forwarder-for-a-given/m-p/505282#M86099</link>
    <description>&lt;P&gt;Must wait until Monday before I will get it confirmed that the data is also forwarded to the SOC, but for now at least both the internal logs from the HF and the syslog events are being indexed in our environment as expected&lt;/P&gt;&lt;P&gt;Current config now is - in system\local\outputs.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = default-autolb-group
disabled=false

[indexAndForward]
index=true
selectiveIndexing=true 

[tcpout:default-autolb-group]
server = splunkindex:9997

[tcpout-server://splunkindex.9997]

[tcpout:mnemonic_alc_bc_tcp]
disabled = 0
server=proxy.soc-partner.com:1561
useSSL=true
sendCookedData = false
sslCommonNameToCheck = *.soc-partner.com
sslVerifyServerCert = true
useClientSSLCompression = true
sslRootCAPath = D:\\Splunk\\etc\\auth\\certs\\buypass_class2_ca.pem
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then search\local\inputs.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcp://514]
connection_host = dns
index = network
sourcetype = bluecoat:proxysg:access:syslog
_TCP_ROUTING=default-autolb-group,soc_alc_bc_tcp

[tcp://515]
connection_host = dns
index = network
sourcetype = opsec
_TCP_ROUTING=default-autolb-group,soc_alc_bc_tcp

[tcp://1514]
connection_host = dns
index = network
sourcetype = cisco_syslog
_TCP_ROUTING=default-autolb-group,soc_alc_bc_tcp&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I use the default-autolb-group as defaultgroup, there is no need to override the internal logs.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 12:14:29 GMT</pubDate>
    <dc:creator>rune_hellem</dc:creator>
    <dc:date>2020-06-22T12:14:29Z</dc:date>
    <item>
      <title>HF - How to configure an additonal forwarder for a given sourcetype (Data cloning)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HF-How-to-configure-an-additonal-forwarder-for-a-given/m-p/505261#M86096</link>
      <description>&lt;P&gt;Splunk 8.0.4.1 on Windows 2016&lt;/P&gt;&lt;P&gt;Using a Heavy Forwarder to index syslog data, multiple ports with a sourcetype pr. port. All ports should be forwarded to our default indexer, but in addtion, pr. sourctype/port the data should be forwarded to an additional indexer (to our security operations center).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried similar to&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.0.4/Forwarder/Configureforwardingwithoutputs.conf#Define_typical_forwarder_deployment_topologies" target="_self"&gt;Define typical forwarder deployment topologies&lt;/A&gt;&amp;nbsp;but so far I have only been able to disable all forwarding, which is really not what I want &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible to clone data defined pr. sourcetype to two IDX's?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I think I found the doc that I need :&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.4/Forwarding/Routeandfilterdatad" target="_self"&gt;Perform selective indexing and forwarding&lt;/A&gt;&amp;nbsp;need to read a bit more about&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;_INDEX_AND_FORWARD_ROUTING&lt;/LI-CODE&gt;&lt;P&gt;....I hope....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 20:26:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HF-How-to-configure-an-additonal-forwarder-for-a-given/m-p/505261#M86096</guid>
      <dc:creator>rune_hellem</dc:creator>
      <dc:date>2020-06-19T20:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: HF - How to configure an additonal forwarder for a given sourcetype (Data cloning)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HF-How-to-configure-an-additonal-forwarder-for-a-given/m-p/505282#M86099</link>
      <description>&lt;P&gt;Must wait until Monday before I will get it confirmed that the data is also forwarded to the SOC, but for now at least both the internal logs from the HF and the syslog events are being indexed in our environment as expected&lt;/P&gt;&lt;P&gt;Current config now is - in system\local\outputs.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = default-autolb-group
disabled=false

[indexAndForward]
index=true
selectiveIndexing=true 

[tcpout:default-autolb-group]
server = splunkindex:9997

[tcpout-server://splunkindex.9997]

[tcpout:mnemonic_alc_bc_tcp]
disabled = 0
server=proxy.soc-partner.com:1561
useSSL=true
sendCookedData = false
sslCommonNameToCheck = *.soc-partner.com
sslVerifyServerCert = true
useClientSSLCompression = true
sslRootCAPath = D:\\Splunk\\etc\\auth\\certs\\buypass_class2_ca.pem
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then search\local\inputs.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcp://514]
connection_host = dns
index = network
sourcetype = bluecoat:proxysg:access:syslog
_TCP_ROUTING=default-autolb-group,soc_alc_bc_tcp

[tcp://515]
connection_host = dns
index = network
sourcetype = opsec
_TCP_ROUTING=default-autolb-group,soc_alc_bc_tcp

[tcp://1514]
connection_host = dns
index = network
sourcetype = cisco_syslog
_TCP_ROUTING=default-autolb-group,soc_alc_bc_tcp&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I use the default-autolb-group as defaultgroup, there is no need to override the internal logs.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 12:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HF-How-to-configure-an-additonal-forwarder-for-a-given/m-p/505282#M86099</guid>
      <dc:creator>rune_hellem</dc:creator>
      <dc:date>2020-06-22T12:14:29Z</dc:date>
    </item>
  </channel>
</rss>

