<?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 balancer in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699520#M28601</link>
    <description>&lt;P&gt;Hello&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;regarding your question:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There's only one not clear thing: why are you speaking of a single intermediate Forwarder?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No, I have 2 forwarders, but as you know, since UDP is a stream, one forwarder will handle all traffic.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 08:05:29 GMT</pubDate>
    <dc:creator>hazem</dc:creator>
    <dc:date>2024-09-19T08:05:29Z</dc:date>
    <item>
      <title>load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699392#M28585</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is there any documentation in Splunk's documentation to guide a load balancer administrator on configuring the load balancer in front of intermediate forwarders to receive syslog traffic from security devices on port 514?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 11:23:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699392#M28585</guid>
      <dc:creator>hazem</dc:creator>
      <dc:date>2024-09-18T11:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699394#M28586</link>
      <description>&lt;P&gt;There is no such document because generally it's not recommended to LB "syslog" traffic.&lt;/P&gt;&lt;P&gt;You should keep your syslog receiver as simple as possible and as close to the source as possible.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 12:01:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699394#M28586</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-18T12:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699395#M28587</link>
      <description>&lt;P&gt;Splunk recommendation is to NOT send syslog data directly (or via a LB) to a Splunk instance.&amp;nbsp; Syslog should be sent to a dedicated syslog server (running syslog-ng or rsyslog) and then forwarded to Splunk.&amp;nbsp; The syslog servers should be positioned as close to the data source as possible to avoid data loss.&amp;nbsp; Use of a load balancer in front of the syslog servers is recommended for resiliency.&lt;/P&gt;&lt;P&gt;For more information, see&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/HowSplunkEnterprisehandlessyslogdata#Caveats_to_using_Splunk_Enterprise_as_a_syslog_server_or_message_sender" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/HowSplunkEnterprisehandlessyslogdata#Caveats_to_using_Splunk_Enterprise_as_a_syslog_server_or_message_sender&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/high-performance-syslogging-for-splunk-using-syslog-ng-part-1.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/high-performance-syslogging-for-splunk-using-syslog-ng-part-1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 12:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699395#M28587</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-09-18T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699396#M28588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267164"&gt;@hazem&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;adding a bit to&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;information:&lt;/P&gt;&lt;P&gt;you can configure rsyslog (or syslog-ng) server on your UFs: you don't need to install it because it's already installe, you have only to configure it to understand where tp write logs.&lt;/P&gt;&lt;P&gt;for more infos see at&amp;nbsp;&lt;A href="https://www.rsyslog.com/guides/" target="_blank"&gt;https://www.rsyslog.com/guides/&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-basic_configuration_of_rsyslog" target="_blank"&gt;https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-basic_configuration_of_rsyslog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on the LB, you need only to configure the receiving port and the destination port and addresses.&lt;/P&gt;&lt;P&gt;Some LBs need also to configure a way to check if the destinations are alive, but this configuration depends on your LB and it's indipendent by Splunk or rsyslog receiver.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 12:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699396#M28588</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-18T12:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699399#M28589</link>
      <description>&lt;P&gt;Let me disagree here with you on one thing. Adding a load balancer in front of syslog receivers does not usually solve any problems (especially because LBs typically "don't speak" syslog; and even more so since "syslog" can mean many different things - from RFC5424-compliant message to "just throw anyting at UDP/514") and introduces additional layer of complexity and a potential SPOF.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 12:19:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699399#M28589</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-18T12:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699404#M28590</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have already configured rsyslog on both intermediate forwarders and need to set up the load balancer to receive traffic from syslog devices and forward it to a single backend intermediate forwarder. If the load balancer administrator asks, what is the best practice for configuring the load balancer to forward traffic to our intermediate forwarder?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 12:35:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699404#M28590</guid>
      <dc:creator>hazem</dc:creator>
      <dc:date>2024-09-18T12:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699408#M28593</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267164"&gt;@hazem&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as I said,&lt;/P&gt;&lt;P&gt;On the LB you have only to configure the rule to associate the receiving port with the ip addresses and port of the receivers.&lt;/P&gt;&lt;P&gt;In addition, depending on the LB, you should configure how the LB checks if the receivers are alive, but this isn't a Splunk configuration and it depends on the LB (and I cannot help you.&lt;/P&gt;&lt;P&gt;In other word: you must define a VIP and a port to use to send logs from the syslog sources, and then associate these VIP and port to the destination IP addresses and port (of the UFs.&lt;/P&gt;&lt;P&gt;There isn't a best practice, only that the LB must check if the destinations are alive.&lt;/P&gt;&lt;P&gt;There's only one not clear thing: why are you speaking of a single intermediate Forwarder?&lt;/P&gt;&lt;P&gt;To have HA, you need at least two UFs, otherwise the LB is completely useless.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699408#M28593</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-18T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699520#M28601</link>
      <description>&lt;P&gt;Hello&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;regarding your question:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There's only one not clear thing: why are you speaking of a single intermediate Forwarder?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No, I have 2 forwarders, but as you know, since UDP is a stream, one forwarder will handle all traffic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 08:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699520#M28601</guid>
      <dc:creator>hazem</dc:creator>
      <dc:date>2024-09-19T08:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699521#M28602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267164"&gt;@hazem&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ok, not it's clear.&lt;/P&gt;&lt;P&gt;Anyway,&amp;nbsp;&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 08:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699521#M28602</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-19T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699528#M28603</link>
      <description>&lt;P&gt;Actually, UDP is _not_ a stream. UDP is a connectionless protocol and every datagram is independent from all other ones.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 08:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699528#M28603</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-19T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699543#M28604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267164"&gt;@hazem&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 10:03:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/699543#M28604</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-19T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700466#M28659</link>
      <description>&lt;P&gt;Hello&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;&lt;SPAN&gt;please advise the load balancing method connectivity from source IP to go to the forwarder node .. the persistency or we can keep it round robin?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;we have 2 forwarders&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 07:45:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700466#M28659</guid>
      <dc:creator>hazem</dc:creator>
      <dc:date>2024-09-29T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700468#M28661</link>
      <description>&lt;P&gt;As most other configuration items this also has answer it depends on your environment. There are some known issues with some vendors and as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;said, pure syslog traffic with UDP is not good candidate for LB. But e.g. if you are using rsyslog with RELP protocol then it's totally different case. You could use e.g. F5 in front of rsyslog backends and this works well after you have select e.g. FastL4 profile for LB. Without it you will lost some events.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 08:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700468#M28661</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-09-29T08:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700469#M28662</link>
      <description>That's true when you are using UDP and pure syslog. But fortunately usually you can select other transform protocol that UDP for syslog or even use rsyslog with RELP. In those cases I strongly recommend to use LB with correct configurations.</description>
      <pubDate>Sun, 29 Sep 2024 08:39:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700469#M28662</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-09-29T08:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700470#M28663</link>
      <description>As I said, this depends on LB. In some vendors you will lose event if LB check if backend is up or down, and if it is down then e.g. F5 just drop the packet (or at least it done it couple of years ago when I last use it). You must change the profile to get it to work correctly.</description>
      <pubDate>Sun, 29 Sep 2024 08:41:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700470#M28663</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-09-29T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700472#M28665</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;please advise the load balancing method connectivity from source IP to go to the forwarder node .. the persistency or we can keep it round robin?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;we have 2 forwarders&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 09:09:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700472#M28665</guid>
      <dc:creator>hazem</dc:creator>
      <dc:date>2024-09-29T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700473#M28666</link>
      <description>As I said, this depends on e.g. are you using plain syslog, udp vs tcp vs tsl etc.&lt;BR /&gt;If you are using udp there is no matter what you are doing, you will lose some events anyway.</description>
      <pubDate>Sun, 29 Sep 2024 09:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700473#M28666</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-09-29T09:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: load balancer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700482#M28670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267164"&gt;@hazem&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm not an exper in Load Balancers, and, as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;said, it depends on the Load Balancer: ask this question to a specialist of your LB.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe.&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 14:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/load-balancer/m-p/700482#M28670</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-29T14:55:11Z</dc:date>
    </item>
  </channel>
</rss>

