Skip to content

Instantly share code, notes, and snippets.

@getkub
Created October 17, 2014 15:20
Show Gist options
  • Save getkub/8fd7f840354f2e193bee to your computer and use it in GitHub Desktop.
Save getkub/8fd7f840354f2e193bee to your computer and use it in GitHub Desktop.
Splunk: Reload Views, Saved Searches etc.. without restarting Splunk
myAPP="diaryfolioApp"
mgmtPort=8089
# Reload Views only
curl -k -u splunk:changeme https://`hostname`:${mgmtPort}/servicesNS/nobody/${myAPP}/data/ui/views/_reload
# Reload SavedSearches only
curl -k -u splunk:changeme https://`hostname`:${mgmtPort}/servicesNS/nobody/${myAPP}/saved/searches/_reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment