Security

Splunk Web - How to disable tracebacks?

araitz
Splunk Employee
Splunk Employee

Every once in a blue moon - hardly ever, really - Splunk Web encounters a problem and displays an error page. However, it also displays some server side code in the form of a traceback.

How can I keep Splunk Web from displaying these tracebacks?

1 Solution

hexx
Splunk Employee
Splunk Employee

This particular issue is on file as bug SPL-39681 and is targeted for a future major release of Splunk.

In the meantime, you can make sure that Splunk Web does not display tracebacks with the following settings in web.conf:


[settings]
request.show_tracebacks = False

View solution in original post

hexx
Splunk Employee
Splunk Employee

This particular issue is on file as bug SPL-39681 and is targeted for a future major release of Splunk.

In the meantime, you can make sure that Splunk Web does not display tracebacks with the following settings in web.conf:


[settings]
request.show_tracebacks = False
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...