Getting Data In

Changing setup page does not update the actual page - why?

elephant
Engager

I have changed my appserver/static/javascript directory and the setup page that reffers to it does not update.

I tried to uninstall the add-on, restart Splunk server, but it does not change...

please help me figure out what do I miss... 

this is my setup page dashboard (./javascript/setup_page.js is the file I changed without any effects😞

<dashboard isDashboard="false" version="1.1"
           script="./javascript/setup_page.js"
           stylesheet="./styles/setup_page.css"
           hideEdit="true"
           hideAppBar="true" >
      <label>Setup Page</label>
    <row>
        <panel>
            <html>
                <div id="main_container"></div>
            </html>
        </panel>
    </row>
</dashboard>
Labels (1)
0 Karma
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 ...