Security

Is my httpd.conf proxy configuration for SplunkJS correct?

subbu_y
Engager

We have enterprise installed on the same server running apache webserver. We also made the necessary configuration on webserver, but still cannot run the example test_login.html. Here is the configuration on httpd file. Splunk is running on port 8000.

httpd.conf :

 #ProxyPreserveHost On
ProxyPass /proxy http://localhost:8000
ProxyPassReverse /proxy http://localhost:8000

test_login.html
splunkjs.config({
        proxyPath: '/proxy',
        scheme: 'http',
        host: 'localhost',
        port: 8080,
        authenticate: {username: '*****', password: '******'}
    });

Are the configurations correct?

0 Karma
1 Solution

subbu_y
Engager

finally gaveup on proxy . But it is now working with CORS.
But again if I use jssdk it cannot work without proxy ?!

View solution in original post

0 Karma

subbu_y
Engager

finally gaveup on proxy . But it is now working with CORS.
But again if I use jssdk it cannot work without proxy ?!

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...