|
Hi, I am new to both Nginx and Splunk. I am trying to setup splunk runing on a linux machine with Nginx. I tried multiple setup options for setting up a proxy_pass/upstream - but none seem to work. I would like to set it so that mydomain.com/splunk would reach the splunk web management page. Thanks! |
|
There are 2 parts to this. Let's say you want to proxy a Splunk instance at:
1) Configure Splunk's root endpoint Splunkweb must be configured to use the same root endpoint as the fronting endpoint, which is
and add the following to the
Depending on how you configure your proxy server, you may also have to add:
This setting is described in detail in the CherryPy docs. Restart your Splunk server. 2) Setup your web/proxy server You must configure your fronting proxy server to forward requests to a specific endpoint over to the Splunk server. |