Hello all,
After upgrading Splunk from 6.0.x to 6.5.0, we are unable to load Splunk dashboards that are presented to the users in an iframe.
__"Refused to display '(the url)' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'."__
1) I added the following to C:\Program Files\Splunk\etc\system\local\server.conf:
[httpServer]
x_frame_options_sameorigin = false
2) I also added the following to C:\Program Files\Splunk\etc\system\local\web.conf:
[settings]
x_frame_options_sameorigin = false
After making the two changes above and restarting the splunkd Service, I get the same error above.
According to my research, the settings in system\local should take highest precedence so I'm at a loss as to why neither change has effect.
↧