<?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 Sending firewall syslogs to multiple splunk servers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94491#M19655</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;We have a environment which has two HA none clustered splunk servers.&lt;BR /&gt;
We are considering to gather firewall logs but the firewall can send to &lt;BR /&gt;
only single splunk server. To send it to splunk servers as data cloning method,&lt;BR /&gt;
we might need to set up intermediate forward servers .&lt;/P&gt;

&lt;P&gt;Would this be a correct option?&lt;BR /&gt;
Any idea would be appreciated!&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Yu&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2013 11:49:52 GMT</pubDate>
    <dc:creator>yuwtennis</dc:creator>
    <dc:date>2013-10-11T11:49:52Z</dc:date>
    <item>
      <title>Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94491#M19655</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;We have a environment which has two HA none clustered splunk servers.&lt;BR /&gt;
We are considering to gather firewall logs but the firewall can send to &lt;BR /&gt;
only single splunk server. To send it to splunk servers as data cloning method,&lt;BR /&gt;
we might need to set up intermediate forward servers .&lt;/P&gt;

&lt;P&gt;Would this be a correct option?&lt;BR /&gt;
Any idea would be appreciated!&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Yu&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 11:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94491#M19655</guid>
      <dc:creator>yuwtennis</dc:creator>
      <dc:date>2013-10-11T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94492#M19656</link>
      <description>&lt;P&gt;I would set up a forwarder on some utility server somewhere near the firewalls, and configure the  outputs.conf file to send to your two indexer.&lt;/P&gt;

&lt;P&gt;You will need to make sure you turn off the autoLB feature in the outputs.conf file to stop the forwarder switching between the two.&lt;/P&gt;

&lt;P&gt;Outputs.conf.spec:&lt;BR /&gt;
"&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Admin/Outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Admin/Outputsconf&lt;/A&gt;"&lt;/P&gt;

&lt;P&gt;Example configuration on UF:&lt;/P&gt;

&lt;P&gt;inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514]
disabled = false
sourcetype = syslog
connection_host = none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=indexers

[tcpout:indexers]
server=&amp;lt;indexer1&amp;gt;:9997, &amp;lt;indexer2&amp;gt;:9997
autoLB=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restart of Splunkd on the forwarder.&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;MHibbin &lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94492#M19656</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2013-10-11T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94493#M19657</link>
      <description>&lt;P&gt;If I'm reading this correctly, you want the data available on both indexers for HA purposes, but don't use clustering. You want "index replication" without enabling clustering. Correct?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:14:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94493#M19657</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-11T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94494#M19658</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;Thank you for the reply.&lt;/P&gt;

&lt;P&gt;Yes that is correct.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94494#M19658</guid>
      <dc:creator>yuwtennis</dc:creator>
      <dc:date>2013-10-11T12:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94495#M19659</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;Thanks for the comment.&lt;/P&gt;

&lt;P&gt;Thtas what I thought too.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94495#M19659</guid>
      <dc:creator>yuwtennis</dc:creator>
      <dc:date>2013-10-11T12:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94496#M19660</link>
      <description>&lt;P&gt;MHibbin is close. The configuration he has will randomly pick an indexer and send it there, but only to one until the connection is reset. If you want to clone the data across two indexers, use this config:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;outputs.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
[tcpout]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[tcpout:indexer1]&lt;BR /&gt;
server = &lt;INDEXER1&gt;:9997&lt;/INDEXER1&gt;&lt;/P&gt;

&lt;P&gt;[tcpout:indexer2]&lt;BR /&gt;
server = &lt;INDEXER2&gt;:9997&lt;BR /&gt;
&lt;/INDEXER2&gt;&lt;/P&gt;

&lt;P&gt;Ref: &lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Admin/Outputsconf#outputs.conf.example" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.4/Admin/Outputsconf#outputs.conf.example&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94496#M19660</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-11T12:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94497#M19661</link>
      <description>&lt;P&gt;What is the difference between this configuration and the following?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = primary, secondary

[tcpout:primary]
server = 10.11.12.13:9997

[tcpout:secondary]
server = 14.15.16.17:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;From the outputs.conf docs. &lt;BR /&gt;
&lt;CODE&gt;You can have as many target groups as you want.&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;If more than one target group is specified, the forwarder sends all data to each target group.&lt;/CODE&gt; &lt;BR /&gt;
&lt;CODE&gt;This is known as "cloning" the data.&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;autoLB = true&lt;BR /&gt;
* Automatic load balancing is the only way to forward data. Round-robin method is not supported anymore.&lt;BR /&gt;
* Defaults to true.&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94497#M19661</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-11T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94498#M19662</link>
      <description>&lt;P&gt;&lt;CODE&gt;server = idx1:9997, idx2:9997&lt;/CODE&gt; within a single group indicates a loadbalance, but if you autoLB false, then it sends to the first one it hits. Using two groups says "send to all groups, no Load balancing."&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94498#M19662</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-11T12:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sending firewall syslogs to multiple splunk servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94499#M19663</link>
      <description>&lt;P&gt;That's pretty close to what I thought, alacer.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 08:27:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-firewall-syslogs-to-multiple-splunk-servers/m-p/94499#M19663</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-12T08:27:41Z</dc:date>
    </item>
  </channel>
</rss>

