Security

Can we access Splunk using a subsite configuration?

mfamd
New Member

Hi,
How can we configure splunk to be accessibla within a subsite, by exampleȘ
https://something.com/subsite/....

We use Nginx fore proxyredirection to that /subsite/. However, Splunk alwayse try to load its resources from the root / directory.

Is there any way to indicate to splunk that all requests should come with an prefix as /subsite/....

Many thanks

0 Karma

harsmarvania57
Ultra Champion

Hi @mfamd,

You can configure web.conf to change root_endpoint

root_endpoint = <URI_prefix_string>
* Defines the root URI path on which the appserver will listen
* Default setting is '/'
* Ex: if you want to proxy the splunk UI at http://splunk:8000/splunkui,
  then set root_endpoint = /splunkui

So your web.conf configuration will be

[settings]
root_endpoint = /subsite

After that you need to restart splunkweb using $SPLUNK_HOME/bin/splunk restart splunkweb

I hope this helps.

Thanks,
Harshil

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...