Security

HowTo: Apache SSL webserver load balance to splunkweb servers?

mkelderm
Path Finder

How do I configure Apache with SSL that will load balance the request to two splunkweb servers:

 Browser --> SSL --> Apache --> SSL (!) --> SplunkWeb Server 1
                            |
                            +-> SSL (!) --> SplunkWeb Server 2

I can not figure out what need to be set in web.conf on the two SplunkWeb Servers

Tags (3)
0 Karma
1 Solution

jonuwz
Influencer

You probably dont.

You'd use haproxy with session affinity.

If you need the SSL to terminate at the splunk servers, and there's no NAT involved you can stick on the source IP, otherwise look here

Without session affinity, the next (probably ajax) request would hit the other splunk instance and be rejected for not being logged in

View solution in original post

0 Karma

jonuwz
Influencer

You probably dont.

You'd use haproxy with session affinity.

If you need the SSL to terminate at the splunk servers, and there's no NAT involved you can stick on the source IP, otherwise look here

Without session affinity, the next (probably ajax) request would hit the other splunk instance and be rejected for not being logged in

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...