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!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...