Hi Guys,
Trying to access SplunkWeb for a deployment I have done in my KuberneteS (DOCKER) environment. The issue is I only have access to a https port. I use an nginx-ingress controller and tls hand off but when the resources come back from splunk web they often have redirects to http: or attempts to get the resources via http.
So for example:
https://splunk.cre.td.cccmv.corp.comnpany.com
redirects to ->
http://splunk.cre.td.cccmv.corp.comnpany.com/en-GB/app/launcher
Is there a way around this?
... View more