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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...