<?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 Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385505#M69244</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I was wondering if it is possible to have one Splunk Windows forwarder on a workstation communicate with 2 separate Splunk environments.&lt;/P&gt;

&lt;P&gt;The MSI installer file is:&lt;/P&gt;

&lt;P&gt;msiexec.exe /i "C:\temp\splunkforwarder-7.1.2-a0c72a66db66-x64-release.msi" AGREETOLICENSE=Yes DEPLOYMENT_SERVER="&lt;STRONG&gt;SplunkServer-1&lt;/STRONG&gt;:59443" SERVICESTARTTYPE=auto SET_ADMIN_USER=0 /l* C:\temp\splunkuflog.log /quiet&lt;/P&gt;

&lt;P&gt;Would like to add &lt;STRONG&gt;SplunkServer-2&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;deploymentclient.conf&lt;/P&gt;

&lt;P&gt;[target-broker:deploymentServer]&lt;BR /&gt;
targetUri = &lt;STRONG&gt;SplunkServer-1&lt;/STRONG&gt;:59443&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 21:59:36 GMT</pubDate>
    <dc:creator>ajdyer2000</dc:creator>
    <dc:date>2020-09-29T21:59:36Z</dc:date>
    <item>
      <title>Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385505#M69244</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I was wondering if it is possible to have one Splunk Windows forwarder on a workstation communicate with 2 separate Splunk environments.&lt;/P&gt;

&lt;P&gt;The MSI installer file is:&lt;/P&gt;

&lt;P&gt;msiexec.exe /i "C:\temp\splunkforwarder-7.1.2-a0c72a66db66-x64-release.msi" AGREETOLICENSE=Yes DEPLOYMENT_SERVER="&lt;STRONG&gt;SplunkServer-1&lt;/STRONG&gt;:59443" SERVICESTARTTYPE=auto SET_ADMIN_USER=0 /l* C:\temp\splunkuflog.log /quiet&lt;/P&gt;

&lt;P&gt;Would like to add &lt;STRONG&gt;SplunkServer-2&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;deploymentclient.conf&lt;/P&gt;

&lt;P&gt;[target-broker:deploymentServer]&lt;BR /&gt;
targetUri = &lt;STRONG&gt;SplunkServer-1&lt;/STRONG&gt;:59443&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:59:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385505#M69244</guid>
      <dc:creator>ajdyer2000</dc:creator>
      <dc:date>2020-09-29T21:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385506#M69245</link>
      <description>&lt;P&gt;To clarify, do you want to use 2 deployment servers for your client? If so, the deployment servers must be kept exactly the same, in terms of apps and configuration. Then you would need to place these behind a CNAME or common DNS entry that resolves to both of your dpeloyment servers, and configure your client to communicate with this. In addition, you will need to set &lt;CODE&gt;crossServerChecksum = true&lt;/CODE&gt; in both serverclass.conf&lt;/P&gt;

&lt;P&gt;What is your use-case for needing this?&lt;/P&gt;

&lt;P&gt;Or are you looking to send event data to 2 separate Splunk deployments? That is a different questions all together&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 22:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385506#M69245</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2018-11-14T22:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385507#M69246</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;You can't connect one deployment client to two deployment servers simultaneously. Only one. For HA you will need to use DNS. &lt;/P&gt;

&lt;P&gt;Also please be aware that using the following command writes deploymentclient.conf into splunkforwarder/etc/system/local, which means it will always be the one that is going to be used and will overwrite any configuration you try to send via DS:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;msiexec.exe /i "C:\temp\splunkforwarder-7.1.2-a0c72a66db66-x64-release.msi" AGREETOLICENSE=Yes DEPLOYMENT_SERVER="SplunkServer-1:59443" SERVICESTARTTYPE=auto SET_ADMIN_USER=0 /l* C:\temp\splunkuflog.log /quiet
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For that reason please avoid using this option "DEPLOYMENT_SERVER="SplunkServer-1:59443" and simply create an application under splunkforwarder/etc/apps/ that contains the deploymentclient.conf file. That will allow you to modify this configuration for all your forwarders from the deployment server. If configuration remains in system/local you will not be able to modify that without manually logging into all your forwarders.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 23:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385507#M69246</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2018-11-14T23:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385508#M69247</link>
      <description>&lt;P&gt;Thanks sduff,&lt;/P&gt;

&lt;P&gt;I want to send event data to 2 separate Splunk deployments.&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Alan&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 14:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385508#M69247</guid>
      <dc:creator>ajdyer2000</dc:creator>
      <dc:date>2018-11-15T14:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385509#M69248</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;I probably was asking the question wrong. &lt;BR /&gt;
I want to send event data to 2 separate Splunk deployments. 1 deployment server&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Alan&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 14:40:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385509#M69248</guid>
      <dc:creator>ajdyer2000</dc:creator>
      <dc:date>2018-11-15T14:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have one Splunk Windows forwarder communicate with two separate Splunk environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385510#M69249</link>
      <description>&lt;P&gt;Ah, that's simple ^^ have a look here : &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/98922/how-to-send-same-data-to-multiple-separate-splunk-instances-uf.html"&gt;https://answers.splunk.com/answers/98922/how-to-send-same-data-to-multiple-separate-splunk-instances-uf.html&lt;/A&gt;&lt;BR /&gt;
You should have an output.conf like this : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=indexerGroup1,indexerGroup2

[tcpout:indexerGroup1]
server=10.1.1.197:9997,10.1.1.198:9997

[tcpout:indexerGroup2]
server=10.1.1.200:9997,10.1.1.201:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will duplicate data to both groups.&lt;BR /&gt;
Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 18:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-have-one-Splunk-Windows-forwarder-communicate/m-p/385510#M69249</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2018-11-15T18:14:09Z</dc:date>
    </item>
  </channel>
</rss>

