<?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: Load Balance UDP syslog across an F5 to multiple heavy forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124575#M25673</link>
    <description>&lt;P&gt;We are attempting to also load balance syslog. When I set Source Address Translation to None, then no data flows. It works when set to Auto Map, but the hostname gets set to the host and not the original client. &lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 16:05:06 GMT</pubDate>
    <dc:creator>1midniterider</dc:creator>
    <dc:date>2018-01-25T16:05:06Z</dc:date>
    <item>
      <title>Load Balance UDP syslog across an F5 to multiple heavy forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124573#M25671</link>
      <description>&lt;P&gt;The goal is to have all of our syslogging devices point to a VIP on the F5 which will then load balance across multiple heavy forwarders. This allows for an HA configuration and easy expansion of forwarders.&lt;/P&gt;

&lt;P&gt;The problem is only TCP syslog seems to work on the F5. UDP either doesn't work or logs with the source address of the F5. Can anyone recommend a good configuration for the F5 to log this correction across multiple forwarders?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 18:40:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124573#M25671</guid>
      <dc:creator>pjaramillo</dc:creator>
      <dc:date>2013-10-31T18:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balance UDP syslog across an F5 to multiple heavy forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124574#M25672</link>
      <description>&lt;P&gt;We're using the same approach; we use ACE in production but have also tested with F5. You can take advantage of the fact that syslog is a fire-and-forget protocol and therefore don't need to use SNAT; that will keep your source IPs intact. I would create a Standard UDP virtual server with a SNAT Pool of None. You might need to tune the default Action On Service Down on the pool to Reject; on the ACE we were having problems with active connections sticking to servers where the health monitor had failed.&lt;/P&gt;

&lt;P&gt;Speaking of health monitors, we run both TCP and UDP on the syslog servers and use a TCP monitor; UDP monitoring didn't work for us.&lt;/P&gt;

&lt;P&gt;Here's an F5 config that I just tested, hope this helps (note that the syslog sender, receivers, and F5 are all on different subnets):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ltm virtual udpsyslog_514_vs {
destination 10.10.10.10:514
ip-protocol udp
mask 255.255.255.255
pool udpsyslog_514_pool
profiles {
    udp { }
}
vlans-disabled
}

ltm pool udpsyslog_514_pool {
members {
    10.10.20.10:514 {
        address 10.10.20.10
        session monitor-enabled
        state up
    }
    10.10.20.20:514 {
        address 10.10.20.20
        session monitor-enabled
        state up
    }
}
monitor tcp
service-down-action reset
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Oct 2013 21:58:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124574#M25672</guid>
      <dc:creator>jtacy</dc:creator>
      <dc:date>2013-10-31T21:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balance UDP syslog across an F5 to multiple heavy forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124575#M25673</link>
      <description>&lt;P&gt;We are attempting to also load balance syslog. When I set Source Address Translation to None, then no data flows. It works when set to Auto Map, but the hostname gets set to the host and not the original client. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balance-UDP-syslog-across-an-F5-to-multiple-heavy/m-p/124575#M25673</guid>
      <dc:creator>1midniterider</dc:creator>
      <dc:date>2018-01-25T16:05:06Z</dc:date>
    </item>
  </channel>
</rss>

