<?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: Dual Forwarder Configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578428#M102129</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241466"&gt;@MrWhoztheBoss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to send the all the logs to two groups of indexers, you have to configure this situation in outputs.conf, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout:Group1]
server=server11:9997,server12:9997
disabled=false

[tcpout:Group2]
server=server21:9997,server22:9997
disabled=false&lt;/LI-CODE&gt;&lt;P&gt;If instead you want to send only a part of logs to each group of indexers, you have to follow the instructions at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Forwarding/Routeandfilterdatad#Filter_and_route_event_data_to_target_groups" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Forwarding/Routeandfilterdatad#Filter_and_route_event_data_to_target_groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 08:01:09 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-12-15T08:01:09Z</dc:date>
    <item>
      <title>Dual Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578342#M102117</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am trying to figure out how can I do dual forwarder configuration for universal forwarders. Can someone please guide me in getting some idea for it or point out to splunk-docs/articles that can be helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 15:35:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578342#M102117</guid>
      <dc:creator>MrWhoztheBoss</dc:creator>
      <dc:date>2021-12-14T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578347#M102118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241466"&gt;@MrWhoztheBoss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what do you mean with "&lt;SPAN&gt;dual forwarder configuration for universal forwarders"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can have many configuration files in the deployed apps but for each parameter you can have only one value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If instead you want to configure your UF to send logs to two indexers there are many answers to do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 16:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578347#M102118</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-14T16:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578423#M102128</link>
      <description>&lt;P&gt;Hi &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;I was looking for how I can configure One UF to send data to Two Indexer Groups which are setup in different environment.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 05:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578423#M102128</guid>
      <dc:creator>MrWhoztheBoss</dc:creator>
      <dc:date>2021-12-15T05:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578428#M102129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241466"&gt;@MrWhoztheBoss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to send the all the logs to two groups of indexers, you have to configure this situation in outputs.conf, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout:Group1]
server=server11:9997,server12:9997
disabled=false

[tcpout:Group2]
server=server21:9997,server22:9997
disabled=false&lt;/LI-CODE&gt;&lt;P&gt;If instead you want to send only a part of logs to each group of indexers, you have to follow the instructions at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Forwarding/Routeandfilterdatad#Filter_and_route_event_data_to_target_groups" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Forwarding/Routeandfilterdatad#Filter_and_route_event_data_to_target_groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 08:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dual-Forwarder-Configuration/m-p/578428#M102129</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-15T08:01:09Z</dc:date>
    </item>
  </channel>
</rss>

