Refine your search:

If I have saved my searches globally, ie in the file

$SPLUNK_HOME/apps/search/local/savedsearches.conf

is it then possible to reload changes somehow?

I have tried several restart/reload options but none seem to work.

  • splunk _internal call /services/admin/search/data/ui/nav?refresh=1
  • splunk _internal call /services/apps//
  • splunk restartss

Obviously if I edit them in the GUI, they will be reloaded but I have changed names to them and would like the new names to appear.

asked 04 Nov '10, 15:20

sdaa's gravatar image

sdaa
312
accept rate: 0%

edited 04 May, 16:04

ChrisG's gravatar image

ChrisG ♦
1.0k26


2 Answers:

You can use this command to reload the saved searches:

splunk _internal call "/admin/savedsearch/_reload"

or via Splunkweb visit the URI /debug/refresh?entity=admin/savedsearch

eg. http://localhost:8000/debug/refresh?entity=admin/savedsearch

link

answered 04 Nov '10, 15:44

ziegfried's gravatar image

ziegfried ♦
7.2k1315
accept rate: 53%

The internal call needed to like this: splunk _internal call /servicesNS/admin/search/admin/savedsearch/_reload -auth username to work. But the web link was useful, it reloads everything. https://servername/en-US/debug/refresh

(12 Nov '10, 08:26) sdaa

How do I reload the savedsearch.conf for my specific app?

(16 Nov '10, 19:37) mpatnode

This works for my app savedsearches.conf too.

link

answered 04 May, 14:40

tonopahtaos's gravatar image

tonopahtaos
503
accept rate: 0%

I mean the web link works for my app's savedsearches.conf

(04 May, 14:42) tonopahtaos
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×200
×82
×34
×6

Asked: 04 Nov '10, 15:20

Seen: 1,336 times

Last updated: 04 May, 16:04

Copyright © 2005-2012 Splunk, Inc. All rights reserved.