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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...