Dashboards & Visualizations

How to Update Splunk after JavaScript Changes without Restarting Splunk

mmensch
Path Finder

Hello Splunkers,

I have an issue that might have an easy fix, but I do not know of one.

I am working with a few teammates on a single Splunk instance. Everytime we make a javascript change to one of our reports or dashboards, we have to restart the Splunk server. This is an issue because when multiple people are working, everyone has to be at a stopping point.

Is there a way to show JavaScript or CSS changes in Splunk Web without restarting the Splunk server?

Thanks,
Matt

1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Of Course!!!!!!

The easiest method is to bump the server.

https://<yourSplunk>/en-US/_bump

Click that button. Every click increases the bump, which effectively breaks all caching in the webserver. No need to restart! If you find it doesn't work as expected, run also the debug/refresh endpoint.

https://<yourSplunk>/debug/refresh

And if that doesn't work, restart the web service only.

 $SPLUNK_HOME/bin/splunk restart splunkweb

And if that doesn't work, restart Splunk.

View solution in original post

schose
Builder

Hi,

i created a custom search command "| dobump ". Feel free to test it out and give feedback.

https://github.com/schose/TA-dobump

Cheers,

Andreas

bmacias84
Champion

The better method if you are developing is to use the following setting in your web.conf. You will never have to debug refresh or bump and rarely restart.
DO NOT RUN THESE SETTINGS IN PRODUCTION

[settings]
js_no_cache = true
cacheBytesLimit = 0
cacheEntriesLimit = 0
max_view_cache_size = 0
auto_refresh_views = 1

alacercogitatus
SplunkTrust
SplunkTrust

Of Course!!!!!!

The easiest method is to bump the server.

https://<yourSplunk>/en-US/_bump

Click that button. Every click increases the bump, which effectively breaks all caching in the webserver. No need to restart! If you find it doesn't work as expected, run also the debug/refresh endpoint.

https://<yourSplunk>/debug/refresh

And if that doesn't work, restart the web service only.

 $SPLUNK_HOME/bin/splunk restart splunkweb

And if that doesn't work, restart Splunk.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...