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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...