<?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 double forward to Splunk On-Prem and Cloud in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648497#M27244</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258086"&gt;@miwasef&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that there's an error in the connection with Splunk Cloud.&lt;/P&gt;&lt;P&gt;So did you used the App downaloaded from Splunk Cloud for connection?&lt;/P&gt;&lt;P&gt;At first debug the connection without the second forwardring, then modify outputs.conf as I described but maintaining the configurations that you have from your Splunk Cloud.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 10:04:31 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-06-28T10:04:31Z</dc:date>
    <item>
      <title>Is there a way for HF double forward to Splunk On-Prem and Cloud?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648171#M27231</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;In our infrastructure we are integrating a heavy forwarder belonging to another company.&lt;BR /&gt;We would need this HF to send logs to both siems, below is a diagram:&lt;/P&gt;
&lt;P&gt;In our company (APP1):&lt;BR /&gt;Universal Forwarder -&amp;gt; Heavy Forwarder -&amp;gt; Splunk Cloud&lt;/P&gt;
&lt;P&gt;Company to integrate (APP2):&lt;BR /&gt;Universal Forwarder -&amp;gt; Heavy Forwarder -&amp;gt; Splunk On-Prem&lt;/P&gt;
&lt;P&gt;here are the output files:&lt;/P&gt;
&lt;P&gt;---APP1---&lt;/P&gt;
&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = splunkcloud_APP1&lt;BR /&gt;useAck=true&lt;/P&gt;
&lt;P&gt;[tcpout:splunkcloud_splunkcloud_APP1]&lt;BR /&gt;server = inputs1.APP1-splunkcloud.splunkcloud.com:9997, inputs2.APP1-splunkcloud.splunkcloud.com:9997, inputs3.APP1-splunkcloud.splunkcloud.com:9997, inputs4.APP1-splunkcloud.splunkcloud.com:9997, inputs5.APP1-splunkcloud.splunkcloud.com:9997, inputs6.APP1-splunkcloud.splunkcloud.com:9997, inputs7.APP1-splunkcloud.splunkcloud.com:9997, inputs8.APP1-splunkcloud.splunkcloud.com:9997, inputs9.APP1-splunkcloud.splunkcloud.com:9997, inputs10.APP1-splunkcloud.splunkcloud.com:9997, inputs11.APP1-splunkcloud.splunkcloud.com:9997, inputs12.APP1-splunkcloud.splunkcloud.com:9997, inputs13.APP1-splunkcloud.splunkcloud.com:9997, inputs14.APP1-splunkcloud.splunkcloud.com:9997, inputs15.APP1-splunkcloud.splunkcloud.com:9997&lt;BR /&gt;compressed = false&lt;/P&gt;
&lt;P&gt;clientCert = /opt/splunk/etc/apps/APP1/default/APP1-splunkcloud_server.pem&lt;/P&gt;
&lt;P&gt;sslCommonNameToCheck = *.APP1-splunkcloud.splunkcloud.com&lt;BR /&gt;sslVerifyServerCert = true&lt;BR /&gt;useClientSSLCompression = true&lt;BR /&gt;autoLBFrequency = 120&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---APP2---&lt;/P&gt;
&lt;P&gt;[tcpout:APP2]&lt;BR /&gt;server = 172.28.xxx.xxx:9997&lt;BR /&gt;autoLBFrequency = 180&lt;BR /&gt;compressed = true&lt;BR /&gt;clientCert = $SPLUNK_HOME/etc/auth/server.pem&lt;BR /&gt;sslPassword = []&lt;BR /&gt;sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem&lt;BR /&gt;sslVerifyServerCert = false&lt;/P&gt;
&lt;P&gt;So we have two apps and we tried to merge them, so as to have a single app with a single output file and the certificates in the same folder. We also implemented the necessary CMs for communications and created the same indexes on the splunk cloud.&lt;BR /&gt;We applied these configurations to the company's HF to be integrated. The problem is that it only communicates with its on-prem Splunk.&lt;BR /&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 15:06:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648171#M27231</guid>
      <dc:creator>miwasef</dc:creator>
      <dc:date>2023-06-26T15:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648173#M27232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258086"&gt;@miwasef&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you have to merge the two outputs.conf in one as described in&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Route_inputs_to_specific_indexers_based_on_the_data_input" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Route_inputs_to_specific_indexers_based_on_the_data_input&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you configured _TCP_ROUTING parameter in your inputs.conf?&lt;/P&gt;&lt;P&gt;Sometimes this was the issue.&lt;/P&gt;&lt;P&gt;I suppose that you already checked the connection between the App2 UF and the App1 HF.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 08:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648173#M27232</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-26T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648496#M27243</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Still doesn't work, i found this error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;06-28-2023 09:55:09.093 +0000 WARN&amp;nbsp; TcpOutputProc [32647 indexerPipe] - The TCP output processor has paused the data flow. Forwarding to host_dest=inputs1.APP1-splunkcloud.splunkcloud.com inside output group splunkcloud_20223906_9aaa4b04213d9a0a44dc1eb274307fd1 from host_src=APP2 has been blocked for blocked_seconds=120. This can stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 09:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648496#M27243</guid>
      <dc:creator>miwasef</dc:creator>
      <dc:date>2023-06-28T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648497#M27244</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258086"&gt;@miwasef&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that there's an error in the connection with Splunk Cloud.&lt;/P&gt;&lt;P&gt;So did you used the App downaloaded from Splunk Cloud for connection?&lt;/P&gt;&lt;P&gt;At first debug the connection without the second forwardring, then modify outputs.conf as I described but maintaining the configurations that you have from your Splunk Cloud.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 10:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648497#M27244</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-28T10:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648498#M27245</link>
      <description>&lt;P&gt;No i didn't, i just extracted my app folder from my HF and copied in the other one and then made a merge.&lt;/P&gt;&lt;P&gt;Do i have to install the app?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason why I didn't install the app (but proceeded manually) is because we have to do a double forwarding and I don't want the old points to be changed afterwards.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 10:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648498#M27245</guid>
      <dc:creator>miwasef</dc:creator>
      <dc:date>2023-06-28T10:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648500#M27246</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258086"&gt;@miwasef&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;where do you want to locate the fork:&lt;/P&gt;&lt;P&gt;if in the UF, you don't need the app from Splunk Cloud, but only the outputs.conf to point to the HFs.&lt;/P&gt;&lt;P&gt;If in the HF, you need to start from the Splunk cloud app.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 10:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648500#M27246</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-28T10:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648537#M27247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now it works on the new HF but not in the old that has always worked.&lt;/P&gt;&lt;P&gt;i get this error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;06-28-2023 13:23:40.046 +0000 WARN&amp;nbsp; TcpOutputProc [13655 indexerPipe] - The TCP output processor has paused the data flow. Forwarding to host_dest=172.xx.xx.xx inside output group group1 from host_src=APP2 has been blocked for blocked_seconds=30. This can stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648537#M27247</guid>
      <dc:creator>miwasef</dc:creator>
      <dc:date>2023-06-28T13:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648538#M27248</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258086"&gt;@miwasef&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me summarize:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you want to send the logs of the UF2 both to HF1 and HF2,&lt;/LI&gt;&lt;LI&gt;HF1 sens to Splunk Cloud and HF2 send to Splunk On-premise,&lt;/LI&gt;&lt;LI&gt;is it correct?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if this is your requirement, you need to modify the outputs.conf in UF2 (only on UF2) merging the outputs.conf of UF1 and UF2, not using the defaukt group.&lt;/P&gt;&lt;P&gt;Do you enabled ack on both the HFs? it seems that you enabled only on HF1 and not also in HF2, is it correct?&lt;/P&gt;&lt;P&gt;Acking must be enabled on sender and receiver.&lt;/P&gt;&lt;P&gt;I try to merge the two outputs.conf, but check if I correctly reported all the items:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout:splunkcloud_splunkcloud_APP1]
