All Apps and Add-ons

Thread about how to create app

test_qweqwe
Builder

There will be many question how to created app, than configure, etc.
First what I wanna ask, if I update new created app, than I need to reboot splunk to see new changes?
It's impossible to do it without reboot? Because it's seems that I need reboot 100 times in 1 hour with my mini-fix, etc. It's impossible.

There is some App Builder where I can with GUI edit my App?

0 Karma
1 Solution

niketn
Legend

[UPDATED]

Adding the documentation of bumping and refreshing Splunk after statuc file changes, instead of restart: http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizationOptions

You can type in the following URLs to bump or refresh Splunk instead of restart.

http://<host:mport>/<locale_string>/_bump

Or

http://<host:mport>/debug/refresh

PS: This is only for developer environment. You can do apply following settings to web.conf under etc/system/local to apply changed without always restarting Splunk.

[settings]
minify_js = False
minify_css = False
js_no_cache = True
cacheEntriesLimit = 0
cacheBytesLimit = 0
enableWebDebug = True

Refer to documentation:
https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomVizTutorial#Development_mode_s...

PS: Based on your internet browser settings you might still have to clear browser history or else always use Incognito Mode to validate changes.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

[UPDATED]

Adding the documentation of bumping and refreshing Splunk after statuc file changes, instead of restart: http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizationOptions

You can type in the following URLs to bump or refresh Splunk instead of restart.

http://<host:mport>/<locale_string>/_bump

Or

http://<host:mport>/debug/refresh

PS: This is only for developer environment. You can do apply following settings to web.conf under etc/system/local to apply changed without always restarting Splunk.

[settings]
minify_js = False
minify_css = False
js_no_cache = True
cacheEntriesLimit = 0
cacheBytesLimit = 0
enableWebDebug = True

Refer to documentation:
https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomVizTutorial#Development_mode_s...

PS: Based on your internet browser settings you might still have to clear browser history or else always use Incognito Mode to validate changes.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

test_qweqwe
Builder

Tnx for answer, but there no any alternative? :S

0 Karma

niketn
Legend

@test_qweqwe, I have updated my answer and added _bump/refresh options which reflect your changes without actually rebooting Splunk.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...