Hi
Could you help me with "web.conf"?
I would like to accept or block users to access to web interface with IP address.
So I found "acceptFrom" option and applied to /system/local/web.conf
But when I tried to restart Splunk, I got this error: "WARNING: web interface does not seem to be available!"
splunkd log shows
02-07-2019 17:35:51.968 +0900 WARN HTTPServer - Refusing HTTP connection from 127.0.0.1 due to server ACL
02-07-2019 17:35:52.069 +0900 WARN HTTPServer - Refusing HTTP connection from 127.0.0.1 due to server ACL
02-07-2019 17:35:52.085 +0900 WARN HTTPServer - Refusing HTTP connection from "my local IP" due to server ACL
02-07-2019 17:35:52.093 +0900 WARN HTTPServer - Refusing HTTP connection from "my local IP" due to server ACL
And my web.conf settings are like this
[settings]
acceptFrom = "my local IP"
Thanks for reading this.
... View more