server = inputs1.APP1-splunkcloud.splunkcloud.com:9997, inputs2.APP1-splunkcloud.splunkcloud.com:9997, inputs3.APP1-splunkcloud.splunkcloud.com:9997, inputs4.APP1-splunkcloud.splunkcloud.com:9997, inputs5.APP1-splunkcloud.splunkcloud.com:9997, inputs6.APP1-splunkcloud.splunkcloud.com:9997, inputs7.APP1-splunkcloud.splunkcloud.com:9997, inputs8.APP1-splunkcloud.splunkcloud.com:9997, inputs9.APP1-splunkcloud.splunkcloud.com:9997, inputs10.APP1-splunkcloud.splunkcloud.com:9997, inputs11.APP1-splunkcloud.splunkcloud.com:9997, inputs12.APP1-splunkcloud.splunkcloud.com:9997, inputs13.APP1-splunkcloud.splunkcloud.com:9997, inputs14.APP1-splunkcloud.splunkcloud.com:9997, inputs15.APP1-splunkcloud.splunkcloud.com:9997
compressed = false
useAck=true
clientCert = /opt/splunk/etc/apps/APP1/default/APP1-splunkcloud_server.pem
sslCommonNameToCheck = *.APP1-splunkcloud.splunkcloud.com
sslVerifyServerCert = true
useClientSSLCompression = true
autoLBFrequency = 120

[tcpout:APP2]
server = 172.28.xxx.xxx:9997
autoLBFrequency = 180
compressed = true
clientCert = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = []
sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem
sslVerifyServerCert = false&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648538#M27248</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-28T13:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648568#M27249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We finally got double forwarding working, the only problem is that the windows logs stopped reaching both siems. In this case where windows sending logs via agent, is there something different to do?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 16:10:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648568#M27249</guid>
      <dc:creator>miwasef</dc:creator>
      <dc:date>2023-06-28T16:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648572#M27250</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;do we have to do the same procedure that we made in the HF in the UF?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 16:39:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648572#M27250</guid>
      <dc:creator>miwasef</dc:creator>
      <dc:date>2023-06-28T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: HF double forward to Splunk On-Prem and Cloud</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648621#M27251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258086"&gt;@miwasef&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could do the same thing also on HF, but remember that on HF you have to merge the two actual outputs.conf with also the one to Splunk Cloud.&lt;/P&gt;&lt;P&gt;But, in this case, you will end to both the environments all the logs passing through the second HF.&lt;/P&gt;&lt;P&gt;This is the usual approach I prefer, I don't like to put the fork on UF!&lt;/P&gt;&lt;P&gt;There could be a problem if you don't want to send all data passing through HF2 also to Splunk Cloud, because in this case you have to apply a filter on it.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 07:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-way-for-HF-double-forward-to-Splunk-On-Prem-and-Cloud/m-p/648621#M27251</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-29T07:33:40Z</dc:date>
    </item>
  </channel>
</rss>

